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
*
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
*
Merge pull request #19147 from gsamokovarov/work-around-ruby-10695
Eileen M. Uchitelle
2015-03-02
1
-1
/
+1
|
\
|
*
Work around for upstream Ruby bug #10685
Genadi Samokovarov
2015-03-01
1
-1
/
+1
*
|
Avoid accurate assertions on error messages
Robin Dupret
2015-03-02
1
-2
/
+2
|
/
*
Fix segmentation fault in ActionPack tests
eileencodes
2015-02-28
1
-1
/
+1
*
Revert integration test refactoring that caused app test regressions
Jeremy Kemper
2015-02-26
1
-0
/
+4
*
Revert "Merge pull request #18764 from tsun1215/master"
Jeremy Kemper
2015-02-26
1
-4
/
+5
*
Merge pull request #18434 from brainopia/change_filter_on_rails_info_routes
Richard Schneeman
2015-02-26
1
-8
/
+0
|
\
|
*
Change filter on /rails/info/routes to use an actual path regexp from rails
brainopia
2015-02-23
1
-8
/
+0
*
|
Add a failing test demonstrating regression with HEAD requests to Rack apps, ...
Jeremy Kemper
2015-02-24
1
-3
/
+9
|
/
*
Prefer request_id over uuid and test the alias
Rafael Mendonça França
2015-02-20
1
-4
/
+8
*
Merge pull request #18218 from brainopia/fix_match_shorthand_in_routes
Rafael Mendonça França
2015-02-20
1
-0
/
+9
|
\
|
*
Improve shorthand matching for routes
brainopia
2015-01-25
1
-0
/
+9
*
|
lazily create the integration session
Aaron Patterson
2015-02-12
1
-4
/
+0
*
|
Explicitly ignored wildcard verbs from head_routes
Terence Sun
2015-02-08
1
-0
/
+12
*
|
Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...
Vipul A M
2015-02-03
2
-2
/
+0
*
|
Show proper traces on Windows for the error pages
Genadi Samokovarov
2015-02-01
1
-0
/
+17
*
|
Consistent usage of spaces in hashes across our codebase
Rafael Mendonça França
2015-01-29
11
-53
/
+53
*
|
Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration
Kir Shatrov
2015-01-29
13
-80
/
+81
|
/
*
Fix name_for_action in routing
rono23
2015-01-19
1
-0
/
+38
*
No need of requiring `rbconfig`, it is by-default loaded
Kuldeep Aggarwal
2015-01-10
1
-1
/
+0
*
Remove deprecated usage of string keys in URL helpers
Rafael Mendonça França
2015-01-04
1
-20
/
+0
*
Remove deprecated `only_path` option on `*_path` helpers
Rafael Mendonça França
2015-01-04
1
-44
/
+0
*
Remove deprecated support to define routes with `:to` option that
Rafael Mendonça França
2015-01-04
1
-30
/
+4
*
Remove deprecated `ActionDispatch::Response#to_ary`
Rafael Mendonça França
2015-01-04
1
-16
/
+2
*
Merge pull request #10380 from JonRowe/test_all_domain_2_letter_tld
Rafael Mendonça França
2015-01-02
1
-0
/
+7
|
\
|
*
add test asserting that 2 letter tlds with 3 letter domain names work when op...
Jon Rowe
2013-04-30
1
-0
/
+7
*
|
Use released rack
Godfrey Chan
2014-12-19
1
-1
/
+1
[next]