aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Fixed routes to use new API in a few more actionpack testsPiotr Sarnacki2010-09-055-18/+56
* Removed rest of errors and failures in routing_test.rb. Almost all squashed, ...Łukasz Strzałkowski2010-09-051-92/+79
* raise error on invalid HTTP methods or :head passed with :via in routesPiotr Sarnacki2010-09-051-1/+1
* Implemented resources :foos, :except => :all optionPiotr Sarnacki2010-09-051-3/+9
* Test for recognizing routes with http method setŁukasz Strzałkowski2010-09-051-1/+40
* Fixed about half of broken tests in routing_testŁukasz Strzałkowski2010-09-051-125/+82
* Fixed almost all resources testsPiotr Sarnacki2010-09-051-159/+213
* Fixed url_for testŁukasz Strzałkowski2010-09-051-1/+1
* Revert "Extended default route for match in tests - now it matches controller...Łukasz Strzałkowski2010-09-051-2/+2
* Extended default route for match in tests - now it matches controller, action...Łukasz Strzałkowski2010-09-051-2/+2
* Removed deprecated RouteSet API, still many tests failPiotr Sarnacki2010-09-0531-590/+563
* Implemented RouteSet#default_scope, which allows to set the scope for the ent...Piotr Sarnacki2010-09-031-0/+29
* Remove namespace for isolated namespaced models in formsPiotr Sarnacki2010-09-032-0/+32
* Use new ActiveModel::Naming.route_key in polymorphic_routesPiotr Sarnacki2010-09-031-1/+1
* Add possibility to explicitly call engine's routes through polymorphic_routes...Piotr Sarnacki2010-09-031-0/+8
* Added more tests for polymorphic_url with namespaced models and implemented m...Piotr Sarnacki2010-09-031-0/+56
* Modified ActionDispatch::Static to allow passing multiple rootsPiotr Sarnacki2010-09-035-11/+54
* to_param shoul return a stringPiotr Sarnacki2010-09-031-1/+1
* Added ability to set asset_path for enginesPiotr Sarnacki2010-09-031-0/+23
* Ensure that url_helpers included after application's ones have higher priorityPiotr Sarnacki2010-09-031-0/+15
* Add mounted_helpers to routesPiotr Sarnacki2010-09-032-66/+70
* Routes refactoring:Piotr Sarnacki2010-09-031-46/+71
* Use new url_for API instead of including routes.url_helpersPiotr Sarnacki2010-09-031-3/+2
* Extended url_for to handle specifying which router should be used.Piotr Sarnacki2010-09-034-51/+94
* Added some more tests for url generation between Engine and ApplicationPiotr Sarnacki2010-09-031-10/+28
* Get rid of :skip_prefix options in routesPiotr Sarnacki2010-09-031-1/+1
* Refactored tests for prefix generation and added test for url generation in r...Piotr Sarnacki2010-09-031-11/+32
* New way of generating urls for Application from Engine.Piotr Sarnacki2010-09-032-1/+2
* Allow to generate Application routes inside EnginePiotr Sarnacki2010-09-031-3/+22
* Use env['action_dispatch.routes'] to determine if we should generate prefix o...Piotr Sarnacki2010-09-032-1/+103
* Revert "Setup explicit requires for files with exceptions. Removed them from ...José Valim2010-09-027-7/+0
* Setup explicit requires for files with exceptions. Removed them from autoload...Łukasz Strzałkowski2010-09-027-0/+7
* Removing unnecessary code from render_testThiago Pradi2010-09-021-2/+0
* Removing unnecessary codeThiago Pradi2010-09-021-7/+0
* Move implicit nested call before options handling so that nested constraints ...Andrew White2010-09-011-0/+18
* Added :format option for form_for helper and spec for this [#5226 state:resol...Alex Chrome2010-09-011-2/+18
* Bump rack-mount to 0.6.13 and add test case for named character classes [#550...Andrew White2010-08-311-0/+12
* Remove NonConcattingString.José Valim2010-08-291-2/+0
* Remove deprecated support to <% form_for %> and several ActionController::Bas...José Valim2010-08-295-120/+12
* Ensure that inherited helper_methods are available after calling clear_helper...Jesse Storimer2010-08-281-0/+31
* password_field renders with nil value by defaultSantiago Pastorino2010-08-281-1/+4
* Make InstanceTagMethods#value_before_type_cast raise if the model don't respo...Santiago Pastorino2010-08-271-0/+13
* Be sure to call helper :all just on direct children. (Tests by Jesse Storimer)José Valim2010-08-263-0/+18
* Add clear_helpers as a way to clean up all helpers added to this controller, ...José Valim2010-08-262-2/+24
* Use nested scope for routes defined at the :resources scope level (as in Rail...Andrew White2010-08-241-0/+7
* Allow format to be skipped. This is used internally by mount.José Valim2010-08-241-1/+1
* Finally fix the bug where symbols and strings were not having the same behavi...José Valim2010-08-241-6/+38
* Ensure shortcuts inside resources also generates helpers.José Valim2010-08-241-4/+4
* Fix how routes inside namespaces are generated.José Valim2010-08-241-3/+3
* Allow actions which start with A-Za-z_ onlySantiago Pastorino2010-08-241-1/+4