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
*
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
*
|
Merge pull request #16535 from bf4/patch-1
Rafael Mendonça França
2014-11-10
1
-4
/
+4
|
\
\
|
*
|
`secret_token` is now saved in `Rails.application.secrets.secret_token`
Benjamin Fleischer
2014-11-02
1
-4
/
+4
*
|
|
Move DebugExceptions#traces_from_wrapper to ExceptionWrapper
Genadi Samokovarov
2014-11-03
2
-29
/
+23
|
/
/
*
|
Merge branch 'master-sec'
Aaron Patterson
2014-10-30
1
-2
/
+12
|
\
\
|
*
|
FileHandler should not be called for files outside the root
Aaron Patterson
2014-10-10
1
-2
/
+12
*
|
|
Show the user’s application in the source window and select the correct tra...
Byron Bischoff
2014-10-23
3
-25
/
+35
*
|
|
ActionController::InvalidCrossOriginRequest fails with 422 instead of 500
Max Melentiev
2014-10-14
1
-10
/
+11
|
/
/
*
|
Use Hash#each_key instead of Hash#keys.each
Erik Michaels-Ober
2014-09-29
1
-1
/
+1
*
|
Don't rescue IPAddr::InvalidAddressError
Peter Suschlik
2014-08-29
1
-1
/
+1
*
|
Refactor out Dir.glob from ActionDispatch::Static
schneems
2014-08-27
1
-20
/
+5
*
|
Address comments on Gzip implementation
schneems
2014-08-24
1
-10
/
+19
*
|
Refactor ActionDispatch::RemoteIp
Sam Aarons
2014-08-21
1
-52
/
+38
*
|
Enable gzip compression by default
schneems
2014-08-20
1
-14
/
+40
*
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2014-08-19
2
-0
/
+29
|
\
\
|
*
|
Uppercase HTML in docs.
Hendy Tanata
2014-08-08
1
-1
/
+1
|
*
|
[ci skip] Document ActionDispatch::Static
schneems
2014-08-05
1
-0
/
+9
|
*
|
[ci skip] document ActionDispatch::FileHandler
schneems
2014-08-05
1
-0
/
+10
|
*
|
[ci skip] Document PublicExceptions middleware
schneems
2014-08-05
1
-0
/
+10
*
|
|
Use AS::JSON for (de)serializing cookies
Godfrey Chan
2014-08-17
1
-2
/
+3
*
|
|
Merge pull request #16467 from strzalek/cookies-digest-config-option2
Godfrey Chan
2014-08-17
1
-3
/
+9
|
\
\
\
|
*
|
|
Add config option for cookies digest
Łukasz Strzałkowski
2014-08-12
1
-3
/
+9
*
|
|
|
Merge pull request #16484 from strzalek/remove-redundant-null-serializer
Godfrey Chan
2014-08-17
1
-16
/
+7
|
\
\
\
\
|
*
|
|
|
Remove redundant NullSerializer
Łukasz Strzałkowski
2014-08-13
1
-16
/
+7
|
|
/
/
/
*
|
|
|
this should be accessing the hash, not calling a method
Aaron Patterson
2014-08-13
1
-1
/
+1
*
|
|
|
use 'based on' instead of 'based off' [ci skip]
Akshay Vishnoi
2014-08-12
1
-1
/
+1
*
|
|
|
Revert "Merge pull request #16434 from strzalek/cookies-digest-config-option"
Santiago Pastorino
2014-08-08
1
-8
/
+2
[next]