Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removing Metal from Rails 3. | wycats | 2010-05-29 | 1 | -51/+0 |
| | | | | | | | | | | | | | | | | | | | | If you have existing Metals, you have a few options: * if your metal behaves like a middleware, add it to the middleware stack via config.middleware.use. You can use methods on the middleware stack to control exactly where it should go * if it behaves like a Rack endpoint, you can link to it in the router. This will result in more optimal routing time, and allows you to remove code in your endpoint that matches specific URLs in favor of the more powerful handling in the router itself. For the future, you can use ActionController::Metal to get a very fast controller with the ability to opt-in to specific controller features without paying the penalty of the full controller stack. Since Rails 3 is closer to Rack, the Metal abstraction is no longer needed. | ||||
* | Rails on Rack Rails guide: indicate that Metal pieces now require an ↵ | Cheah Chu Yeow | 2010-04-19 | 1 | -17/+5 |
| | | | | "X-Cascade" header with a value of "pass" to continue the Metal chain execution instead of a HTTP 404 response. Also removed reference to old code. | ||||
* | Replace 'RAILS_ROOT' to 'Rails.root' and 'RAILS_ENV' to 'Rails.env' in ↵ | Anil Wadghule | 2010-04-12 | 1 | -3/+3 |
| | | | | significant places. | ||||
* | Fixed rails_on_rack guide to validate XHTML 1.0 Strict | Jaime Iniesta | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | fix usage examples and more to use new invocations | RomD | 2010-02-06 | 1 | -5/+5 |
| | | | | Signed-off-by: Carl Lerche <carllerche@mac.com> | ||||
* | Merge docrails | Pratik Naik | 2010-01-17 | 1 | -1/+1 |
| | |||||
* | Move Rails::Static into ActionDispatch | Joshua Peek | 2009-09-26 | 1 | -7/+4 |
| | |||||
* | Merge docrails | Pratik Naik | 2009-07-25 | 1 | -2/+2 |
| | |||||
* | Rails server boots again | Carl Lerche & Yehuda Katz | 2009-04-13 | 1 | -1/+1 |
| | |||||
* | Merge docrails | Pratik Naik | 2009-04-05 | 1 | -17/+17 |
| | |||||
* | Merge docrails | Pratik Naik | 2009-03-16 | 1 | -7/+60 |
| | |||||
* | Merge with docrails | Pratik Naik | 2009-02-24 | 1 | -53/+83 |
| | |||||
* | Merge docrails along with the new guides and guides generation code | Pratik Naik | 2009-02-06 | 1 | -0/+226 |