Changeset 438
- Timestamp:
- 01/17/05 01:05:14 (4 years ago)
- Files:
-
- trunk/actionpack/README (modified) (1 diff)
- trunk/railties/CHANGELOG (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/actionpack/README
r51 r438 146 146 <html><body><h1>Hello world</h1></body></html> 147 147 148 Learn more in link:classes/ActionController/Layout .html148 Learn more in link:classes/ActionController/Layout/ClassMethods.html 149 149 150 150 trunk/railties/CHANGELOG
r420 r438 1 1 *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] 2 4 3 5 * Flipped code-to-test ratio around to be more readable #468 [Scott Baron]