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 migrations. Rails Guides 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