index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_controller
/
record_identifier.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecate direct calls to AC::RecordIdentifier.dom_id and dom_class
Carlos Antonio da Silva
2013-01-16
1
-5
/
+17
*
Fix typo in deprecation warning
Nathaniel Jones
2013-01-09
1
-1
/
+1
*
These are already required through AS/rails
Akira Matsuda
2013-01-06
1
-1
/
+0
*
Make caller attribute in deprecation methods optional
Alexey Gaziev
2012-10-30
1
-2
/
+2
*
Provide a call stack for deprecation warnings where needed.
Nikita Afanasenko
2012-10-29
1
-2
/
+2
*
Deprecate AV::RecordIdentifier in controllers
Piotr Sarnacki
2012-08-28
1
-3
/
+15
*
Deprecate ActionController::RecordIdentifier
Piotr Sarnacki
2012-08-28
1
-0
/
+8
*
Move ActionController::RecordIdentifier to ActionView
Piotr Sarnacki
2012-08-28
1
-83
/
+0
*
Remove ActiveModel dependency from ActionPack
Guillermo Iguaran
2012-06-30
1
-3
/
+5
*
Removing ==Examples and last blank lines of docs from actionpack
Francesco Rodriguez
2012-05-15
1
-3
/
+3
*
Removed the sanitize_dom_id method because HTML5 doctype let's us use anythin...
Larz Conwell
2012-04-27
1
-6
/
+1
*
Add AC record identifier example with not-persisted object
Alexey Vakhov
2012-04-05
1
-0
/
+1
*
Remove Active Resource source files from the repository
Prem Sichanugrist
2012-03-13
1
-2
/
+2
*
Update AC::RecordIdentifier example
Alexey Vakhov
2011-10-15
1
-2
/
+2
*
Nicolás Hock Isaza
2011-09-06
1
-1
/
+1
*
Added missing assert to test checking form with namespaced isolated model and...
Piotr Sarnacki
2011-06-07
1
-1
/
+1
*
removes reference to RJS from AC::RecordIdentifier docs
Xavier Noria
2011-04-13
1
-10
/
+4
*
No need to delegate. Simply include the whole RecordIdentifier module.
José Valim
2010-07-21
1
-0
/
+2
*
Moved a few methods from RecordIdentifier to ActiveModel::Naming
Piotr Sarnacki
2010-07-21
1
-30
/
+1
*
Make polymorphic_url and scaffolding work with uncountable resources [#3930 s...
Andrew White
2010-06-20
1
-3
/
+11
*
revises some <%= in rdoc
Xavier Noria
2010-04-05
1
-1
/
+1
*
Update various documentation examples to use new routing DSL
Andrew White
2010-04-04
1
-1
/
+1
*
Fix dom_id for ActiveRecord [#4296 state:resolved]
José Valim
2010-03-30
1
-2
/
+2
*
AMo #key is now #to_key and CI is probably happy
snusnu
2010-02-20
1
-2
/
+2
*
Adds #key and #to_param to the AMo interface
snusnu
2010-02-19
1
-1
/
+20
*
Clean up render @object a bit more.
Yehuda Katz
2009-08-07
1
-15
/
+0
*
Cherry-pick core extensions
Jeremy Kemper
2009-05-13
1
-0
/
+2
*
Reorganize ActionController folder structure
Joshua Peek
2009-01-27
1
-1
/
+1
*
Correct code example in dom_id docs. [#437 state:resolved]
Andrew Kaspick
2008-06-17
1
-2
/
+2
*
Move Class::ModelName to Active Support module core_ext
Jeremy Kemper
2008-06-06
1
-18
/
+2
*
Cache RecordIdentifier methods in Class#model_name wrapper
Jeremy Kemper
2008-06-06
1
-11
/
+34
*
Make render shorthands work with namespaced controllers
Jacek Becela
2008-05-10
1
-4
/
+10
*
Correct documentation for dom_id [jbarnette] Closes #10775
Michael Koziarski
2008-01-26
1
-4
/
+4
*
Resources: url_for([parent, child]) generates /parents/1/children/2 for the n...
Jeremy Kemper
2007-06-05
1
-1
/
+1
*
Added record identifications to FormHelper#form_for and PrototypeHelper#remot...
David Heinemeier Hansson
2007-05-14
1
-1
/
+1
*
Added the first part of Simply Helpful to core. The rest is pending a clean i...
David Heinemeier Hansson
2007-04-30
1
-0
/
+91