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
...
*
|
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
*
Remove deprecated `NamedRouteCollection#helpers`
Rafael Mendonça França
2015-01-04
1
-8
/
+0
*
Remove deprecated support to define routes with `:to` option that
Rafael Mendonça França
2015-01-04
1
-17
/
+2
*
Remove deprecated `ActionDispatch::Response#to_ary`
Rafael Mendonça França
2015-01-04
1
-15
/
+0
*
Remove deprecated `ActionDispatch::Request#deep_munge`
Rafael Mendonça França
2015-01-04
1
-9
/
+0
*
Remove deprecated `ActionDispatch::Http::Parameters#symbolized_path_parameters`
Rafael Mendonça França
2015-01-04
1
-8
/
+0
*
Remove deprecated option `use_route` in controller tests
Rafael Mendonça França
2015-01-04
1
-15
/
+0
*
stop referencing `env` in url_for
Aaron Patterson
2014-12-30
1
-0
/
+4
*
use methods on the request rather than direct hash access
Aaron Patterson
2014-12-30
1
-0
/
+8
*
Fix form_for to work with objects that implement to_model
Travis Grathwell
2014-12-29
1
-5
/
+6
*
Move longer form example from integration guide to api reference, below an
Zachary Scott
2014-12-29
1
-0
/
+78
*
Remove ActionController::ModelNaming
claudiob
2014-12-25
1
-4
/
+0
*
- Removed unused parameter to cookie serialize method and fixed usage of the ...
Vipul A M
2014-12-24
1
-4
/
+4
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2014-12-20
1
-0
/
+109
|
\
|
*
Add docs for ActionDispatch::Http::URL methods
claudiob
2014-12-18
1
-0
/
+109
[prev]
[next]