index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
guides
/
source
/
rails_on_rack.md
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove `Rack::Runtime from console log [ci skip]
Shia
2016-10-31
1
-1
/
+0
*
update doc for prefer require_relative over require + File.expand_path [ci skip]
Gaurav Sharma
2016-07-07
1
-1
/
+1
*
PerRequestDigestCacheExpiry middlware was been removed. Removed traces, for t...
Vipul A M
2016-05-17
1
-1
/
+0
*
The `ActiveRecord::ConnectionAdapters::ConnectionManagement` and `ActiveRecor...
Vipul A M
2016-05-16
1
-10
/
+2
*
Change output genereated for middlewares on a new application. This has chang...
Vipul A M
2016-05-16
1
-3
/
+3
*
Replace ActionDispatch::LoadInterlock with ActionDispatch::Executor in guides...
willnet
2016-04-30
1
-2
/
+2
*
remove "rake" word [ci skip]
yuuji.yaginuma
2016-02-28
1
-1
/
+1
*
Merge pull request #22857 from bdewater/interlock-doc
Vipul A M
2016-02-01
1
-3
/
+7
|
\
|
*
Update middleware docs regarding ActionDispatch::LoadInterlock [ci skip]
Bart de Water
2016-01-31
1
-3
/
+7
*
|
- Changed from bin/rake to bin/rails at more application places.
Vipul A M
2016-01-20
1
-2
/
+2
|
/
*
Replace `serve_static_files` mentions in docs.
Kasper Timm Hansen
2015-11-04
1
-1
/
+1
*
Revert "removing Rack::Runtime from the default stack."
Aaron Patterson
2015-10-03
1
-0
/
+1
*
Merge pull request #21851 from y-yagi/use_class_to_specify_middleware
Kasper Timm Hansen
2015-10-03
1
-5
/
+5
|
\
|
*
use class to specify the middleware [ci skip]
yuuji.yaginuma
2015-10-03
1
-5
/
+5
*
|
removing Rack::Runtime from the default stack.
Aaron Patterson
2015-10-02
1
-1
/
+0
|
/
*
mostly remove the ParamsParser middleware
Aaron Patterson
2015-09-18
1
-5
/
+0
*
Remove the paragraph about Rails::Server#middleware
Robin Dupret
2015-06-23
1
-18
/
+0
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-06-21
1
-2
/
+0
|
\
|
*
Remove broken links
Gaurish Sharma
2015-06-21
1
-2
/
+0
*
|
remove `Rails::Rack::Debugger` from guides [ci skip]
yuuji.yaginuma
2015-06-18
1
-3
/
+1
|
/
*
Prefer request_id over uuid and test the alias
Rafael Mendonça França
2015-02-20
1
-1
/
+1
*
- Changed `IN` to `ON` in markdown renderer condition
Vipul A M
2015-01-14
1
-1
/
+1
*
Remove debugger support
Rafael Mendonça França
2015-01-04
1
-1
/
+0
*
warn about reading guides in GitHub
Xavier Noria
2014-12-23
1
-0
/
+2
*
Merge pull request #18100 from chancancode/serve_static_files
Godfrey Chan
2014-12-19
1
-1
/
+1
*
[ci skip] Fix class name of middleware.
yui-knk
2014-11-23
1
-1
/
+1
*
[ci skip] Dispatching is a verb :bow:
Zachary Scott
2014-11-22
1
-1
/
+1
*
Fix explanation for ActionDispatch::Callbacks.
yui-knk
2014-11-23
1
-1
/
+1
*
Warning about middleware not auto-reloading
Nicolas Cavigneaux
2014-10-08
1
-0
/
+4
*
remove rubyforge.org that was shut down [ci skip]
Gaurav Sharma
2014-06-06
1
-1
/
+1
*
Use generated binstubs in guides examples.
Josef Šimánek
2014-05-20
1
-2
/
+2
*
Update documentation to use Rails.application instead
Marcel Morgan
2014-04-13
1
-5
/
+4
*
Rails on Rack: Replace an unpleasant grammatical construct.
Jashank Jeremy
2013-12-05
1
-1
/
+1
*
Remove outdated guide on using rack builder w/o rails middleware
Alex Johnson
2013-11-13
1
-20
/
+0
*
Correct guide relating MiddlewareStackProxy with Enumerable
Alex Johnson
2013-11-13
1
-5
/
+4
*
Fixed code syntax for config.ru [ci skip]
Rashmi Yadav
2013-11-04
1
-1
/
+1
*
guides/rails_on_rack: Fix formatting of _Internal Middleware Stack_ section
Zachary Scott
2013-10-28
1
-23
/
+23
*
[ci skip] Add explanation on Rack::Sendfile and fix serve static files setting.
Juanito Fatas
2013-10-04
1
-1
/
+5
*
metal is no longer mentioned on rack guide
Dan Pickett
2013-07-21
1
-1
/
+0
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2013-07-21
1
-0
/
+1
|
\
|
*
Rack Sendfile is coming as default now
Arun Agrawal
2013-07-15
1
-0
/
+1
*
|
Cleaned up wording and tags.
blahedo
2013-07-06
1
-1
/
+1
|
/
*
copy edits [ci skip]
Vijay Dev
2013-06-14
1
-2
/
+1
*
Middleware in guide updated [ci skip]
Rashmi Yadav
2013-06-08
1
-0
/
+6
*
Remove double spaces in code examples
Sunny Ripert
2013-05-28
1
-1
/
+1
*
update git links
Roman Shmatov
2013-04-13
1
-1
/
+1
*
Fixed Typo
Prathamesh Sonpatki
2013-04-03
1
-1
/
+1
*
adjust config.ru tempalte used in the rails on rack guide
Yves Senn
2013-04-03
1
-4
/
+7
*
Remove BestStandardsSupport references
robertomiranda
2013-02-01
1
-6
/
+0
*
prefer do-end for multiline block
Gosha Arinich
2013-01-06
1
-2
/
+2
[next]