aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/base_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Removed deprecated RouteSet API, still many tests failPiotr Sarnacki2010-09-051-1/+1
* Remove deprecated support to <% form_for %> and several ActionController::Bas...José Valim2010-08-291-14/+0
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-6/+6
* Move Rails module to abstract_unit to make test in isolation workSantiago Pastorino2010-06-281-3/+0
* Missing method error doesn't specify which controller it is missing from [#44...Alan Harper2010-06-101-1/+10
* Tests method_missing to raise NameError. [#2522 state:resolved]Rizwan Reza2010-03-271-0/+16
* Current url helpers become actions in controller. Added a failing test case f...José Valim2010-03-221-6/+17
* Reinstate dom_id in controllers.Justin Ko2010-03-091-0/+8
* Reinstate default_url_options and remove url_options= writerJeremy Kemper2010-03-081-23/+19
* Silence test deprecation warningsCarlhuda2010-02-261-16/+55
* Fix controller_path returnsing an empty string in Ruby 1.8.7 [#4036 status:re...José Valim2010-02-261-0/+9
* Continued effort to deglobalize the routerCarlhuda2010-02-251-0/+1
* WIP: Remove the global routerCarlhuda2010-02-251-1/+3
* Make filter parameters based on request, so they can be modified for anything...José Valim2010-01-211-2/+19
* Ensure that segments in default_url_options also work with format specified.José Valim2010-01-071-0/+8
* From now on, parameters defined in default_url_options can be absent from nam...José Valim2010-01-071-43/+36
* Remove duplicated url_for code and move methods shared between ActionMailer a...José Valim2010-01-071-1/+0
* Remove ActionView inline logging to ActiveSupport::Notifications and create A...José Valim2009-12-261-7/+0
* Use new routing dsl in testsJoshua Peek2009-12-081-3/+3
* Start rewriting some internal tests to use the new routing dslJoshua Peek2009-10-201-12/+12
* Cleanup route reloading in tests. Prefer with_routing over using ActionContro...Joshua Peek2009-08-161-17/+17
* Cleaning up more tests and code that needed to work in both old and new baseYehuda Katz + Carl Lerche2009-06-171-5/+1
* Document and clean up HideActions and HttpYehuda Katz + Carl Lerche2009-06-101-3/+8
* Got new base to pass controller/base_test.rb, implemented method_missing acti...Yehuda Katz + Carl Lerche2009-05-141-1/+1
* Cherry-pick core extensionsJeremy Kemper2009-05-131-0/+1
* Extract ActionController rescue templates into Rescue and ShowExceptions midd...Joshua Peek2009-05-021-5/+4
* Updated old AC::Base for small changes to AVYehuda Katz and Carl Lerche2009-04-081-0/+2
* Include process methods in ActionController::TestCase only. No need to alias_...Jeremy Kemper2009-01-091-12/+10
* Move controller assertions from base TestCase to AC:: and AV::TestCaseJeremy Kemper2008-11-071-1/+1
* Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...Jeremy Kemper2008-08-311-4/+4
* Use fully-qualified controller name when logging. [#600 state:resolved]Ripta Pasay2008-07-171-0/+20
* Fix url_for with no arguments when default_url_options is not explicitly defi...Luke Redpath2008-06-171-1/+17
* regression test for bug introduced in [6a6b4392c16c665eb713705f2b38e959a658ee...rick2008-05-051-0/+13
* Allow ActionController::Base#default_url_options to have a default options ar...Cheah Chu Yeow2008-05-051-1/+1
* Ensure that default_url_options, if defined, are used in named routes.Cheah Chu Yeow2008-05-041-0/+34
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-2/+1
* Fixup mocha tests for 0.5.6. Closes #10602 [murphy, mikong]Jeremy Kemper2007-12-291-1/+4
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-4/+4
* Mocha 0.4 mixes in more public instance methods, confusing controller identif...Jeremy Kemper2007-01-241-10/+8
* Integration tests: thoroughly test ActionController::Integration::Session. Cl...Jeremy Kemper2006-09-031-0/+11
* Invoke method_missing directly for hidden actions. Closes #3030.Nicholas Seckar2006-08-131-0/+58
* Make controller_path available as an instance method. Closes #5724.Jeremy Kemper2006-08-051-2/+4
* Make action caching aware of different formats for the same action so that, e...Marcel Molina2006-08-031-1/+0
* Remove ::Controllers related cruft; fix AP testsNicholas Seckar2006-02-261-42/+31
* Expose the session model backing CGI::SessionJeremy Kemper2005-10-201-2/+6
* Require 'pp' early to prevent the pretty-print methods being mixed in too lat...Jamis Buck2005-09-201-0/+1
* Optimized tag_options to not sort keys, which is no longer necessary when ass...David Heinemeier Hansson2005-09-201-1/+1
* Made base_tests.rb run as part of rakeDavid Heinemeier Hansson2005-09-151-0/+72