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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make TestController available to all test classes
Rafael Mendonça França
2015-02-24
1
-16
/
+16
*
Merge pull request #19060 from iainbeeston/deprecate-skip-action-callback
Rafael Mendonça França
2015-02-24
1
-2
/
+22
|
\
|
*
Deprecate `AbstractController::Callbacks#skip_action_callback`
Iain Beeston
2015-02-24
1
-2
/
+22
*
|
Removing old helper that was necessary for compatibility with Ruby 1.8.x
Thiago Pradi
2015-02-22
3
-18
/
+3
*
|
Removing unused constants from abstract_unit
Thiago Pradi
2015-02-22
1
-2
/
+0
*
|
Removing unused controller from abstract_unit
Thiago Pradi
2015-02-22
1
-16
/
+0
*
|
Removing unused template
Thiago Pradi
2015-02-22
1
-5
/
+0
|
/
*
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
*
|
Merge pull request #18665 from sgrif/sg-test-route-all
Sean Griffin
2015-02-20
1
-0
/
+22
|
\
\
|
*
|
Allow `method: "all"` as a valid routing test option
Sean Griffin
2015-01-23
1
-0
/
+22
*
|
|
Merge pull request #18917 from lautis/non-string-csrf-token
Rafael Mendonça França
2015-02-18
1
-0
/
+7
|
\
\
\
|
*
|
|
Handle non-string authenticity tokens
Ville Lautanala
2015-02-12
1
-0
/
+7
*
|
|
|
Implement http_cache_forever to ActionController
Arthur Neves
2015-02-15
1
-0
/
+53
*
|
|
|
lazily create the integration session
Aaron Patterson
2015-02-12
1
-4
/
+0
|
/
/
/
*
|
|
Merge pull request #11790 from printercu/patch-3
Rafael Mendonça França
2015-02-12
1
-7
/
+26
|
\
\
\
|
*
|
|
ActionController#translate also lookups shortcut without action name
Max Melentiev
2013-10-22
1
-2
/
+6
|
*
|
|
ActionController#translate supports symbols
printercu
2013-09-25
1
-6
/
+21
*
|
|
|
Accept a collection in fresh_when and stale?
claudiob
2015-02-10
1
-1
/
+49
*
|
|
|
Fix wrong kwarg "record" from #18872
claudiob
2015-02-10
1
-0
/
+1
*
|
|
|
Explicitly ignored wildcard verbs from head_routes
Terence Sun
2015-02-08
1
-0
/
+12
*
|
|
|
Merge pull request #18771 from kirs/deprecate-xhr
Rafael Mendonça França
2015-02-05
6
-106
/
+112
|
\
\
\
\
|
*
|
|
|
Migrating xhr methods to keyword arguments syntax
Kir Shatrov
2015-02-01
6
-106
/
+112
*
|
|
|
|
Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...
Vipul A M
2015-02-03
6
-6
/
+0
*
|
|
|
|
Merge pull request #18721 from sj26/pre-discard-flash
Aaron Patterson
2015-02-01
2
-11
/
+26
|
\
\
\
\
\
|
*
|
|
|
|
Migrate old flash behaviour
Samuel Cochran
2015-01-30
1
-6
/
+7
|
*
|
|
|
|
Discard from flash before persisting in session
Samuel Cochran
2015-01-29
1
-7
/
+9
|
*
|
|
|
|
Fix flash remaining after last flash deleted
Samuel Cochran
2015-01-29
1
-0
/
+12
*
|
|
|
|
|
Merge pull request #18769 from gsamokovarov/exception-wrapper-windows-paths
Andrew White
2015-02-01
1
-0
/
+17
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Show proper traces on Windows for the error pages
Genadi Samokovarov
2015-02-01
1
-0
/
+17
*
|
|
|
|
|
|
Merge pull request #18759 from yuki24/remove-warning
Yves Senn
2015-02-01
1
-3
/
+3
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
:scissors: warning from controller renderer test
Yuki Nishijima
2015-01-31
1
-3
/
+3
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
/
|
|
|
|
Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846
robertomiranda
2015-01-31
4
-7
/
+7
|
/
/
/
/
/
*
|
|
|
|
Remove duplicated tests
Rafael Mendonça França
2015-01-29
1
-30
/
+0
*
|
|
|
|
Consistent usage of spaces in hashes across our codebase
Rafael Mendonça França
2015-01-29
23
-103
/
+107
*
|
|
|
|
Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration
Kir Shatrov
2015-01-29
41
-334
/
+702
*
|
|
|
|
Preserve default url options when generating URLs
Tekin Suleyman
2015-01-28
1
-0
/
+21
|
/
/
/
/
*
|
|
|
Just assert the deprecation of one method
Rafael Mendonça França
2015-01-28
1
-10
/
+15
*
|
|
|
Merge pull request #18693 from aditya-kapoor/deprecate_via_redirect
Rafael Mendonça França
2015-01-28
1
-15
/
+25
|
\
\
\
\
|
*
|
|
|
Deprecate *_via_redirect integration test methods
Aditya Kapoor
2015-01-28
1
-15
/
+25
|
|
|
/
/
|
|
/
|
|
*
/
|
|
Add test for HTTP basic authentication when no credential is given.
Zhang Kai Yu
2015-01-24
1
-0
/
+7
|
/
/
/
*
|
|
Merge pull request #18546 from brainopia/action_view_render
Rafael Mendonça França
2015-01-22
2
-0
/
+112
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Add ActionController::Base.render
brainopia
2015-01-22
1
-0
/
+4
|
*
|
Add ActionController::Renderer
brainopia
2015-01-22
1
-0
/
+99
|
*
|
Add `ActionController::Metal#set_request!`
brainopia
2015-01-21
1
-0
/
+9
*
|
|
Fix name_for_action in routing
rono23
2015-01-19
1
-0
/
+38
|
/
/
*
|
Remove unused AV fixtures from AP tests
claudiob
2015-01-11
1
-65
/
+0
*
|
No need of requiring `rbconfig`, it is by-default loaded
Kuldeep Aggarwal
2015-01-10
1
-1
/
+0
*
|
Default headers, removed in controller actions, will not be reapplied to the ...
Jonas Baumann
2015-01-09
1
-0
/
+23
[next]