Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | No more changelogs inside guides | Vijay Dev | 2011-09-15 | 1 | -5/+0 |
| | |||||
* | Fix typo | Mike Gunderloy | 2011-09-13 | 1 | -1/+1 |
| | |||||
* | update rails on rack guide, section 2 needs to be changed or maybe deleted | Emili Parreño | 2011-08-13 | 1 | -12/+21 |
| | |||||
* | Revert "update rails on rack guide, section 2 needs to be changed or maybe ↵ | Mr. Wolfe | 2011-08-13 | 1 | -21/+12 |
| | | | | | | deleted" This reverts commit 7a4e545eccf834cb620df0f909ef3f4bec4e6608. | ||||
* | update rails on rack guide, section 2 needs to be changed or maybe deleted | Mr. Wolfe | 2011-08-13 | 1 | -12/+21 |
| | |||||
* | Fix fixed-fonts stlye on rails_on_rack guide. | Sebastian Martinez | 2011-05-25 | 1 | -6/+6 |
| | |||||
* | remove unnecessary use of 'Example' | Vijay Dev | 2011-05-07 | 1 | -6/+0 |
| | |||||
* | cleans up PS1. Sorry lifo :) | Vijay Dev | 2011-02-20 | 1 | -2/+2 |
| | |||||
* | correct links to rack articles | Moiz Raja | 2010-12-23 | 1 | -2/+2 |
| | |||||
* | remove duplication of links | Vijay Dev | 2010-12-22 | 1 | -7/+2 |
| | |||||
* | guides: gives clear instructions for feedback, removes links to the now ↵ | Xavier Noria | 2010-11-19 | 1 | -2/+0 |
| | | | | archived LH project | ||||
* | 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 |