What are the major components of Ruby on Rails?
ActiveRecord
ActionPack
ActionMailer
ActiveModel
ActiveResource
ActiveSupport
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between form_for and form_tag?
Mention the types of variables available in Ruby Class?
Whats the difference between symbol and string?
how can you declare a block in Ruby?
Is it possible to build a 50% bespoke e-commerce platform hence having the ability to customize everything down the line? For example would it make sense to start coding an application on the Ruby on Rails framework but where the most complex/time consuming code pieces (e.g. shopping cart, etc) can be initially bolted on (hence diminishing development time and cost) having the ability to change them completely further down the line?
am new to ruby. tell me one thing. i can view my project on browser when i write "ruby script/server". otherwise i cant view my project on localhost. what i have to do to view my project always on browser? pls help
What is the function of orm in ruby on rails?
what are some advantages of using ruby on rails?
iam new to the ruby on rails. suggest me some pdf and online books for ruby and rails
how you define Instance Variable, Global Variable and Class Variable in Ruby?
difference between member routes and collection routes ?
when self.up and self.down method is used?