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

Changeset 438

Show
Ignore:
Timestamp:
01/17/05 01:05:14 (4 years ago)
Author:
david
Message:

Fixed up some docs

Files:

Legend:

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

    r51 r438  
    146146      <html><body><h1>Hello world</h1></body></html> 
    147147 
    148   Learn more in link:classes/ActionController/Layout.html 
     148  Learn more in link:classes/ActionController/Layout/ClassMethods.html 
    149149 
    150150 
  • trunk/railties/CHANGELOG

    r420 r438  
    11*SVN* 
     2 
     3* Added that ApplicationController will catch a ControllerNotFound exception if someone attempts to access a url pointing to an unexisting controller [Tobias Luetke] 
    24 
    35* Flipped code-to-test ratio around to be more readable #468 [Scott Baron]