aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/polymorphic_routes.rb
Commit message (Expand)AuthorAgeFilesLines
* Moved PolymorphicRoutes to ActionDispatch::RoutingPiotr Sarnacki2010-07-201-183/+0
* There is absolutely no need to use __send__ here.José Valim2010-07-191-3/+3
* Make polymorphic_url and scaffolding work with uncountable resources [#3930 s...Andrew White2010-06-201-1/+2
* fix stack trace lines on class_evalSantiago Pastorino2010-04-091-1/+1
* Require persisted? in ActiveModel::Lint and remove new_record? and destroyed?...José Valim2010-02-211-2/+1
* Make polymorphic_url work with symbols again and refactor it [#1384 status:re...José Valim2009-10-281-34/+7
* Move Routing into ADJoshua Peek2009-10-201-0/+210
* Reorganize ActionController folder structureJoshua Peek2009-01-271-201/+0
* Inline code comments for class_eval/module_eval [#1657 state:resolved]Xavier Noria2008-12-281-7/+11
* Deprecated formatted_polymorphic_urlJeremy Kemper2008-11-301-21/+20
* Let polymorphic_path treat an array contains single name as without array [#1...Hiroshi Saito2008-11-191-0/+1
* Make polymorphic_url compact given array [#1317 state:committed]hiroshi2008-11-141-1/+1
* Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...Jeremy Kemper2008-08-311-3/+3
* Allow polymorphic_url helper to take url options. [#880 state:resolved]Tarmo Tänav2008-08-211-5/+11
* Fixed polymorphic_url to be able to handle singleton resources.Tammer Saleh2008-06-221-12/+25
* Merge docrails.Pratik Naik2008-05-251-7/+6
* Merge docrails:Pratik Naik2008-05-091-8/+10
* Improve documentation coverage and markupXavier Noria2008-05-021-1/+1
* Fixed that formatted_polymorphic_route should be able to take the :format as ...David Heinemeier Hansson2008-04-111-1/+11
* Fixed that polymorphic routes would modify the input array (closes #11363) [t...David Heinemeier Hansson2008-03-171-0/+4
* Add documentation for polymorphic URL helpers, make API consistent for polym...Michael Koziarski2008-01-271-15/+90
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-8/+8
* Random hits from the style naziDavid Heinemeier Hansson2007-09-091-1/+1
* * url_for now accepts a series of symbols representing the namespace of the r...Tobias Lütke2007-07-191-4/+18
* Temporary fix for formatted_polymorphic_urls and other polys that have additi...David Heinemeier Hansson2007-06-281-6/+5
* More nested polymorphic url helper fixes. Closes #6432, references #8601.Jeremy Kemper2007-06-071-3/+10
* Resources: url_for([parent, child]) generates /parents/1/children/2 for the n...Jeremy Kemper2007-06-051-25/+39
* Clean up the simply_helpful merge.Jeremy Kemper2007-05-181-16/+14
* Added record identifications to FormHelper#form_for and PrototypeHelper#remot...David Heinemeier Hansson2007-05-141-2/+6
* Removed deprecated parameters_for_method_reference concept (legacy from befor...David Heinemeier Hansson2007-05-121-0/+52