Hi
i m using rails2.0 and i want to add some columns after once i have
created my table and database through scaffolding. so pls help me out
how i can do this…
Thanks in advance
Regards
Harsh
Hi
i m using rails2.0 and i want to add some columns after once i have
created my table and database through scaffolding. so pls help me out
how i can do this…
Thanks in advance
Regards
Harsh
You can add columns to your table using
migrationshttp://railscasts.com/episodes?search=migrations.
Rails Guides http://guides.rubyonrails.org/ is a good place for
getting
started with newer versions of Rails. You’ll have to manually add the
fields
to your view, though.
Regards,
Craig
–
Craig D.
Mutually Human Software
http://mutuallyhuman.com
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs