Fixed up some docs

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@438 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson 2005-01-17 01:05:14 +00:00
parent dd420ef303
commit 9577f0f57c
2 changed files with 3 additions and 1 deletions

View File

@ -145,7 +145,7 @@ A short rundown of the major features:
Result of running hello_world action:
<html><body><h1>Hello world</h1></body></html>
Learn more in link:classes/ActionController/Layout.html
Learn more in link:classes/ActionController/Layout/ClassMethods.html
* Advanced redirection that makes pretty urls easy

View File

@ -1,5 +1,7 @@
*SVN*
* Added that ApplicationController will catch a ControllerNotFound exception if someone attempts to access a url pointing to an unexisting controller [Tobias Luetke]
* Flipped code-to-test ratio around to be more readable #468 [Scott Baron]
* Fixed log file permissions to be 666 instead of 777 (so they're not executable) #471 [Lucas Carlson]