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
/
activemodel
/
lib
/
active_model
/
attribute_methods.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Generate attribute method unless it's already in the module.
Jon Leighton
2011-09-14
1
-1
/
+1
*
Add an attribute_missing method to ActiveModel::AttributeMethods.
Jon Leighton
2011-09-13
1
-8
/
+11
*
Avoid double super call in some cases.
Jon Leighton
2011-09-13
1
-5
/
+4
*
Let Ruby deal with method visibility.
Jon Leighton
2011-09-13
1
-13
/
+11
*
Add deprecation for doing `attribute_method_suffix ''`
Jon Leighton
2011-09-13
1
-0
/
+11
*
refactoring
Jon Leighton
2011-09-13
1
-19
/
+11
*
Use an empty AttributeMethodMatcher by default.
Jon Leighton
2011-09-13
1
-2
/
+9
*
Made attribute_method_matchers_cache private + doc
Lawrence Pit
2011-07-17
1
-3
/
+13
*
Issue #2075 Optimization of ActiveModel's match_attribute_method?
Lawrence Pit
2011-07-16
1
-9
/
+17
*
Optimization of ActiveModel's match_attribute_method?
Lawrence Pit
2011-07-15
1
-2
/
+5
*
let this regexp be stricter
Xavier Noria
2011-04-19
1
-1
/
+1
*
Let's not dup because value may not always be duplicable.
José Valim
2011-04-19
1
-1
/
+1
*
Avoid define_method if possible.
José Valim
2011-04-19
1
-12
/
+39
*
use class_eval with a string when it's possible
Santiago Pastorino
2011-03-22
1
-2
/
+8
*
Do not in place modify what table_name returns
Santiago Pastorino
2011-03-22
1
-1
/
+1
*
define_attr_method should be able to define methods that returns nil
Santiago Pastorino
2011-03-17
1
-2
/
+2
*
remove misleading comment
Aaron Patterson
2011-03-17
1
-2
/
+0
*
dup strings on return so that in place modifications do not break anything. ...
Aaron Patterson
2011-03-17
1
-1
/
+1
*
define_attr_method correctly defines methods with invalid identifiers
Santiago Pastorino
2011-03-16
1
-3
/
+2
*
Move ActiveModel::AttributeMethods#attribute_methods_generated? to ActiveReco...
Alexander Uvarov
2011-03-01
1
-25
/
+19
*
module_eval is not needed here
Santiago Pastorino
2011-02-03
1
-5
/
+3
*
method_defined?, define_method and send accepts a string as argument
Santiago Pastorino
2011-02-03
1
-6
/
+6
*
allow spaces and other characters in attribute names [#4725 state:resolved]
Caleb Land
2011-02-03
1
-4
/
+4
*
Deleted extra "a" in method comment
Paul Yoder
2011-01-27
1
-1
/
+1
*
No need to symbolize these.
José Valim
2010-12-27
1
-1
/
+1
*
define_attr_method must serialize nil correctly
Aaron Patterson
2010-12-20
1
-1
/
+1
*
grammar fix
Aditya Sanghi
2010-11-27
1
-2
/
+2
*
Fix when database column name has some symbolic characters. [#5818 state:reso...
Robert Pankowecki
2010-11-14
1
-5
/
+5
*
Fewer object allocations
Jeremy Kemper
2010-09-09
1
-8
/
+6
*
Cheaper attribute_method_matchers
Jeremy Kemper
2010-09-09
1
-9
/
+10
*
Fix require for class_attribute
Jeremy Kemper
2010-09-09
1
-1
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-42
/
+42
*
typo in AM
Adam Meehan
2010-08-09
1
-1
/
+1
*
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-15
1
-1
/
+1
|
\
|
*
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-11
1
-1
/
+1
*
|
Minor changes to active_model/attribute_methods
Rizwan Reza
2010-06-14
1
-24
/
+30
|
/
*
typo 'Provivdes' -> 'Provides'
Santiago Pastorino
2010-05-05
1
-1
/
+1
*
fix stack trace lines on class_eval
Santiago Pastorino
2010-04-09
1
-2
/
+2
*
Merge branch 'master' into docrails
wycats
2010-03-26
1
-3
/
+15
|
\
|
*
cleaning up a bunch of method already defined warnings [#4209 state:resolved]
Aaron Patterson
2010-03-17
1
-3
/
+15
*
|
Merge remote branch 'mainstream/master'
Pratik Naik
2010-03-12
1
-4
/
+7
|
\
|
|
*
Add missing information about attributes method.
José Valim
2010-02-28
1
-3
/
+6
|
*
Use Object#singleton_class instead of #metaclass. Prefer Ruby's choice.
Jeremy Kemper
2010-02-25
1
-1
/
+1
*
|
Merge branch 'master' of git://github.com/rails/rails
Mikel Lindsaar
2010-02-02
1
-0
/
+1
|
\
|
|
*
Full update on ActiveModel documentation
Mikel Lindsaar
2010-02-01
1
-20
/
+120
|
*
Ruby 1.9.2: explicit coercion check no longer needed; bug fixed upstream
Jeremy Kemper
2010-01-01
1
-4
/
+0
|
*
Ruby 1.9.2: explicitly raise NoMethodError for explicit coercion attempts
Jeremy Kemper
2009-12-06
1
-0
/
+4
*
|
Adding ActiveModel::AttributeMethods documentation
Mikel Lindsaar
2010-01-17
1
-21
/
+120
|
/
*
Fixed behavior of attribute_methods_generated? [#3220 state:resolved]
Sam Pohlenz
2009-10-07
1
-1
/
+1
*
Don't share attribute matchers between classes [#3216 state:resolved]
Sam Pohlenz
2009-10-07
1
-1
/
+4
[prev]
[next]