aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/rails_on_rack.md
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove outdated guide on using rack builder w/o rails middlewareAlex Johnson2013-11-131-20/+0
| | | | [ci skip]
* Correct guide relating MiddlewareStackProxy with EnumerableAlex Johnson2013-11-131-5/+4
| | | | | | | | [ci skip] Enumerable.instance_methods & Rails::Configuration::MiddlewareStackProxy.instance_methods # => [:as_json] MiddlewareStackProxy does not share any notable methods with Enumerable.
* Fixed code syntax for config.ru [ci skip]Rashmi Yadav2013-11-041-1/+1
|
* guides/rails_on_rack: Fix formatting of _Internal Middleware Stack_ sectionZachary Scott2013-10-281-23/+23
|
* [ci skip] Add explanation on Rack::Sendfile and fix serve static files setting.Juanito Fatas2013-10-041-1/+5
|
* metal is no longer mentioned on rack guideDan Pickett2013-07-211-1/+0
|
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-07-211-0/+1
|\
| * Rack Sendfile is coming as default nowArun Agrawal2013-07-151-0/+1
| |
* | Cleaned up wording and tags.blahedo2013-07-061-1/+1
|/ | | | | | | | Replaced <br /> with <br> for consistency; Added note about singular/plural distinction (which was previously confusing to a Rails noob); Rephrased explanation of how form is routed to controller, again to reduce confusion; and added explanation to replace incorrect link. [ci skip]
* copy edits [ci skip]Vijay Dev2013-06-141-2/+1
|
* Middleware in guide updated [ci skip]Rashmi Yadav2013-06-081-0/+6
|
* Remove double spaces in code examplesSunny Ripert2013-05-281-1/+1
|
* update git linksRoman Shmatov2013-04-131-1/+1
|
* Fixed TypoPrathamesh Sonpatki2013-04-031-1/+1
|
* adjust config.ru tempalte used in the rails on rack guideYves Senn2013-04-031-4/+7
|
* Remove BestStandardsSupport referencesrobertomiranda2013-02-011-6/+0
|
* prefer do-end for multiline blockGosha Arinich2013-01-061-2/+2
|
* Update guides/source/rails_on_rack.mdJonathan Baudanza2012-12-301-1/+1
| | | | | Rack::Lock actually sets rack.multithread to `false`, not `true`. Presumably because once inside the mutex, the app can function as if it were single threaded.
* Fixed grammar in a lot of guide prologues.Katie Oldaker2012-12-071-4/+4
|
* Normalize on 'After reading this guide, you will know:'Steve Klabnik2012-11-291-1/+3
| | | | | We have three or four different introduction sentences to the guides. After this commit, we use the same one everywhere.
* Add periods to the bullet points in guides.Steve Klabnik2012-11-291-4/+4
| | | | Talked with @fxn about this. Bullet points should have periods at the ends.
* Update the middleware stack to reflect the current Rails outputAgis Anastasopoulos2012-11-161-2/+2
| | | Specifically, remove `ActionDispatch::Head` in favor of `Rack::Head`.
* Remove unnecessary whitespaceAgis Anastasopoulos2012-11-161-1/+1
|
* fix bugs in rails_on_rack [ci-skip]Cesar Carruitero2012-11-081-2/+2
|
* migrating guides to new hash syntaxAvnerCohen2012-10-101-2/+2
|
* Fix remaining formatting problems in the guidePrem Sichanugrist2012-09-171-23/+45
|
* Convert all tables to Markdown syntaxPrem Sichanugrist2012-09-171-3/+4
|
* Convert all the links into Markdown formatPrem Sichanugrist2012-09-171-8/+8
|
* Convert all inline codes to Markdown syntaxPrem Sichanugrist2012-09-171-47/+47
|
* change shell to bashPrem Sichanugrist2012-09-171-4/+4
|
* Convert inline code tags to MarkdownPrem Sichanugrist2012-09-171-14/+14
|
* Convert heading tags and heading sectionPrem Sichanugrist2012-09-171-18/+23
|
* Convert code blocks into GFM stylePrem Sichanugrist2012-09-171-32/+32
|
* Rename the rest of the guides to MarkdownPrem Sichanugrist2012-09-171-0/+318