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
/
controller
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Collections automatically cache and fetch partials.
Kasper Timm Hansen
2015-02-21
1
-0
/
+58
*
|
Use other controller instead of sharing the controller
Rafael Mendonça França
2015-02-24
1
-18
/
+17
*
|
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
2
-5
/
+3
|
/
/
*
|
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
|
/
/
*
|
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
*
|
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
3
-3
/
+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 #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
12
-50
/
+54
*
|
|
Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration
Kir Shatrov
2015-01-29
28
-254
/
+621
*
|
|
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
|
/
*
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
*
Remove unused AV fixtures from AP tests
claudiob
2015-01-11
1
-65
/
+0
*
Default headers, removed in controller actions, will not be reapplied to the ...
Jonas Baumann
2015-01-09
1
-0
/
+23
*
Merge pull request #18404 from claudiob/rebase-14549
Rafael Mendonça França
2015-01-08
1
-0
/
+34
|
\
|
*
Add test/doc for :if/:except in skip_before_action
claudiob
2015-01-08
1
-2
/
+19
|
*
Add test case and documentation for skip_before_filter.
Lauro Caetano
2015-01-08
1
-0
/
+17
*
|
Add prepend option to protect_from_forgery.
Josef Šimánek
2015-01-08
1
-0
/
+60
*
|
Remove ActionController::HideActions (closes #18336)
brainopia
2015-01-06
1
-38
/
+1
|
/
*
Remove respond_to/respond_with placeholder methods
Carlos Antonio da Silva
2015-01-04
1
-32
/
+0
*
Remove deprecated option `use_route` in controller tests
Rafael Mendonça França
2015-01-04
1
-25
/
+0
*
Merge pull request #17978 from kommen/fixed-pr-14903
Rafael Mendonça França
2015-01-02
1
-0
/
+20
|
\
|
*
Ensure append_info_to_payload is called even if an exception is raised.
Dieter Komendera
2014-12-10
1
-0
/
+20
*
|
Integration requests should work in contexts without setup and teardown
brainopia
2015-01-02
1
-0
/
+24
*
|
Correctly use the response's status code calling head
Robin Dupret
2014-12-31
1
-0
/
+17
*
|
Remove single space response body for head request
Prathamesh Sonpatki
2014-12-30
1
-3
/
+3
*
|
Merge pull request #17995 from jethroo/fix/assert_template_with_unsupported_l...
Rafael Mendonça França
2014-12-16
1
-0
/
+7
|
\
\
|
*
|
adding that assert_template with :layout will raise ArgumentError for unknown...
Carsten Wirth
2014-12-16
1
-0
/
+7
|
|
/
[prev]
[next]