aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
* New way of generating urls for Application from Engine.Piotr Sarnacki2010-09-031-1/+1
* Use env['action_dispatch.routes'] to determine if we should generate prefix o...Piotr Sarnacki2010-09-031-1/+1
* Revert "Setup explicit requires for files with exceptions. Removed them from ...José Valim2010-09-024-4/+0
* Setup explicit requires for files with exceptions. Removed them from autoload...Łukasz Strzałkowski2010-09-024-0/+4
* Remove deprecated support to <% form_for %> and several ActionController::Bas...José Valim2010-08-293-77/+2
* 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
* Reset symbolized path parameters when a test request is recycled [#5437 state...Andrew White2010-08-241-0/+8
* Config is deprecated on 1.8.8 and 1.9.3 use RbConfigSantiago Pastorino2010-08-231-1/+1
* Support routing constraints in functional testsAndrew White2010-08-201-1/+1
* code gardening: we have assert_(nil|blank|present), more concise, with better...Xavier Noria2010-08-175-11/+11
* object/try should be required after abstract_unit to have AS in the load pathSantiago Pastorino2010-08-141-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-1421-64/+64
* adds missing requires for Object#tryXavier Noria2010-08-091-0/+1
* Use AS::OrderedHash when trusting in the order of the hashSantiago Pastorino2010-08-011-2/+3
* Fixed a globbed route issue where slashes were being escaped, causing assert_...Brian Rose2010-07-211-0/+7
* Moved a few methods from RecordIdentifier to ActiveModel::NamingPiotr Sarnacki2010-07-211-40/+0
* Remove assert_valid. It was already deprecated on Rails 2.3.José Valim2010-07-191-15/+0
* Exceptions from views should be rescued based on the original exception. If a...Neeraj Singh2010-07-191-0/+27
* Fix setting helpers_path to a string or pathnameJeremy Kemper2010-07-071-3/+3
* Adds tests for content negotiation change introduced in dc5300adb6d46252c26ePatrik Stenmark2010-07-041-0/+20
* Unify routes naming by renaming router to routesPiotr Sarnacki2010-07-021-1/+1
* Move Rails module to abstract_unit to make test in isolation workSantiago Pastorino2010-06-281-3/+0
* URL fragments should not have safe characters escaped. Ref: Appendix A, http:...Andrew White2010-06-251-3/+9
* Just reading flash messages should not create a session if one does not exist...José Valim2010-06-251-3/+17
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-241-5/+5
* Fix controller_name for non default controller paths [#4901 state:resolved]knapo2010-06-231-0/+38
* Make sure a namespaced <%= render form %> still renders the _form partial [#4...Jan De Poorter2010-06-201-0/+11
* Make polymorphic_url and scaffolding work with uncountable resources [#3930 s...Andrew White2010-06-201-2/+21
* edit pass: the names of Rails components have a space, ie, "Active Record", n...Xavier Noria2010-06-142-2/+2
* Ruby 1.9.1 compat: constant lookupJeremy Kemper2010-06-111-1/+1
* Moved test/controller/cookie_test.rb to test/dispatch/cookies_test.rbRizwan Reza2010-06-111-228/+0
* Missing method error doesn't specify which controller it is missing from [#44...Alan Harper2010-06-101-1/+10
* Better test for ticket [#3914 state:resolved]Neeraj Singh2010-06-091-0/+11
* cache_sweeper yields blank outputNeeraj Singh2010-06-081-0/+6
* Fixed double output from cache in no caching modeDavid Heinemeier Hansson2010-06-081-15/+0
* Fix case when rendering a partial inside RJS with inherited layout [#4786 sta...José Valim2010-06-071-0/+3
* Add :only and :except to controllers MiddlewareStack. This allowsJosé Valim2010-05-301-11/+22
* Fix a bug where responders were not working properly on method override.José Valim2010-05-241-0/+13
* Use better assertion methods for testingNeeraj Singh2010-05-192-9/+9
* Use assert_respond_to because it has better error messagingNeeraj Singh2010-05-182-4/+4
* Simplify cookie_store by simply relying on cookies.signed.José Valim2010-05-182-2/+64
* Revert "Moved encoding work in progress to a feature branch."wycats2010-05-173-5/+5
* Moved encoding work in progress to a feature branch.Jeremy Kemper2010-05-163-5/+5
* Significantly improved internal encoding heuristics and support.wycats2010-05-163-5/+5
* Check blocks are not incorrectly detected when compiling erubis templates [#4...Simon Jefford2010-05-161-0/+5
* Fixed 1 failure and 2 errors in ActionPack testsuite [#4613 state:commited]rohit2010-05-162-5/+5
* partial counters with :as [#2804 state:resolved]Jeff Kreeftmeijer2010-05-151-0/+9
* Add tests for convenience methods #notice and #alert to flash.now [#4369 stat...Anil Wadghule2010-05-151-0/+20
* fix assert_select messages to its declaration behaviourPaco Guzman2010-05-151-3/+13