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
/
actionpack
/
lib
/
action_dispatch
/
middleware
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tiny documentation edits [ci skip]
Robin Dupret
2015-05-04
1
-1
/
+1
*
Use ruby 1.9 lambda syntax in documentations [ci skip]
Mehmet Emin İNAÇ
2015-05-03
1
-2
/
+2
*
Document :tld_length option for cookies.
Ryan Wallace
2015-04-29
1
-0
/
+3
*
No need to capitalize verbs. [CI SKIP]
Guo Xiang Tan
2015-04-26
1
-2
/
+2
*
Add nodoc to some private constants [ci skip]
Rafael Mendonça França
2015-04-23
1
-3
/
+3
*
Merge pull request #19823 from sbhatore/doc_fix_1
Rafael Mendonça França
2015-04-23
1
-0
/
+8
|
\
|
*
Squashed commit of the following:
Siddharth Bhatore
2015-04-23
1
-0
/
+8
*
|
[ci skip] Add, clean up docs in ActionDispatch ActionDispatch middleware
Nick Cox
2015-04-22
1
-6
/
+13
*
|
[ci skip] UpgradeLegacySignedCookieJar Doc fix
Siddharth Bhatore
2015-04-22
1
-2
/
+2
|
/
*
[Rails4 regression] prevent thin and puma cause error in Non ASCII URL on Win...
Toshi MARUYAMA
2015-04-09
1
-1
/
+1
*
Fix ActionDispatch::PublicExceptions returning string rack status
Ryan Tomayko
2015-03-23
1
-2
/
+2
*
Also skip Content-Encoding and Vary header if 304
Kohei Suzuki
2015-03-12
1
-3
/
+4
*
304 response should not include Content-Type header
Kohei Suzuki
2015-03-10
1
-1
/
+3
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-03-01
3
-3
/
+20
|
\
|
*
Explained how to set session expiry through session_store config
Iain Beeston
2015-02-27
3
-3
/
+20
*
|
Change filter on /rails/info/routes to use an actual path regexp from rails
brainopia
2015-02-23
2
-67
/
+63
*
|
Aliased the ActionDispatch::Request#uuid method with ActionDispatch::Request#...
David Ilizarov
2015-02-20
1
-1
/
+1
*
|
Freeze strings to reduce allocations in integration tests
eileencodes
2015-02-18
1
-4
/
+8
*
|
Reduce the number of times `#clean_path_info` is called
eileencodes
2015-02-18
1
-3
/
+2
|
/
*
require rack/utils in exception_wrapper
Andrew Lazarus
2015-02-12
1
-0
/
+1
*
Merge pull request #18721 from sj26/pre-discard-flash
Aaron Patterson
2015-02-01
1
-17
/
+23
|
\
|
*
Migrate old flash behaviour
Samuel Cochran
2015-01-30
1
-0
/
+6
|
*
Discard from flash before persisting in session
Samuel Cochran
2015-01-29
1
-17
/
+17
*
|
Show proper traces on Windows for the error pages
Genadi Samokovarov
2015-02-01
1
-2
/
+8
|
/
*
Changing sets -> set
Lindsey Bieda
2015-01-06
1
-1
/
+1
*
- Removed unused parameter to cookie serialize method and fixed usage of the ...
Vipul A M
2014-12-24
1
-4
/
+4
*
We don't need to call to_sym. Just compare the string
Rafael Mendonça França
2014-12-04
1
-1
/
+1
*
Merge pull request #17792 from rockrep/master
Rafael Mendonça França
2014-12-04
1
-1
/
+1
|
\
|
*
allow 'all' for :domain option in addition to :all
rockrep
2014-11-26
1
-1
/
+1
|
*
Revert "Invert precedence of content in ActionDispatch::Static"
Andrew White
2012-12-07
1
-11
/
+7
|
*
Invert precedence of content in ActionDispatch::Static
Andrew White
2012-12-06
1
-7
/
+11
*
|
Action View is needed for DebugExceptions
Rafael Mendonça França
2014-12-02
1
-0
/
+2
*
|
Refactor debug view
Kir Shatrov
2014-12-02
3
-23
/
+31
*
|
Pretty-print request params on exception page
Kir Shatrov
2014-12-01
2
-1
/
+9
*
|
Merge pull request #17803 from sadfuzzy/patch-2
Abdelkader Boudih
2014-11-27
1
-1
/
+3
*
|
Merge pull request #17728 from jcutrell/jcutrell/docs-to_session_value-for-pr
Rafael Mendonça França
2014-11-25
1
-3
/
+6
|
\
\
|
*
|
adding nodoc to private methods
Jonathan Cutrell
2014-11-23
1
-2
/
+2
|
*
|
Adding simple docs for ActionDispatch::Flash::FlashHash#to_session_value
Jonathan Cutrell
2014-11-23
1
-1
/
+4
*
|
|
Merge pull request #17733 from yuki24/do-not-rescue-exception-in-params-parser
Rafael Mendonça França
2014-11-25
1
-1
/
+1
|
\
\
\
|
*
|
|
Do not rescue Exception in ParamsParser
Yuki Nishijima
2014-11-23
1
-1
/
+1
|
|
/
/
*
|
|
Don't center the routes table on routing errors
Genadi Samokovarov
2014-11-24
1
-1
/
+1
*
|
|
Show source view and backtrace on missing template errors
Genadi Samokovarov
2014-11-24
2
-0
/
+6
|
/
/
*
|
[ci skip] Fix comment of ActionDispatch::Callbacks
yui-knk
2014-11-23
1
-1
/
+1
*
|
Merge pull request #17630 from gsamokovarov/exception-wrapper-source-extract
Guillermo Iguaran
2014-11-16
3
-8
/
+8
|
\
\
|
*
|
Rename #source_extract to #source_extracts in ExceptionWrapper
Genadi Samokovarov
2014-11-16
3
-8
/
+8
*
|
|
Merge pull request #17639 from gsamokovarov/faster-exception-wrapper-traces
Guillermo Iguaran
2014-11-16
1
-2
/
+6
|
\
\
\
|
*
|
|
Don't double check trace origin in ExceptionWrapper#traces
Genadi Samokovarov
2014-11-16
1
-2
/
+6
|
|
/
/
*
/
/
Don't show full trace on routing errors
Genadi Samokovarov
2014-11-16
1
-1
/
+1
|
/
/
*
|
Don't let #{application,framework,full}_trace be nil
Genadi Samokovarov
2014-11-16
2
-31
/
+31
*
|
Make FlashHash#key? work with symbol and string
Rafael Mendonça França
2014-11-11
1
-1
/
+1
[next]