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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
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
*
|
|
Merge pull request #11790 from printercu/patch-3
Rafael Mendonça França
2015-02-12
1
-7
/
+8
|
\
\
\
|
*
|
|
ActionController#translate also lookups shortcut without action name
Max Melentiev
2013-10-22
1
-1
/
+5
|
*
|
|
ActionController#translate supports symbols
printercu
2013-09-25
1
-6
/
+3
*
|
|
|
Accept a collection in fresh_when and stale?
claudiob
2015-02-10
1
-10
/
+36
*
|
|
|
Fix wrong kwarg "record" from #18872
claudiob
2015-02-10
1
-1
/
+1
*
|
|
|
Convert stale? and fresh_when to use keyword arguments.
Kasper Timm Hansen
2015-02-10
1
-12
/
+10
*
|
|
|
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
2
-11
/
+34
|
\
\
\
\
|
*
|
|
|
Migrating xhr methods to keyword arguments syntax
Kir Shatrov
2015-02-01
2
-11
/
+34
*
|
|
|
|
`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
2
-17
/
+25
|
\
\
\
\
\
|
*
|
|
|
|
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
|
*
|
|
|
|
Fix flash remaining after last flash deleted
Samuel Cochran
2015-01-29
1
-0
/
+2
*
|
|
|
|
|
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
2
-3
/
+3
*
|
|
|
|
|
Fix a typo in deprecation warning. #process takes method instead of http_method.
Juanito Fatas
2015-01-31
1
-1
/
+1
*
|
|
|
|
|
[ci skip] Document format parameter of process method in AC test_case.
Juanito Fatas
2015-01-31
1
-0
/
+1
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
fix typo in `_filter` deprecation message. [ci skip]
Yves Senn
2015-01-30
1
-5
/
+5
*
|
|
|
|
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
2
-11
/
+11
*
|
|
|
|
Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration
Kir Shatrov
2015-01-29
2
-65
/
+197
*
|
|
|
|
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
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #18666 from cheunghy/auth_check_nil
Guillermo Iguaran
2015-01-28
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Fixed undefined method error when doing authentication.
Zhang Kai Yu
2015-01-24
1
-2
/
+2
|
|
/
/
/
*
/
/
/
improve performance of integration tests.
Aaron Patterson
2015-01-27
1
-1
/
+8
|
/
/
/
*
|
|
Speed up `normalize_keys` by removing dup step.
Kasper Timm Hansen
2015-01-22
1
-9
/
+6
*
|
|
Merge pull request #18546 from brainopia/action_view_render
Rafael Mendonça França
2015-01-22
5
-4
/
+129
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Add ActionController::Base.render
brainopia
2015-01-22
1
-0
/
+3
|
*
|
Add ActionController::Renderer
brainopia
2015-01-22
3
-0
/
+112
|
*
|
Add ActionController#build_with_env
brainopia
2015-01-22
1
-0
/
+6
|
*
|
Add `ActionController::Metal#set_request!`
brainopia
2015-01-21
2
-4
/
+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
*
|
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-01-15
1
-2
/
+2
|
\
\
\
|
*
|
|
Better examples for fresh_when and stale?
claudiob
2015-01-06
1
-2
/
+2
[prev]
[next]