aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* remote_function patch with more detailed testAndrew Kaspick2010-07-211-0/+6
* Ensure insert_before in middleware stack raises a meaningful error message [#...José Valim2010-07-211-0/+10
* Moved a few methods from RecordIdentifier to ActiveModel::NamingPiotr Sarnacki2010-07-211-40/+0
* Extract ParameterFilter class from FilterParameters mixinBryan Helmkamp2010-07-191-4/+4
* 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
* Set session options id to nil is respected and cancels lazy loading.José Valim2010-07-181-1/+19
* select :include_blank or :prompt should return escaped string [#5099 state:re...Ivan Torres2010-07-181-0/+23
* remove size attribute from tag generated by file_field helper [#5084 state:re...Miles Egan2010-07-131-0/+5
* Routes should respect namespace even if action is a regexp and just controlle...José Valim2010-07-121-3/+15
* Fix setting helpers_path to a string or pathnameJeremy Kemper2010-07-072-4/+4
* When a dynamic :controller segment is present in the path add a Regexp constr...Andrew White2010-07-071-11/+25
* Refactor handling of :only and :except options. The rules are:Andrew White2010-07-061-47/+190
* Recognize should also work with route is wrapped in a constraint.José Valim2010-07-061-1/+4
* Adds tests for content negotiation change introduced in dc5300adb6d46252c26ePatrik Stenmark2010-07-041-0/+20
* Fix syntax of routing tests so they actually runAndrew White2010-07-041-12/+18
* Refactor resource options and scoping. Resource classes are now only responsi...Andrew White2010-07-041-2/+81
* Refactor recall parameter normalization [#5021 state:resolved]Andrew White2010-07-031-2/+27
* Fix routes with :controller segment when namespaced [#5034 state:resolved]José Valim2010-07-022-12/+29
* Unify routes naming by renaming router to routesPiotr Sarnacki2010-07-023-13/+13
* porting session.clear fix to master branch. [#5030 state:resolved]Aaron Patterson2010-07-011-0/+22
* A couple enhancements to the router:José Valim2010-06-301-0/+27
* We are trying to test that & escapes here not that & is being escaped, al...Santiago Pastorino2010-06-291-3/+2
* s/escape_once/html_escape/, since html safety is the contract that now says w...Xavier Noria2010-06-302-4/+4
* url_for no longer escapes HTML, the :escape option is also goneXavier Noria2010-06-301-16/+4
* Rename _snowman_ to _snowman to be in sync with _method and _csrf_token.José Valim2010-06-292-2/+2
* Restores the escaping of urls generated from hashes. [#4765 state:resolved]Andrew White2010-06-281-8/+4
* Merge :constraints from scope into resource options [#2694 state:resolved]Andrew White2010-06-281-0/+43
* Remove invalid conditions from route [#4989 state:resolved]Andrew White2010-06-281-0/+12
* Deprecate the old router DSL. Since it is still used intensively across Actio...José Valim2010-06-282-15/+23
* Strip_tags never ending attribute should not raise a TypeError [#4870 state:r...Bruno Michel2010-06-281-0/+4
* Fix several known web encoding issues:wycats2010-06-275-194/+276
* Upgrade to Rack 1.2.1Jeremy Kemper2010-06-271-8/+14
* Move Rails module to abstract_unit to make test in isolation workSantiago Pastorino2010-06-282-3/+3
* Fixed that an ArgumentError is thrown when request.session_options[:id] is re...Michael Lovitt2010-06-274-0/+75
* Normalize recall params when the route is not a standard route otherwise :con...Andrew White2010-06-271-0/+22
* Change reference to Test::Unit::AssertionFailedError to the generic ActiveSup...David Trasbo2010-06-261-1/+1
* Support optional static segements as well [#4832 state:resolved]Andrew White2010-06-261-0/+34
* Fixed normalize_path in Routing::Mapper to handle optional prefix segments wi...Paul Barry2010-06-261-0/+46
* Don't force pluralization of controller name when defining a resource [#4980 ...Andrew White2010-06-261-0/+9
* URL fragments should not have safe characters escaped. Ref: Appendix A, http:...Andrew White2010-06-251-3/+9
* Failing test for whether glob parameters accept regexpsAndrew White2010-06-251-0/+9
* Add failing test case for parameters with periodsAndrew White2010-06-251-0/+27
* Do not wrap hidden fields with error proc [#4962 state:resolved]Carlos Antonio da Silva2010-06-251-0/+7
* Make sure that Rails doesn't resent session_id cookie over and over again if ...Prem Sichanugrist2010-06-252-0/+24
* Just reading flash messages should not create a session if one does not exist...José Valim2010-06-251-3/+17
* Avoid deserializing cookies too early, which causes session objects to not be...José Valim2010-06-241-3/+3
* Fix namespaced redirects [#4389 state:resolved]Andrew White2010-06-241-0/+14
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-243-15/+15
* Sessions should not be created until written to and session data should be de...Michael Lovitt2010-06-233-5/+72