Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 7429

Show
Ignore:
Timestamp:
09/09/07 22:26:36 (1 year ago)
Author:
david
Message:

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]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/actionpack/CHANGELOG

    r7423 r7429  
    11*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] 
    24 
    35* Optimise named route generation when using positional arguments.  [Koz]