Displaying 1 result from an estimated 1 matches for "prepops".
Did you mean:
  prepopts
  
2006 Jan 22
2
What are the benefits of RoR?
...with Hibernate, but with AR, I''m good to go, out of the box, for the 
basics - and the advanced requires just a few lines.
3. I also enjoy the fact that ActionPack does the bookkeeping necessary 
to turn URLs into Controller+Action+Template, and (using url_for), vice 
versa.  Also that it prepops forms, and creates objects from form data.
4. Last, I find the rails command line and environment to be very 
convienent.  I''m referring to the Rails::Generator and 
Rails::Initializer her.  Unit test stubs, testing environments, 
consoles, and logging.  I could do all this myself, but ha...