aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/source
Commit message (Collapse)AuthorAgeFilesLines
* Merge docrailsPratik Naik2008-12-1910-125/+276
|
* Merge with docrailsPratik Naik2008-12-0740-562/+2224
|
* 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]
* Update release notes from docrails.Pratik Naik2008-11-141-1/+5
|
* Merge docrails.Pratik Naik2008-11-1434-1692/+1738
|
* Update guides from docrailsPratik Naik2008-11-0627-104/+622
|
* Merge docrails. Remove unnecessary files.Pratik Naik2008-11-023-46728/+0
|
* Merge with docrailsPratik Naik2008-11-0210-195/+410
|
* Fix typos in release notesPratik Naik2008-10-252-5/+5
|
* Update guides and release notesPratik Naik2008-10-256-63/+425
|
* Fix a typoPratik Naik2008-10-241-1/+1
|
* Add some more info to the release notesPratik Naik2008-10-241-0/+19
|
* Fix a typo in fxn's namePratik Naik2008-10-231-1/+1
|
* Add release notesPratik Naik2008-10-232-1/+398
|
* Merge with docrailsPratik Naik2008-10-2227-9/+76
|
* Merge with docrails. Also add a rake task to generate guides in your rails ↵Pratik Naik2008-10-21100-0/+60078
application : rake doc:guides The rake task will generate guides inside doc/guides directory of your application. Open index.html to browse.