aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Make sure the optimisation code for routes doesn't get used if :host, :anchor...Michael Koziarski2007-11-281-5/+45
* Added protection from trailing slashes on page caching (closes #10229) [devri...David Heinemeier Hansson2007-11-281-0/+14
* Fixed to_s bug with namespace routes (closes #10283) [johnb]David Heinemeier Hansson2007-11-261-0/+20
* Add #prepend_view_path and #append_view_path instance methods on ActionContro...Rick Olson2007-11-261-2/+26
* Refactor sanitizer helpers into HTML classes and make it easy to swap them ou...Rick Olson2007-11-262-187/+246
* Fixed that named routes living under resources shouldn't have double slashes ...David Heinemeier Hansson2007-11-251-0/+14
* Tests and fix for extension extraction. References #10130 [tarmo]Michael Koziarski2007-11-221-0/+26
* Make sure that cookie sessions use a secret that is at least 30 chars in leng...Michael Koziarski2007-11-212-1/+21
* Refactor cookie_only option to survive multiple requests and add regression t...Michael Koziarski2007-11-211-0/+88
* Ensure that the routing optimisation code isn't used when additional argument...Michael Koziarski2007-11-201-2/+10
* memoize host with port and refactor the tests which depend on it changingMichael Koziarski2007-11-172-3/+11
* Fix Tests broken in [8134]Michael Koziarski2007-11-141-0/+2
* Fixed that has_many :through associations should render as collections too (c...David Heinemeier Hansson2007-11-125-2/+18
* Added :mouseover short-cut to AssetTagHelper#image_tag for doing easy image s...David Heinemeier Hansson2007-11-071-1/+4
* Fixed handling of non-domain hosts (closes #9479) [purp]David Heinemeier Hansson2007-11-071-0/+15
* Fixed that ActionController::CgiRequest#host_with_port() should handle standa...David Heinemeier Hansson2007-11-061-0/+11
* Make rescue_from behave like rescue when dealing with subclasses. Closes #10...Michael Koziarski2007-11-061-0/+159
* Factor Integration::Runner behavior out of IntegrationTest. Introduce Session...Jeremy Kemper2007-11-011-2/+2
* Change JSON to encode %w(< > &) as 4 digit hex codes to be in compliance with...Rick Olson2007-10-292-13/+13
* Integration tests: get_ and post_via_redirect take a headers hash. Closes #9130.Jeremy Kemper2007-10-271-6/+6
* Tested FormHelper#label. Closes #9850 [jarkko]Jeremy Kemper2007-10-271-1/+9
* Simplfy #view_paths implementation. ActionView templates get the exact objec...Rick Olson2007-10-261-4/+20
* Update tests for ActiveSupport's JSON escaping change. [rick]Rick Olson2007-10-263-14/+17
* FormHelper's auto_index should use #to_param instead of #id_before_type_cast....Rick Olson2007-10-261-1/+2
* Introduce TestCase subclasses for testing rails applications allowing tests t...Michael Koziarski2007-10-261-0/+32
* Partials also set 'object' to the default partial variable. Closes #8823.Jeremy Kemper2007-10-252-4/+5
* Refactor the default rendering out to a method called default_render to provi...Michael Koziarski2007-10-251-0/+22
* Remove unnecessary returns from builtin filters since render/return is now su...Jeremy Kemper2007-10-241-1/+0
* Disabled checkboxes don't submit a form value. Closes #9301.Jeremy Kemper2007-10-231-0/+7
* Added tests for options to ActiveRecordHelper#form. Closes #7213 [richcollins...Marcel Molina2007-10-231-0/+9
* Expand form helper test coverage. Closes #9950 [robinjfisher]Jeremy Kemper2007-10-221-1/+55
* request.parameters doesn't overwrite request.request_parameters. Closes #9949...Jeremy Kemper2007-10-222-2/+11
* Changed before_filter halting to happen automatically on render or redirect b...David Heinemeier Hansson2007-10-211-4/+6
* Ensure that cookies handle array values correctly. Closes #9937 [queso]Rick Olson2007-10-201-1/+9
* Remove more potential clashes with asset methods and resource routes. Closes...Michael Koziarski2007-10-191-1/+29
* Rename image_path path_to_image to avoid conflicting with named routes. Clos...Michael Koziarski2007-10-191-0/+4
* Dispatcher: fix that to_prepare should only run once in production. Closes #9...Jeremy Kemper2007-10-161-0/+8
* Improve the error message for assert_redirected_to. Closes #7337 [mikong, san...Jeremy Kemper2007-10-161-2/+2
* Test link_to 'back', :backJeremy Kemper2007-10-161-0/+10
* Sync country_select with ISO 3166 long names. Closes #6872 [abhay, mikong, r...Michael Koziarski2007-10-151-21/+751
* Expand Routes::DynamicSegment test coverage. Closes #7122 [Kevin Clark]Jeremy Kemper2007-10-151-0/+22
* Skip memcache tests unless it's installedJeremy Kemper2007-10-152-8/+12
* Wrap test with uses_mochaJeremy Kemper2007-10-141-2/+4
* Memcached sessions: add session data on initialization; don't silently discar...Jeremy Kemper2007-10-141-0/+178
* error_messages_for also takes :message and :header_message options which defa...Jeremy Kemper2007-10-141-0/+8
* Make sure that custom inflections are picked up by map.resources by triggerin...Michael Koziarski2007-10-131-0/+60
* Extracted sanitization methods from TextHelper to SanitizeHelper [DHH] Change...David Heinemeier Hansson2007-10-102-222/+234
* rescue_from accepts :with => lambda { |exception| ... } or a normal block. Cl...Jeremy Kemper2007-10-101-0/+59
* Add :status to redirect_to allowing users to choose their own response code w...Michael Koziarski2007-10-091-0/+78
* Add tests for [7727]. Closes #6090 [dkubb, mpalmer, tarmo]Jeremy Kemper2007-10-081-0/+15