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
/
base_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Don't handle params option in a special way in url_for helper"
Rafael Mendonça França
2019-01-16
1
-1
/
+1
*
Merge pull request #33256 from ilkkao/ilkkao/remove-unused-params-option
Ryuta Kamizono
2018-10-01
1
-1
/
+1
|
\
|
*
Don't handle params option in a special way in url_for helper
Ilkka Oksanen
2018-08-20
1
-1
/
+1
*
|
Change the empty block style to have space inside of the block
Rafael Mendonça França
2018-09-25
1
-1
/
+1
|
/
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-2
/
+2
*
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Do not include default response headers for AC::Metal
Jon Moss
2017-03-29
1
-0
/
+27
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
1
-1
/
+1
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+0
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
1
-16
/
+16
*
applies new string literal convention in actionpack/test
Xavier Noria
2016-08-06
1
-44
/
+44
*
Deprecate :controller and :action path parameters
Andrew White
2016-03-01
1
-3
/
+12
*
Push `before_sending` to super class
eileencodes
2015-12-06
1
-1
/
+1
*
provide a request and response to all controllers
Aaron Patterson
2015-08-25
1
-0
/
+2
*
Stop using deprecated `render :text` in test
Prem Sichanugrist
2015-07-17
1
-1
/
+1
*
let the superclass build the request and response
Aaron Patterson
2015-07-08
1
-2
/
+0
*
Deprecate `:nothing` option for render method
Mehmet Emin İNAÇ
2015-05-28
1
-2
/
+2
*
Consistent usage of spaces in hashes across our codebase
Rafael Mendonça França
2015-01-29
1
-1
/
+1
*
Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration
Kir Shatrov
2015-01-29
1
-3
/
+3
*
Preserve default url options when generating URLs
Tekin Suleyman
2015-01-28
1
-0
/
+21
*
Remove ActionController::HideActions (closes #18336)
brainopia
2015-01-06
1
-38
/
+1
*
Expectations first
Akira Matsuda
2014-08-18
1
-1
/
+1
*
Remove ActionController::RecordIdentifier was deprecated.
kennyj
2013-06-01
1
-29
/
+3
*
Fix broken ActionController#action_missing
Janko Luin
2013-03-20
1
-0
/
+12
*
Deprecate AV::RecordIdentifier in controllers
Piotr Sarnacki
2012-08-28
1
-0
/
+41
*
Remove default match without specified method
Jose and Yehuda
2012-04-24
1
-7
/
+7
*
default_url_options does not receive one argument anymore
Rafael Mendonça França
2012-04-08
1
-1
/
+1
*
Remove ActionController::TestCase#rescue_action_in_public!
Piotr Sarnacki
2012-03-15
1
-5
/
+0
*
@controller already includes url_helpers in with_routing method
Santiago Pastorino
2012-03-10
1
-1
/
+0
*
Optimize url helpers.
Sergey Nartimov + José Valim
2012-03-02
1
-4
/
+4
*
Added unit test to cover changes to RouteSet.url_for
Ryan McGeary
2012-02-07
1
-0
/
+16
*
Do not deprecate performed.
José Valim
2012-01-19
1
-0
/
+6
*
Remove method missing handling when action is not found, use action missing i...
Carlos Antonio da Silva
2012-01-17
1
-45
/
+0
*
Remove other old compatibility constants
Carlos Antonio da Silva
2012-01-17
1
-2
/
+2
*
AP tests should inherit from AS::TestCase
Aaron Patterson
2012-01-05
1
-1
/
+1
*
Moving to logger methods to ActiveSupport Logger
Karunakar (Ruby)
2011-12-24
1
-2
/
+2
*
Removed deprecated RouteSet API, still many tests fail
Piotr Sarnacki
2010-09-05
1
-1
/
+1
*
Remove deprecated support to <% form_for %> and several ActionController::Bas...
José Valim
2010-08-29
1
-14
/
+0
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-6
/
+6
*
Move Rails module to abstract_unit to make test in isolation work
Santiago Pastorino
2010-06-28
1
-3
/
+0
*
Missing method error doesn't specify which controller it is missing from [#44...
Alan Harper
2010-06-10
1
-1
/
+10
*
Tests method_missing to raise NameError. [#2522 state:resolved]
Rizwan Reza
2010-03-27
1
-0
/
+16
*
Current url helpers become actions in controller. Added a failing test case f...
José Valim
2010-03-22
1
-6
/
+17
*
Reinstate dom_id in controllers.
Justin Ko
2010-03-09
1
-0
/
+8
*
Reinstate default_url_options and remove url_options= writer
Jeremy Kemper
2010-03-08
1
-23
/
+19
*
Silence test deprecation warnings
Carlhuda
2010-02-26
1
-16
/
+55
*
Fix controller_path returnsing an empty string in Ruby 1.8.7 [#4036 status:re...
José Valim
2010-02-26
1
-0
/
+9
*
Continued effort to deglobalize the router
Carlhuda
2010-02-25
1
-0
/
+1
[next]