aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Give HelperMethods module a nameJohn Hawthorn2019-06-031-2/+2
* Make actionpack frozen string friendlyKir Shatrov2017-07-241-1/+3
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Define path with __dir__bogdanvlviv2017-05-231-4/+4
* improve error message when include assertions failMichael Grosser2016-09-161-12/+12
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* modernizes hash syntax in actionpackXavier Noria2016-08-061-8/+8
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-20/+20
* Implement helpers proxy in controller instance levelRafael Mendonça França2016-05-051-0/+16
* deletes code commented out in 72160d9fTony Ta2015-12-151-10/+0
* Change AC::TestResponse to AD::TestResponsePrem Sichanugrist2015-07-141-1/+1
* let the superclass build the request and responseAaron Patterson2015-07-081-14/+5
* Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846robertomiranda2015-01-311-3/+3
* give a better error message for misspelled helpersXavier Noria2014-10-251-0/+22
* pass app config to controller helper proxyTima Maslyuchenko2013-10-241-0/+6
* stop `to_s`ing method namesAkira Matsuda2012-06-061-16/+16
* Fix sorting of helpers from different pathsPiotr Sarnacki2012-05-281-0/+30
* Remove rescue_action from compatibility module and testsCarlos Antonio da Silva2012-01-171-7/+0
* Removing extra requires from the test. Already loaded in abstract_unit.Arun Agrawal2011-07-311-1/+0
* removed deprecated methods, and related tests, from ActionPackJosh Kalderimis2011-05-241-1/+1
* Cleanup deprecation warnings in Action ControllerCarlos Antonio da Silva2010-09-061-12/+1
* Ensure that inherited helper_methods are available after calling clear_helper...Jesse Storimer2010-08-281-0/+31
* Be sure to call helper :all just on direct children. (Tests by Jesse Storimer)José Valim2010-08-261-0/+12
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-7/+7
* Fix setting helpers_path to a string or pathnameJeremy Kemper2010-07-071-3/+3
* edit pass: the names of Rails components have a space, ie, "Active Record", n...Xavier Noria2010-06-141-1/+1
* Bring helpers_dir deprecation back.José Valim2010-01-301-11/+10
* Fix t('.helper').José Valim2010-01-261-10/+11
* Add a deprecation for helpers_dir.José Valim2010-01-251-2/+13
* Fix failing tests after merge.José Valim2010-01-241-2/+2
* Reorganize autoloads:Carlhuda2009-12-021-1/+1
* Ruby 1.9: resolve constant lookup issuesJeremy Kemper2009-11-041-6/+6
* Move some of helper tests to AbstractController.José Valim2009-11-011-34/+0
* Cleaning up more tests and code that needed to work in both old and new baseYehuda Katz + Carl Lerche2009-06-171-16/+3
* Write documentation for AbstractController::HelpersYehuda Katz + Carl Lerche2009-06-091-3/+16
* ActionPack components should no longer have undeclared dependencies.Yehuda Katz + Carl Lerche2009-06-081-3/+3
* Add all the existing helpers related features to the new basePratik Naik2009-05-231-3/+3
* Rescue hack was supposed to be removed. Some how it crept back in.Joshua Peek2009-05-171-3/+0
* Cherry-pick core extensionsJeremy Kemper2009-05-131-0/+1
* Implement FooController.action(:name)Yehuda Katz2009-05-021-12/+28
* Refactor ActionView::TemplateYehuda Katz + Carl Lerche2009-04-271-1/+1
* Allow helpers directory to be overridden via ActionController::Base.helpers_d...Sam Pohlenz2008-11-231-1/+15
* Ruby 1.9 compat: qualify module name within module_evaled blockJeremy Kemper2008-05-191-1/+1
* Provide a helper proxy to access helper methods from outside views. Closes #1...Josh Peek2008-04-061-0/+16
* Remove unused ActionController::Base.template_class. Closes #10787Pratik Naik2008-03-051-13/+1
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Ruby 1.9 compat: helpersJeremy Kemper2007-12-151-6/+8
* Added helper(:all) as a way to include all helpers from app/helpers/**/*.rb i...David Heinemeier Hansson2007-02-241-2/+19
* r4487@asus: jeremy | 2006-04-29 12:21:39 -0700Jeremy Kemper2006-07-081-2/+2