Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BACKWARDS INCOMPATIBLE: Renamed application.rb to application_controller.rb ↵ | David Heinemeier Hansson | 2008-11-17 | 1 | -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 Naik | 2008-11-14 | 1 | -0/+3 |
| | |||||
* | Merge with docrails | Pratik Naik | 2008-11-02 | 1 | -18/+67 |
| | |||||
* | Fix typos in release notes | Pratik Naik | 2008-10-25 | 1 | -4/+4 |
| | |||||
* | Update guides and release notes | Pratik Naik | 2008-10-25 | 1 | -4/+120 |
| | |||||
* | Merge with docrails. Also add a rake task to generate guides in your rails ↵ | Pratik Naik | 2008-10-21 | 1 | -0/+814 |
application : rake doc:guides The rake task will generate guides inside doc/guides directory of your application. Open index.html to browse. |