aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/record_identifier.rb
Commit message (Expand)AuthorAgeFilesLines
* Make caller attribute in deprecation methods optionalAlexey Gaziev2012-10-301-2/+2
* Provide a call stack for deprecation warnings where needed.Nikita Afanasenko2012-10-291-2/+2
* Deprecate AV::RecordIdentifier in controllersPiotr Sarnacki2012-08-281-3/+15
* Deprecate ActionController::RecordIdentifierPiotr Sarnacki2012-08-281-0/+8
* Move ActionController::RecordIdentifier to ActionViewPiotr Sarnacki2012-08-281-83/+0
* Remove ActiveModel dependency from ActionPackGuillermo Iguaran2012-06-301-3/+5
* Removing ==Examples and last blank lines of docs from actionpackFrancesco Rodriguez2012-05-151-3/+3
* Removed the sanitize_dom_id method because HTML5 doctype let's us use anythin...Larz Conwell2012-04-271-6/+1
* Add AC record identifier example with not-persisted objectAlexey Vakhov2012-04-051-0/+1
* Remove Active Resource source files from the repositoryPrem Sichanugrist2012-03-131-2/+2
* Update AC::RecordIdentifier exampleAlexey Vakhov2011-10-151-2/+2
* Nicolás Hock Isaza2011-09-061-1/+1
* Added missing assert to test checking form with namespaced isolated model and...Piotr Sarnacki2011-06-071-1/+1
* removes reference to RJS from AC::RecordIdentifier docsXavier Noria2011-04-131-10/+4
* No need to delegate. Simply include the whole RecordIdentifier module.José Valim2010-07-211-0/+2
* Moved a few methods from RecordIdentifier to ActiveModel::NamingPiotr Sarnacki2010-07-211-30/+1
* Make polymorphic_url and scaffolding work with uncountable resources [#3930 s...Andrew White2010-06-201-3/+11
* revises some <%= in rdocXavier Noria2010-04-051-1/+1
* Update various documentation examples to use new routing DSLAndrew White2010-04-041-1/+1
* Fix dom_id for ActiveRecord [#4296 state:resolved]José Valim2010-03-301-2/+2
* AMo #key is now #to_key and CI is probably happysnusnu2010-02-201-2/+2
* Adds #key and #to_param to the AMo interfacesnusnu2010-02-191-1/+20
* Clean up render @object a bit more.Yehuda Katz2009-08-071-15/+0
* Cherry-pick core extensionsJeremy Kemper2009-05-131-0/+2
* Reorganize ActionController folder structureJoshua Peek2009-01-271-1/+1
* Correct code example in dom_id docs. [#437 state:resolved]Andrew Kaspick2008-06-171-2/+2
* Move Class::ModelName to Active Support module core_extJeremy Kemper2008-06-061-18/+2
* Cache RecordIdentifier methods in Class#model_name wrapperJeremy Kemper2008-06-061-11/+34
* Make render shorthands work with namespaced controllersJacek Becela2008-05-101-4/+10
* Correct documentation for dom_id [jbarnette] Closes #10775Michael Koziarski2008-01-261-4/+4
* Resources: url_for([parent, child]) generates /parents/1/children/2 for the n...Jeremy Kemper2007-06-051-1/+1
* Added record identifications to FormHelper#form_for and PrototypeHelper#remot...David Heinemeier Hansson2007-05-141-1/+1
* Added the first part of Simply Helpful to core. The rest is pending a clean i...David Heinemeier Hansson2007-04-301-0/+91