On Mar 31, 1:22 pm, Abhisekh Jain <rails-mailing-l...@andreas-s.net>
wrote:
> Thanks Cheung for the reply. I am having the following versions:
>
> gem 1.3.1
> rails 2.3.2
> ruby 1.8.6
> mysql 5.0.77
>
> And the fact is after adding the employees record by clicking the Add
> button the records are inserted in the table successfully with the
> default values.
>
> Is there any way of having the auto form generation mechanism sort with
> the version am having.
If I remember correctly it was extracted into the dynamic scaffolding
plugin.
When first creating your model you can still generate the appropriate
form controls by doing something like
ruby script/general scaffold some_model name:string active:boolean
etc...
it's just not introspected from the database
Fred
>
> --
> Posted viahttp://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---