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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Request#check_method no longer breaks when :en is not available locale
Stefan Henzen
2014-10-09
1
-0
/
+16
*
Parse HTML as document fragment.
Kasper Timm Hansen
2014-09-29
1
-3
/
+3
*
Use Hash#each_key instead of Hash#keys.each
Erik Michaels-Ober
2014-09-29
3
-8
/
+8
*
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
*
Fix actionpack test cases broken by #16888
Godfrey Chan
2014-09-26
2
-29
/
+9
*
Rescue Rack::Utils::ParameterTypeError instead of TypeError
Yuki Nishijima
2014-09-13
1
-3
/
+3
*
Default to sorting user's test cases for now
Godfrey Chan
2014-09-08
1
-1
/
+1
*
Removing unused fake models
Thiago Pradi
2014-09-07
1
-45
/
+0
*
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
*
|
Leave all our tests as order_dependent! for now
Matthew Draper
2014-09-02
1
-0
/
+5
*
|
Merge pull request #16644 from Agis-/drb-tests-actionpack-vagrant
Xavier Noria
2014-08-30
1
-3
/
+1
|
\
\
|
*
|
Use system /tmp when testing actionpack
Agis-
2014-08-22
1
-3
/
+1
*
|
|
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
5
-0
/
+8
*
|
|
Use less iterations for KeyGenerator in tests
Peter Suschlik
2014-08-27
1
-1
/
+1
*
|
|
Address comments on Gzip implementation
schneems
2014-08-24
5
-2
/
+32
|
/
/
*
|
Improve router test.
Guo Xiang Tan
2014-08-21
1
-6
/
+11
*
|
Avoid duplicating routes for HEAD requests.
Guo Xiang Tan
2014-08-21
2
-1
/
+32
*
|
Enable gzip compression by default
schneems
2014-08-20
5
-2
/
+30
*
|
Merge pull request #16570 from bradleybuda/breach-mitigation-mask-csrf-token
Jeremy Kemper
2014-08-19
1
-5
/
+6
|
\
\
|
*
|
Auth token mask from breach-mitigation-rails gem
Bradley Buda
2014-08-19
1
-5
/
+6
*
|
|
Protect against error when parsing parameters with Bad Request
Rafael Mendonça França
2014-08-19
1
-0
/
+25
*
|
|
Fix failing test on several methods on Parameter
Prem Sichanugrist
2014-08-18
2
-2
/
+11
*
|
|
Seperate Parameters accessors and mutators tests
Prem Sichanugrist
2014-08-18
3
-57
/
+215
*
|
|
Add missing `Hash` methods to `AC::Parameters`
Prem Sichanugrist
2014-08-18
1
-0
/
+21
*
|
|
Make `AC::Params#to_h` return Hash with safe keys
Prem Sichanugrist
2014-08-18
1
-0
/
+39
*
|
|
Expectations first
Akira Matsuda
2014-08-18
7
-34
/
+34
*
|
|
Merge branch 'master' into loofah
Rafael Mendonça França
2014-08-17
16
-753
/
+198
|
\
\
\
|
*
|
|
Use AS::JSON for (de)serializing cookies
Godfrey Chan
2014-08-17
1
-0
/
+39
|
*
|
|
`responders` 1.x won't do it. Told you to RTFM for details!
Godfrey Chan
2014-08-17
1
-0
/
+2
|
*
|
|
The gem is called 'responders'
Godfrey Chan
2014-08-17
1
-2
/
+2
|
*
|
|
Raise a more helpful error for people who are using these extracted features
Godfrey Chan
2014-08-17
1
-0
/
+30
|
*
|
|
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
|
*
|
|
|
Remove more references to respond_with
José Valim
2014-08-17
7
-6
/
+0
|
*
|
|
|
Move respond_with to the responders gem
José Valim
2014-08-17
1
-737
/
+0
|
*
|
|
|
When your templates change, browser caches bust automatically.
Jeremy Kemper
2014-08-17
2
-3
/
+35
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Merge pull request #16027 from tgxworld/template_assertions
Yves Senn
2014-08-14
1
-0
/
+23
|
|
\
\
\
|
|
*
|
|
Fix assert_template for files.
Guo Xiang Tan
2014-08-14
1
-0
/
+23
|
*
|
|
|
fewer operations on the options hash
Aaron Patterson
2014-08-13
1
-1
/
+1
|
*
|
|
|
UnexpectedErrors may reference exceptions that can't be dumped
Aaron Patterson
2014-08-13
1
-0
/
+17
|
|
/
/
/
|
*
|
|
Merge pull request #16491 from akshay-vishnoi/doc-changes
Yves Senn
2014-08-13
1
-1
/
+1
|
|
\
\
\
|
|
*
|
|
[ci skip] fix spelling of override
Akshay Vishnoi
2014-08-13
1
-1
/
+1
[next]