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
...
*
|
|
|
|
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-03-01
3
-3
/
+20
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Explained how to set session expiry through session_store config
Iain Beeston
2015-02-27
3
-3
/
+20
*
|
|
|
|
|
drop allocations when handling model url generation
Aaron Patterson
2015-02-28
1
-1
/
+1
*
|
|
|
|
|
Revert integration test refactoring that caused app test regressions
Jeremy Kemper
2015-02-26
1
-10
/
+14
*
|
|
|
|
|
Revert "Merge pull request #18764 from tsun1215/master"
Jeremy Kemper
2015-02-26
1
-1
/
+0
*
|
|
|
|
|
Merge pull request #18434 from brainopia/change_filter_on_rails_info_routes
Richard Schneeman
2015-02-26
3
-89
/
+67
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Change filter on /rails/info/routes to use an actual path regexp from rails
brainopia
2015-02-23
3
-89
/
+67
|
|
|
/
/
/
|
|
/
|
|
|
*
/
|
|
|
Fix default headers in test responses
Jeremy Kemper
2015-02-25
3
-18
/
+5
|
/
/
/
/
*
|
|
|
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
|
/
/
/
[prev]
[next]