aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/activerecord/polymorphic_routes_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use to_model delegates for polymorphic route generationNathaniel Bibler2012-06-011-1/+27
* Deprecate set_table_name in favour of self.table_name= or defining your own m...Jon Leighton2011-11-291-8/+8
* Rely on a public contract between railties instead of accessing railtie metho...José Valim2011-11-231-4/+2
* provide a more explicit message when using url_for with nilDamien Mathieu2011-07-021-0/+8
* Removed deprecated RouteSet API, still many tests failPiotr Sarnacki2010-09-051-9/+9
* 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
* Deprecate the old router DSL. Since it is still used intensively across Actio...José Valim2010-06-281-15/+15
* Make polymorphic_url and scaffolding work with uncountable resources [#3930 s...Andrew White2010-06-201-0/+1
* Consistent routing languageJoshua Peek2010-03-301-82/+82
* Stop setting UrlFor using SharedTestHelpersCarlhuda2010-02-261-1/+1
* Rename named_url_helpers to url_helpers and url_helpers to url_forCarlhuda2010-02-261-3/+3
* Fix all of AP's tests with the non global routerCarlhuda2010-02-251-3/+3
* Use ActionDispatch::Routing everywhereMartin Schürrer2010-02-211-3/+3
* From now on, parameters defined in default_url_options can be absent from nam...José Valim2010-01-071-1/+1
* Make polymorphic_url work with symbols again and refactor it [#1384 status:re...José Valim2009-10-281-8/+6
* Polymorphic routes generates collection URL from model class [#1089 state:res...Niklas Holmgren2009-08-081-0/+31
* Add destroyed? to ActiveRecord, include tests for polymorphic urls for destro...José Valim2009-08-071-1/+23
* Fix polymorphic_path doesn't modify options hash [#2099 state:resolved]=?utf-8?q?Mislav=20Marohni=C4=87?=2009-06-211-3/+6
* Merge commit 'origin/master'Yehuda Katz + Carl Lerche2009-05-141-0/+1
* Remove excess mocking from polymorphic_url tests [#2330 state:resolved]Mike Gunderloy2009-04-211-0/+394