aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/scaffolding.rb
Commit message (Expand)AuthorAgeFilesLines
* Extract dynamic scaffolding into a plugin. Closes #7700.Jeremy Kemper2007-03-041-0/+2
* Added .erb and .builder as preferred aliases to the now deprecated .rhtml and...David Heinemeier Hansson2007-02-201-2/+2
* Don't use deprecated render API. Cosmetics.Jeremy Kemper2006-09-041-28/+28
* Fixed a few find_allsDavid Heinemeier Hansson2006-08-311-1/+1
* Replace Ruby's deprecated append_features in favor of included. [Marcel Molin...Marcel Molina2006-04-291-2/+1
* Comments, commentsDavid Heinemeier Hansson2006-03-201-0/+3
* My beautiful eyes [DHH]David Heinemeier Hansson2006-03-201-2/+2
* Add verification to scaffolds (generated and reflection based). Require POST...Michael Koziarski2006-03-141-0/+5
* Refactored away all the legacy validate_options calls and replaced them with ...David Heinemeier Hansson2005-09-091-9/+2
* Fixed dynamic scaffolding [Stefan Kaes]David Heinemeier Hansson2005-07-271-5/+8
* Fixed a bug with alternate layout #1468 [sam]David Heinemeier Hansson2005-07-021-1/+1
* Fixed double-singularization on scaffolded pagination call (Address would be ...David Heinemeier Hansson2005-06-151-1/+1
* r2495@sedna: jeremy | 2005-05-27 22:07:18 -0700Jeremy Kemper2005-06-121-24/+29
* Removed broken attempt to DRY module ClassMethod #970David Heinemeier Hansson2005-04-021-0/+5
* Automatically extend the class which gets a module included with the ClassMet...David Heinemeier Hansson2005-04-021-5/+0
* Added pagination for scaffolding (10 items per page) #964 [mortonda@dgrmm.net]David Heinemeier Hansson2005-04-021-1/+1
* With const_missing loading, its no longer necessary to dynamically require th...David Heinemeier Hansson2005-02-241-2/+0
* Fixed the scaffolding/routing issue for realDavid Heinemeier Hansson2005-02-191-1/+1
* Fixed scaffolding and routes conflict #669David Heinemeier Hansson2005-02-191-1/+1
* Fixed that on validation errors, scaffold couldn't find template #654 [mindel]David Heinemeier Hansson2005-02-171-4/+4
* A hopefully more successful attempt at the Routing branch mergeDavid Heinemeier Hansson2005-02-151-1/+1
* Backed out of routing merge.. investigating missing patchesDavid Heinemeier Hansson2005-02-151-1/+1
* Merged back the Routing branchDavid Heinemeier Hansson2005-02-151-1/+1
* Fixed documentation snafus #575, #576, #577, #585David Heinemeier Hansson2005-02-071-4/+4
* InitialDavid Heinemeier Hansson2004-11-241-0/+183