Changeset 7429
- Timestamp:
- 09/09/07 22:26:36 (1 year ago)
- Files:
-
- trunk/actionpack/CHANGELOG (modified) (1 diff)
- trunk/actionpack/lib/action_controller/scaffolding.rb (deleted)
- trunk/actionpack/lib/action_controller/templates/scaffolds (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/actionpack/CHANGELOG
r7423 r7429 1 1 *SVN* 2 3 * Removed ActionController::Base.scaffold -- it went through the whole idea of scaffolding (card board walls you remove and tweak one by one). Use the scaffold generator instead (it does resources too now!) [DHH] 2 4 3 5 * Optimise named route generation when using positional arguments. [Koz]