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
*
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
*
Deprecate all *_filter callbacks in favor of *_action callbacks
Abdelkader Boudih
2015-01-08
1
-3
/
+5
*
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 usage of string keys in URL helpers
Rafael Mendonça França
2015-01-04
1
-20
/
+0
*
Remove deprecated `only_path` option on `*_path` helpers
Rafael Mendonça França
2015-01-04
1
-44
/
+0
*
Remove deprecate `*_path` helpers in email views
Rafael Mendonça França
2015-01-04
1
-14
/
+0
*
Remove deprecated support to define routes with `:to` option that
Rafael Mendonça França
2015-01-04
1
-30
/
+4
*
Remove deprecated `ActionDispatch::Response#to_ary`
Rafael Mendonça França
2015-01-04
1
-16
/
+2
*
Remove deprecated option `use_route` in controller tests
Rafael Mendonça França
2015-01-04
1
-25
/
+0
*
Merge pull request #10380 from JonRowe/test_all_domain_2_letter_tld
Rafael Mendonça França
2015-01-02
1
-0
/
+7
|
\
|
*
add test asserting that 2 letter tlds with 3 letter domain names work when op...
Jon Rowe
2013-04-30
1
-0
/
+7
*
|
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
*
|
|
Use released rack
Godfrey Chan
2014-12-19
1
-1
/
+1
*
|
|
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
|
|
/
/
*
|
|
Merge pull request #18052 from timoschilling/reset_variants
Rafael Mendonça França
2014-12-16
1
-0
/
+7
|
\
\
\
|
*
|
|
allow reseting of request variants
Timo Schilling
2014-12-16
1
-0
/
+7
*
|
|
|
Remove misleading test: around_action return false
claudiob
2014-12-15
1
-19
/
+1
|
/
/
/
*
|
|
Don't convert empty arrays to nils when deep munging params
Chris Sinjakli
2014-12-15
2
-4
/
+4
*
|
|
Merge pull request #18022 from agrobbin/url-helpers-optional-scopes
Santiago Pastorino
2014-12-13
1
-0
/
+12
|
\
\
\
|
*
|
|
allow URL helpers to work with optional scopes
Alex Robbin
2014-12-13
1
-0
/
+12
*
|
|
|
ParameterFilter shouldn't try to dup symbol keys
Nate Berkopec
2014-12-13
1
-2
/
+2
|
/
/
/
*
|
|
Fix handling of positional url helper arguments when format is false
Tatiana Soukiassian
2014-12-13
1
-0
/
+28
*
|
|
Add AC::Parameters#to_unsafe_h
Prem Sichanugrist
2014-12-12
1
-0
/
+6
|
/
/
*
|
Mounted Rack apps should have default named routes based on app name
T.J. Schuck
2014-12-06
1
-11
/
+33
*
|
Typo: Hello = Guten Tag (in German)
Tu Hoang
2014-12-05
2
-3
/
+3
[next]