aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/rails_on_rack.textile
Commit message (Collapse)AuthorAgeFilesLines
* Fix fixed-fonts stlye on rails_on_rack guide.Sebastian Martinez2011-05-251-6/+6
|
* remove unnecessary use of 'Example'Vijay Dev2011-05-071-6/+0
|
* cleans up PS1. Sorry lifo :)Vijay Dev2011-02-201-2/+2
|
* correct links to rack articlesMoiz Raja2010-12-231-2/+2
|
* remove duplication of linksVijay Dev2010-12-221-7/+2
|
* guides: gives clear instructions for feedback, removes links to the now ↵Xavier Noria2010-11-191-2/+0
| | | | archived LH project
* Removing Metal from Rails 3. wycats2010-05-291-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 Yeow2010-04-191-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 Wadghule2010-04-121-3/+3
| | | | significant places.
* Fixed rails_on_rack guide to validate XHTML 1.0 StrictJaime Iniesta2010-04-061-1/+1
|
* fix usage examples and more to use new invocationsRomD2010-02-061-5/+5
| | | | Signed-off-by: Carl Lerche <carllerche@mac.com>
* Merge docrailsPratik Naik2010-01-171-1/+1
|
* Move Rails::Static into ActionDispatchJoshua Peek2009-09-261-7/+4
|
* Merge docrailsPratik Naik2009-07-251-2/+2
|
* Rails server boots againCarl Lerche & Yehuda Katz2009-04-131-1/+1
|
* Merge docrailsPratik Naik2009-04-051-17/+17
|
* Merge docrailsPratik Naik2009-03-161-7/+60
|
* Merge with docrailsPratik Naik2009-02-241-53/+83
|
* Merge docrails along with the new guides and guides generation codePratik Naik2009-02-061-0/+226