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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix method name in mime type example. `Mime::Type.[]` doesn't exist. [ci skip]
yuuji.yaginuma
2015-02-23
1
-1
/
+1
*
Prefer request_id over uuid and test the alias
Rafael Mendonça França
2015-02-20
1
-4
/
+4
*
Aliased the ActionDispatch::Request#uuid method with ActionDispatch::Request#...
David Ilizarov
2015-02-20
2
-1
/
+3
*
Merge pull request #18218 from brainopia/fix_match_shorthand_in_routes
Rafael Mendonça França
2015-02-20
1
-1
/
+1
|
\
|
*
Improve shorthand matching for routes
brainopia
2015-01-25
1
-1
/
+1
*
|
Merge pull request #18665 from sgrif/sg-test-route-all
Sean Griffin
2015-02-20
1
-8
/
+14
|
\
\
|
*
|
Allow `method: "all"` as a valid routing test option
Sean Griffin
2015-01-23
1
-8
/
+14
|
|
/
*
|
Make the helpers a required argument
Evan Phoenix
2015-02-19
1
-2
/
+2
*
|
Cache url_helpers instead of creating each time
Evan Phoenix
2015-02-19
2
-5
/
+8
*
|
Freeze strings to reduce allocations in integration tests
eileencodes
2015-02-18
1
-4
/
+8
*
|
Reduce the number of times `#clean_path_info` is called
eileencodes
2015-02-18
1
-3
/
+2
*
|
Add missing comma
Arthur Neves
2015-02-13
1
-1
/
+1
*
|
Correct module name in deprecation message.
Guo Xiang Tan
2015-02-13
1
-1
/
+1
*
|
Improve deprecation message.
Guo Xiang Tan
2015-02-13
1
-1
/
+3
*
|
Do not recommend `xhr` since it is going to be deprecated.
Guo Xiang Tan
2015-02-13
1
-3
/
+0
*
|
require rack/utils in exception_wrapper
Andrew Lazarus
2015-02-12
1
-0
/
+1
*
|
remove meta programming
Aaron Patterson
2015-02-12
1
-3
/
+3
*
|
there is always an integration session, so remove the check
Aaron Patterson
2015-02-12
1
-1
/
+0
*
|
lazily create the integration session
Aaron Patterson
2015-02-12
1
-7
/
+5
*
|
use before_setup to set up test instance variables
Aaron Patterson
2015-02-12
1
-7
/
+6
*
|
Skip url_helpers instead of caching, speed up integration tests
eileencodes
2015-02-12
2
-18
/
+15
*
|
Explicitly ignored wildcard verbs from head_routes
Terence Sun
2015-02-08
1
-0
/
+1
*
|
Merge pull request #18771 from kirs/deprecate-xhr
Rafael Mendonça França
2015-02-05
1
-8
/
+16
|
\
\
|
*
|
Migrating xhr methods to keyword arguments syntax
Kir Shatrov
2015-02-01
1
-8
/
+16
*
|
|
`RouteSet` should not be listed in the public API [ci skip]
Sean Griffin
2015-02-03
1
-10
/
+10
*
|
|
Cache `url_helpers` separately for mailers
Andrew White
2015-02-01
1
-44
/
+50
*
|
|
Cache `url_helpers`
eileencodes
2015-02-01
1
-42
/
+44
*
|
|
Merge pull request #18721 from sj26/pre-discard-flash
Aaron Patterson
2015-02-01
1
-17
/
+23
|
\
\
\
|
*
|
|
Migrate old flash behaviour
Samuel Cochran
2015-01-30
1
-0
/
+6
|
*
|
|
Discard from flash before persisting in session
Samuel Cochran
2015-01-29
1
-17
/
+17
*
|
|
|
Show proper traces on Windows for the error pages
Genadi Samokovarov
2015-02-01
1
-2
/
+8
*
|
|
|
Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846
robertomiranda
2015-01-31
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Consistent usage of spaces in hashes across our codebase
Rafael Mendonça França
2015-01-29
1
-2
/
+2
*
|
|
Use fixed fonts only in the name of the parameter
Rafael Mendonça França
2015-01-29
1
-3
/
+3
*
|
|
Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration
Kir Shatrov
2015-01-29
1
-37
/
+104
*
|
|
Preserve default url options when generating URLs
Tekin Suleyman
2015-01-28
1
-3
/
+4
|
/
/
*
|
Merge pull request #18693 from aditya-kapoor/deprecate_via_redirect
Rafael Mendonça França
2015-01-28
1
-0
/
+5
|
\
\
|
*
|
Deprecate *_via_redirect integration test methods
Aditya Kapoor
2015-01-28
1
-0
/
+5
|
|
/
*
/
improve performance of integration tests.
Aaron Patterson
2015-01-27
1
-1
/
+8
|
/
*
Merge pull request #18483 from rono23/fix-name_for_action-in-routing
Santiago Pastorino
2015-01-19
1
-2
/
+3
|
\
|
*
Fix name_for_action in routing
rono23
2015-01-19
1
-2
/
+3
*
|
Extract `Date` header to string constant in Http Response, similar to other h...
Vipul A M
2015-01-14
1
-3
/
+4
|
/
*
Default headers, removed in controller actions, will not be reapplied to the ...
Jonas Baumann
2015-01-09
1
-0
/
+7
*
Changing sets -> set
Lindsey Bieda
2015-01-06
1
-1
/
+1
*
Remove some comments about Ruby 1.9 behaviors
Rafael Mendonça França
2015-01-04
1
-1
/
+1
*
Remove unneeded requires
Rafael Mendonça França
2015-01-04
3
-3
/
+0
*
Remove deprecated assertion files
Rafael Mendonça França
2015-01-04
3
-9
/
+0
*
Remove deprecated usage of string keys in URL helpers
Rafael Mendonça França
2015-01-04
1
-17
/
+1
*
Remove deprecated `only_path` option on `*_path` helpers
Rafael Mendonça França
2015-01-04
1
-28
/
+1
*
Remove deprecate `*_path` helpers in email views
Rafael Mendonça França
2015-01-04
1
-25
/
+4
[next]