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
/
test
/
dispatch
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Refactor debug view
Kir Shatrov
2014-12-02
1
-0
/
+23
*
|
|
Merge pull request #17823 from byroot/fix-mount-rack-apps-with-as
Sean Griffin
2014-11-29
1
-1
/
+1
|
\
\
\
|
*
|
|
Pure rack apps can be mounted with a name
Jean Boussier
2014-11-29
1
-1
/
+1
*
|
|
|
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-2
/
+2
|
/
/
/
*
|
|
Merge branch 'deprecate-string-options-in-url-helpers'
Sean Griffin
2014-11-24
1
-0
/
+20
|
\
\
\
|
*
|
|
Deprecate string options in URL helpers
Melanie Gilman
2014-11-24
1
-0
/
+20
*
|
|
|
Show source view and backtrace on missing template errors
Genadi Samokovarov
2014-11-24
1
-0
/
+27
|
/
/
/
*
|
|
Merge pull request #17642 from tgxworld/fix_template_assertion_on_assigns
Rafael Mendonça França
2014-11-17
1
-1
/
+13
|
\
\
\
|
*
|
|
Fix for assigns(:..) resetting template assertions
Calvin Correli
2014-11-17
1
-1
/
+13
*
|
|
|
Rename #source_extract to #source_extracts in ExceptionWrapper
Genadi Samokovarov
2014-11-16
1
-2
/
+2
*
|
|
|
Don't let #{application,framework,full}_trace be nil
Genadi Samokovarov
2014-11-16
1
-0
/
+31
*
|
|
|
Add basic tests for ActionDispatch::ExceptionWrapper
Genadi Samokovarov
2014-11-13
1
-0
/
+66
|
/
/
/
*
|
|
Merge branch 'master-sec'
Aaron Patterson
2014-10-30
1
-2
/
+20
|
\
\
\
|
*
|
|
FileHandler should not be called for files outside the root
Aaron Patterson
2014-10-10
1
-2
/
+20
*
|
|
|
Deprecate the `only_path` option on `*_path` helpers.
Godfrey Chan
2014-10-28
1
-0
/
+80
*
|
|
|
Show the user’s application in the source window and select the correct tra...
Byron Bischoff
2014-10-23
1
-1
/
+41
*
|
|
|
fix small typo in routing test
Accessd
2014-10-21
1
-1
/
+1
|
/
/
/
*
|
|
Request#check_method no longer breaks when :en is not available locale
Stefan Henzen
2014-10-09
1
-0
/
+16
*
|
|
Use Hash#each_key instead of Hash#keys.each
Erik Michaels-Ober
2014-09-29
1
-1
/
+1
*
|
|
Revert "Merge pull request #16966 from why-el/symbolize-path-params"
Rafael Mendonça França
2014-09-25
1
-8
/
+0
*
|
|
Ensure named path params are symbols (Fixes #16958)
Mohamed Wael Khobalatte
2014-09-25
1
-0
/
+8
*
|
|
Rescue Rack::Utils::ParameterTypeError instead of TypeError
Yuki Nishijima
2014-09-13
1
-3
/
+3
*
|
|
Add support for Rack::ContentLength middelware
Javan Makhmali
2014-09-06
1
-0
/
+14
*
|
|
Deprecate implicit AD::Response splatting and Array conversion
Jeremy Kemper
2014-09-06
1
-3
/
+17
*
|
|
Add test to assert_recognizes with custom message
Rafael Mendonça França
2014-09-05
1
-1
/
+9
*
|
|
Merge pull request #14911 from estsauver/14908
Rafael Mendonça França
2014-09-05
1
-0
/
+8
|
\
\
\
|
*
|
|
Propagate test messages through assert_routing helper, Fixes #14908
Earl St Sauver
2014-04-29
1
-0
/
+8
*
|
|
|
Merge pull request #16637 from Agis-/redirect-with-constraint-route
Aaron Patterson
2014-08-28
1
-0
/
+24
|
\
\
\
\
|
*
|
|
|
Don't ignore constraints in redirect routes
Agis-
2014-08-25
1
-0
/
+24
*
|
|
|
|
Refactor out Dir.glob from ActionDispatch::Static
schneems
2014-08-27
1
-0
/
+4
*
|
|
|
|
Use less iterations for KeyGenerator in tests
Peter Suschlik
2014-08-27
1
-1
/
+1
*
|
|
|
|
Address comments on Gzip implementation
schneems
2014-08-24
1
-2
/
+24
|
/
/
/
/
*
|
|
|
Avoid duplicating routes for HEAD requests.
Guo Xiang Tan
2014-08-21
1
-0
/
+12
*
|
|
|
Enable gzip compression by default
schneems
2014-08-20
1
-2
/
+22
*
|
|
|
Protect against error when parsing parameters with Bad Request
Rafael Mendonça França
2014-08-19
1
-0
/
+25
*
|
|
|
Expectations first
Akira Matsuda
2014-08-18
4
-11
/
+11
*
|
|
|
Use AS::JSON for (de)serializing cookies
Godfrey Chan
2014-08-17
1
-0
/
+39
*
|
|
|
Fixed broken reference caused by 14965ba
Godfrey Chan
2014-08-17
1
-2
/
+2
*
|
|
|
Merge pull request #16467 from strzalek/cookies-digest-config-option2
Godfrey Chan
2014-08-17
1
-0
/
+50
|
\
\
\
\
|
*
|
|
|
Add config option for cookies digest
Łukasz Strzałkowski
2014-08-12
1
-0
/
+50
*
|
|
|
|
fewer operations on the options hash
Aaron Patterson
2014-08-13
1
-1
/
+1
*
|
|
|
|
[ci skip] fix spelling of override
Akshay Vishnoi
2014-08-13
1
-1
/
+1
*
|
|
|
|
Revert "Merge pull request #16434 from strzalek/cookies-digest-config-option"
Santiago Pastorino
2014-08-08
1
-17
/
+0
*
|
|
|
|
Add config option for cookies digest
Łukasz Strzałkowski
2014-08-08
1
-0
/
+17
|
/
/
/
/
*
|
|
|
call the routes method on engines
Aaron Patterson
2014-08-05
1
-74
/
+37
*
|
|
|
a rails application should be an engine subclass
Aaron Patterson
2014-08-05
1
-1
/
+1
*
|
|
|
no reason to lazily instantiate the routes
Aaron Patterson
2014-08-05
1
-45
/
+42
*
|
|
|
just assign the instance variables on the test
Aaron Patterson
2014-08-05
1
-7
/
+3
*
|
|
|
Regenerate sid when sbdy tries to fixate the session
Santiago Pastorino
2014-08-04
1
-9
/
+8
*
|
|
|
Remove unnecessary call to #tap
Carlos Antonio da Silva
2014-07-31
1
-5
/
+3
[prev]
[next]