aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/abstract
Commit message (Expand)AuthorAgeFilesLines
* Partially revert deprecation of *_filterRafael Mendonça França2014-06-031-5/+3
* Deprecate all *_filter callbacks in favor of *_action callbacksRafael Mendonça França2014-05-271-3/+5
* Ensure :js is defined regardless of the outcome of the test.Zuhao Wan2014-05-171-5/+11
* Action Pack VariantsŁukasz Strzałkowski2013-12-041-1/+1
* Move abstract's controller tests to AVŁukasz Strzałkowski2013-08-2514-886/+0
* Create AbstractController::Rendering interfaceŁukasz Strzałkowski2013-08-254-1/+5
* Fix AP test suite after moving stuff to AVŁukasz Strzałkowski2013-08-254-6/+6
* add test-case to verify `error.path` when a helper was not found.Yves Senn2013-07-121-0/+5
* move `MissingHelperError` out of the `ClassMethods` module.Yves Senn2013-07-121-1/+1
* Remove accidentally committed vi .swp file.Marc Schütz2013-07-101-0/+0
* Show real LoadError on helpers requirePiotr Niełacny2013-07-102-0/+20
* Avoid leak into controller's action_methodsprintercu2013-04-181-0/+6
* Refactored to remove unused variableAnupam Choudhury2013-03-281-2/+2
* Merge pull request #8458 from lucisferre/improve-layout-override-fallback-beh...Rafael Mendonça França2013-03-271-0/+14
|\
| * Provides standard layout lookup behavior for method and proc casesChris Nicola2013-03-271-0/+14
* | Changed 'args' to 'arguments' in test descriptionPrathamesh Sonpatki2013-03-242-2/+2
|/
* Fix setting expected value in translation testsCarlos Antonio da Silva2013-01-211-2/+2
* Removed ActionController::Base dependency from abstract controller translatio...Jens Bissinger2013-01-201-41/+46
* Test abstract controller's localize method.Jens Bissinger2013-01-201-0/+6
* Remove unnecessary begin..rescue..end, use only rescueAkira Matsuda2013-01-062-11/+7
* add tests to aliased _filter callbacksFrancesco Rodriguez2012-12-071-0/+46
* use `_action` instead of `_filter` callbacksFrancesco Rodriguez2012-12-071-21/+19
* Rename all action callbacks from *_filter to *_actionDavid Heinemeier Hansson2012-12-071-5/+5
* add lazy look up in abstract controller's translate methodSergey Pchelincev2012-07-181-0/+13
* we raise a subclass of LoadError, so rescue thatAaron Patterson2012-06-141-1/+6
* Add a test case for layout nil.José Valim2012-03-281-1/+15
* use consistent explicit module inclusionLuke Gruber2012-03-163-6/+6
* allow zero-arity proc for AbstrController::layoutLuke Gruber2012-03-151-0/+33
* Add missing requireSantiago Pastorino2012-03-101-0/+1
* AbstractController.action_methods should return a SetSantiago Pastorino2012-03-101-1/+1
* Fix layout lookup for anonymous controllerAlexey Vakhov2012-02-281-0/+12
* AP tests should inherit from AS::TestCaseAaron Patterson2012-01-051-2/+2
* Remove deprecated layout lookup.José Valim2011-12-201-12/+3
* Deprecate implicit layout lookup in favor of inheriting the _layout config.José Valim2011-12-091-2/+2
* Allow layout fallback when using `layout` methodPrem Sichanugrist2011-12-061-1/+49
* Deprecate passing the template handler in the template name.José Valim2011-09-221-3/+3
* Merge pull request #1644 from smartinez87/warnsSantiago Pastorino2011-06-101-1/+1
|\
| * Remove unused variable causing warning in 1.9.3Sebastian Martinez2011-06-101-1/+1
* | class WithSymbolReturningString is not used anywhere in the test.Neeraj Singh2011-06-081-12/+0
|/
* Make test meaningfulNeeraj Singh2011-06-081-1/+1
* Merge pull request #1549 from neerajdotname/rename_to_method_for_actionJosé Valim2011-06-081-2/+2
|\
| * test name should reflect the name of the methodNeeraj Singh2011-06-081-2/+2
* | remove unused class from testNeeraj Singh2011-06-081-6/+0
|/
* removing usesless variable assignmentsAaron Patterson2011-01-181-14/+14
* process_action accepts multiple args, even with Callbacks.Nick Sutterer2010-12-291-0/+21
* #948 template_inheritanceartemave2010-12-262-9/+9
* Avoid (@_var ||= nil) pattern by using initialize methods and ensuring everyo...José Valim2010-09-291-1/+1
* Fix more warnings by defining variables and using instance_variable_defined? ...Emilio Tagua2010-09-281-2/+4
* Add clear_helpers as a way to clean up all helpers added to this controller, ...José Valim2010-08-261-2/+19
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-143-54/+54