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
...
*
|
|
|
|
Fix deprecation warning in tests
eileencodes
2015-08-08
1
-1
/
+1
|
/
/
/
/
*
|
|
|
finish deprecating handling strings and symbols
Aaron Patterson
2015-08-07
4
-60
/
+19
*
|
|
|
Using strings or symbols for middleware class names is deprecated.
Aaron Patterson
2015-08-07
2
-23
/
+19
*
|
|
|
simplify the Middleware constructor
Aaron Patterson
2015-08-07
1
-39
/
+24
*
|
|
|
ExceptionWrapper doesn't need to know about `env`
Aaron Patterson
2015-08-06
1
-17
/
+15
*
|
|
|
use a request object to reduce string allocations and not know about ENV keys
Aaron Patterson
2015-08-06
1
-1
/
+1
*
|
|
|
Merge pull request #21131 from eagletmt/percent-filename
Rafael Mendonça França
2015-08-06
1
-0
/
+11
|
\
\
\
\
|
*
|
|
|
Add failing spec on utf8 filename with percent character
Kohei Suzuki
2015-08-04
1
-0
/
+11
*
|
|
|
|
Adds missing argument handling for ActionController::TestSession to
Matthew Gerrior
2015-08-06
1
-0
/
+10
|
/
/
/
/
*
|
|
|
Merge pull request #20590 from vngrs/set_default_charset
Rafael Mendonça França
2015-07-27
1
-0
/
+7
|
\
\
\
\
|
*
|
|
|
Document, refactor and create test case for ActionDispatch::Response#charset=...
Mehmet Emin İNAÇ
2015-06-17
1
-0
/
+7
*
|
|
|
|
Stop using deprecated `render :text` in test
Prem Sichanugrist
2015-07-17
7
-29
/
+29
*
|
|
|
|
Skip a few failing tests on JRuby with the attached tickets
Robin Dupret
2015-07-17
2
-0
/
+4
*
|
|
|
|
Make AC::Parameters not inherited from Hash
Prem Sichanugrist
2015-07-15
1
-1
/
+1
*
|
|
|
|
Merge pull request #20866 from jdantonio/countdown-latch
Aaron Patterson
2015-07-14
1
-7
/
+7
|
\
\
\
\
\
|
*
|
|
|
|
Replaced `ActiveSupport::Concurrency::Latch` with concurrent-ruby.
Jerry D'Antonio
2015-07-13
1
-7
/
+7
*
|
|
|
|
|
only call methods that are on the superclass
Aaron Patterson
2015-07-14
1
-4
/
+3
|
/
/
/
/
/
*
|
|
|
|
add a new constructor for allocating test requests
Aaron Patterson
2015-07-08
1
-9
/
+9
*
|
|
|
|
make `env` a required parameter
Aaron Patterson
2015-07-08
1
-6
/
+6
*
|
|
|
|
pass cookies from the jar in the HTTP_COOKIE header
eileencodes
2015-07-07
1
-2
/
+0
*
|
|
|
|
Merge pull request #13897 from gmalette/nested-parameter-filtering-2
Arthur Nogueira Neves
2015-07-06
1
-0
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Allow filtering params based on parent keys
Guillaume Malette
2015-06-22
1
-0
/
+1
|
|
/
/
/
/
*
|
|
|
|
Improve error messages in cookies_test
eileencodes
2015-06-27
1
-3
/
+3
*
|
|
|
|
Merge pull request #19431 from hmarr/head-routing
Rafael Mendonça França
2015-06-22
1
-3
/
+2
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Respect routing precedence for HEAD requests
Harry Marr
2015-03-20
1
-3
/
+2
*
|
|
|
|
remove `header=` on the response object.
Aaron Patterson
2015-06-15
1
-0
/
+2
*
|
|
|
|
ActionDispatch::SSL should keep original header's behavior
Fumiaki MATSUSHIMA
2015-06-14
1
-0
/
+11
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Routes resources avoid :new and :edit endpoints if api_only is enabled
Jorge Bejar
2015-06-11
1
-0
/
+75
*
|
|
|
Remove extra whitespaces
Santiago Pastorino
2015-06-11
1
-1
/
+1
*
|
|
|
Remove Unneeded ApiPublicExceptions middleware, PublicExceptions already does...
Santiago Pastorino
2015-06-11
1
-37
/
+0
*
|
|
|
Add ApiPublicException middleware
Santiago Pastorino
2015-06-11
1
-2
/
+39
*
|
|
|
Change the `index` arg of `ActionDispatch::Static#new` to a kwarg
Yuki Nishijima
2015-06-11
1
-1
/
+1
*
|
|
|
Remove `assigns` and `assert_template`.
Guo Xiang Tan
2015-05-30
1
-110
/
+0
*
|
|
|
config.static_index configures directory index "index.html" filename
Eliot Sykes
2015-05-28
1
-0
/
+14
*
|
|
|
Add assertion for get? method into test cases
Mehmet Emin İNAÇ
2015-05-27
1
-0
/
+1
*
|
|
|
Prefer assert_not over refute
Rafael Mendonça França
2015-05-18
1
-1
/
+1
*
|
|
|
ActionDispatch::Journey::Routes#empty? test cases
Valentine Valyaeff
2015-05-19
1
-0
/
+14
*
|
|
|
Fix rake routes for api apps
Jorge Bejar
2015-04-25
1
-0
/
+16
|
|
/
/
|
/
|
|
*
|
|
Use `silence_warnings` on `StaticTests`
eileencodes
2015-04-14
1
-6
/
+12
*
|
|
[Rails4 regression] prevent thin and puma cause error in Non ASCII URL on Win...
Toshi MARUYAMA
2015-04-09
1
-0
/
+22
*
|
|
sort_by instead of sort
Yang Bo
2015-04-08
1
-0
/
+13
|
|
/
|
/
|
*
|
Define a setup method instead of using setup as block
Rafael Mendonça França
2015-03-27
1
-1
/
+2
*
|
Provide friendlier access to request variants
George Claghorn
2015-03-24
1
-19
/
+30
*
|
Fix handling of empty X_FORWARDED_HOST header.
adam
2015-03-20
1
-0
/
+3
|
/
*
Merge pull request #19309 from f1sherman/dont-set-session-options-id
Guillermo Iguaran
2015-03-12
3
-4
/
+4
|
\
|
*
Use request.session.id instead of request.session_options[:id]
Brian John
2015-03-12
3
-4
/
+4
*
|
Also skip Content-Encoding and Vary header if 304
Kohei Suzuki
2015-03-12
1
-1
/
+2
*
|
304 response should not include Content-Type header
Kohei Suzuki
2015-03-10
1
-0
/
+9
|
/
*
Revert "Revert integration test refactoring that caused app test regressions"
eileencodes
2015-03-09
1
-4
/
+0
*
Drop request class from RouteSet constructor.
Aaron Patterson
2015-03-04
1
-1
/
+5
[prev]
[next]