Commit Graph

46 Commits

Author SHA1 Message Date
Vipul A M
5cfaf5a46e - Changed IN to ON in markdown renderer condition
- Changed `IN` to `ON` in all note sentences in guides.
2015-01-14 11:52:13 +05:30
Rafael Mendonça França
93559da482 Remove debugger support
bebugger doesn't work with Ruby 2.2 so we don't need to support it
anymore
2015-01-04 15:54:22 -03:00
Xavier Noria
7702974281 warn about reading guides in GitHub
References #18148.
2014-12-23 23:32:50 +01:00
Godfrey Chan
2d04bdd86f Merge pull request #18100 from chancancode/serve_static_files
Allow static asset serving from env variable (enhanced!)
Conflicts:
	railties/CHANGELOG.md
2014-12-19 14:55:34 -08:00
yui-knk
1069641bbc [ci skip] Fix class name of middleware. 2014-11-23 13:20:28 +09:00
Zachary Scott
ddce3dd37d [ci skip] Dispatching is a verb 🙇
cc #17719
2014-11-22 19:11:51 -08:00
yui-knk
13b0ac7b69 Fix explanation for ActionDispatch::Callbacks.
ActionDispatch::Callbacks dose not run the prepare callbacks,
so change with comment on ActionDispatch::Callbacks.
2014-11-23 11:04:17 +09:00
Nicolas Cavigneaux
094a7cece0 Warning about middleware not auto-reloading
Add a section in the guide to explain that Rails can't auto-reload
a middleware on code change.

Fix #16806

[ci skip]
2014-10-08 09:35:15 +02:00
Gaurav Sharma
19ef270923 remove rubyforge.org that was shut down [ci skip] 2014-06-06 22:26:56 +05:30
Josef Šimánek
981dda53db Use generated binstubs in guides examples.
[ci skip]
2014-05-20 13:29:18 +02:00
Marcel Morgan
2ddbe87e7a Update documentation to use Rails.application instead
References to ``AppName::Application` removed in favour of ``Rails.application``
as generated with a new rails 4.1 app.

[ci skip]
2014-04-13 05:52:04 -05:00
Jashank Jeremy
f83dae831f Rails on Rack: Replace an unpleasant grammatical construct.
[ci skip]
2013-12-05 15:16:00 +12:00
Alex Johnson
ea5d3544d2 Remove outdated guide on using rack builder w/o rails middleware
[ci skip]
2013-11-13 13:35:10 +05:30
Alex Johnson
006f710361 Correct guide relating MiddlewareStackProxy with Enumerable
[ci skip] Enumerable.instance_methods &
Rails::Configuration::MiddlewareStackProxy.instance_methods # =>
[:as_json]

MiddlewareStackProxy does not share any notable methods with Enumerable.
2013-11-13 13:30:58 +05:30
Rashmi Yadav
aa330d0d7a Fixed code syntax for config.ru [ci skip] 2013-11-04 21:55:07 +01:00
Zachary Scott
97ad84e10d guides/rails_on_rack: Fix formatting of _Internal Middleware Stack_ section 2013-10-28 13:56:36 -04:00
Juanito Fatas
2bd7b1e5b9 [ci skip] Add explanation on Rack::Sendfile and fix serve static files setting. 2013-10-04 16:36:10 +08:00
Dan Pickett
859fbbf1e7 metal is no longer mentioned on rack guide 2013-07-21 14:38:48 -04:00
Vijay Dev
3613235cc3 Merge branch 'master' of github.com:rails/docrails 2013-07-21 18:08:43 +05:30
Arun Agrawal
9ed7013a3d Rack Sendfile is coming as default now 2013-07-15 10:35:00 +02:00
blahedo
726530689e Cleaned up wording and tags.
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]
2013-07-06 18:36:23 -04:00
Vijay Dev
7663149f72 copy edits [ci skip] 2013-06-14 00:58:11 +05:30
Rashmi Yadav
1f4c4c69ee Middleware in guide updated [ci skip] 2013-06-08 14:00:53 +02:00
Sunny Ripert
70b302b189 Remove double spaces in code examples 2013-05-28 14:38:02 +02:00
Roman Shmatov
f31e60d9dd update git links 2013-04-13 21:16:59 +06:00
Prathamesh Sonpatki
8e17908d67 Fixed Typo 2013-04-03 22:48:09 +05:30
Yves Senn
dc1347be2c adjust config.ru tempalte used in the rails on rack guide 2013-04-03 12:20:25 +02:00
robertomiranda
a83183c721 Remove BestStandardsSupport references 2013-02-01 16:37:35 -05:00
Gosha Arinich
732d3507da prefer do-end for multiline block 2013-01-06 02:01:22 +03:00
Jonathan Baudanza
3511e3f449 Update guides/source/rails_on_rack.md
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.
2012-12-30 20:21:20 -08:00
Katie Oldaker
7c05ea23a0 Fixed grammar in a lot of guide prologues. 2012-12-07 12:50:09 -05:00
Steve Klabnik
d16a1b9e8b Normalize on 'After reading this guide, you will know:'
We have three or four different introduction sentences to the guides.
After this commit, we use the same one everywhere.
2012-11-29 14:25:02 -08:00
Steve Klabnik
6dcae8ae9c Add periods to the bullet points in guides.
Talked with @fxn about this. Bullet points should have periods at the ends.
2012-11-29 05:14:08 -08:00
Agis Anastasopoulos
8be3a1a9a4 Update the middleware stack to reflect the current Rails output
Specifically, remove `ActionDispatch::Head` in favor of `Rack::Head`.
2012-11-16 14:48:17 +02:00
Agis Anastasopoulos
3ad89fced2 Remove unnecessary whitespace 2012-11-16 12:54:25 +02:00
Cesar Carruitero
c04abbaa63 fix bugs in rails_on_rack [ci-skip] 2012-11-08 16:04:39 -05:00
AvnerCohen
23839ab8c6 migrating guides to new hash syntax 2012-10-10 16:35:50 +02:00
Prem Sichanugrist
721afdcc4b Fix remaining formatting problems in the guide 2012-09-17 15:54:23 -04:00
Prem Sichanugrist
2c38567646 Convert all tables to Markdown syntax 2012-09-17 15:54:23 -04:00
Prem Sichanugrist
9873dd800b Convert all the links into Markdown format 2012-09-17 15:54:23 -04:00
Prem Sichanugrist
31ef4cf656 Convert all inline codes to Markdown syntax 2012-09-17 15:54:23 -04:00
Prem Sichanugrist
21a0b20e39 change shell to bash 2012-09-17 15:54:22 -04:00
Prem Sichanugrist
c89c163a0e Convert inline code tags to Markdown 2012-09-17 15:54:22 -04:00
Prem Sichanugrist
872b7af337 Convert heading tags and heading section 2012-09-17 15:54:22 -04:00
Prem Sichanugrist
7bc1ca3515 Convert code blocks into GFM style 2012-09-17 15:54:22 -04:00
Prem Sichanugrist
5137d03cc5 Rename the rest of the guides to Markdown 2012-09-17 15:54:22 -04:00