I am writing my first RoR app.
I have used the following command to create several pages:
$ rails generate controller home index (I created home, news, gallery,
contact,…)
I created the menus in app/views/layouts/application.html.erb :
As a tip (I’m kind of new in rails), I only generate the models and
after
that I manually create the controllers/views and also modify the
routes.rb
(that file has good examples about routing )
I started with rails g scaffold, but sometimes it’s not what I need,
that’s
why I started to create my models first.
I started with rails g scaffold, but sometimes it’s not what I need, that’s
why I started to create my models first.
I usually go ahead and use scaffolding, but then delete what I don’t
intend to use. It’s a lot easier than making sure I remember to put
all the pieces in.
-Dave
–
LOOKING FOR WORK! What: Ruby (on/off Rails), Python, other modern
languages.
Where: Northern Virginia, Washington DC (near Orange Line), and remote
work.
See: davearonson.com (main) * codosaur.us (code) * dare2xl.com
(excellence).
Specialization is for insects. (Heinlein) - Have Pun, Will Babble!
(Aronson)