aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/source/layouts_and_rendering.txt
Commit message (Collapse)AuthorAgeFilesLines
* Remove all the guidesPratik Naik2009-02-031-1077/+0
|
* FIx bad date in Guide changelog.Mike Gunderloy2009-01-031-1/+1
|
* Fix typo in layout and rendering guideMike Gunderloy2008-12-271-1/+1
|
* Merge patch on subtemplates into layouts & rendering guideMike Gunderloy2008-12-271-0/+49
|
* Add information on new rendering syntax to layouts + rendering guideMike Gunderloy2008-12-271-11/+57
|
* BACKWARDS INCOMPATIBLE: Renamed application.rb to application_controller.rb ↵David Heinemeier Hansson2008-11-171-1/+1
| | | | and removed all the special casing that was in place to support the former. You must do this rename in your own application when you upgrade to this version [DHH]
* Merge docrails.Pratik Naik2008-11-141-0/+3
|
* Merge with docrailsPratik Naik2008-11-021-18/+67
|
* Fix typos in release notesPratik Naik2008-10-251-4/+4
|
* Update guides and release notesPratik Naik2008-10-251-4/+120
|
* Merge with docrails. Also add a rake task to generate guides in your rails ↵Pratik Naik2008-10-211-0/+814
application : rake doc:guides The rake task will generate guides inside doc/guides directory of your application. Open index.html to browse.