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
*
pass over the code comments
Xavier Noria
2013-04-28
1
-28
/
+32
*
prefer american spelling of 'behavior'
Gosha Arinich
2013-01-07
1
-1
/
+1
*
Replace some global Hash usages with the new thread safe cache.
thedarkone
2012-12-14
1
-4
/
+5
*
cleanup, remove broken whitespace
Yves Senn
2012-11-25
1
-2
/
+2
*
Make caller attribute in deprecation methods optional
Alexey Gaziev
2012-10-30
1
-1
/
+1
*
Provide a call stack for deprecation warnings where needed.
Nikita Afanasenko
2012-10-29
1
-6
/
+5
*
minor edits in AM documentation [ci skip]
Francesco Rodriguez
2012-10-21
1
-1
/
+1
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-08-04
1
-0
/
+8
|
\
|
*
add example to ActiveModel::MissingAttributeError [ci skip]
Francesco Rodriguez
2012-07-28
1
-0
/
+8
*
|
load active_support/deprecation in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
|
load active_support/core_ext/class/attribute in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
|
/
*
Refactor attribute method matcher to use Hash#fetch
Carlos Antonio da Silva
2012-06-26
1
-5
/
+3
*
Cleanup attribute methods a bit, use map! when accepting *args
Carlos Antonio da Silva
2012-06-26
1
-17
/
+12
*
add :nodoc: to internal implementations [ci skip]
Francesco Rodriguez
2012-06-22
1
-1
/
+1
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-06-22
1
-35
/
+92
|
\
|
*
fixes a few mistakes in api docs [ci skip]
Vijay Dev
2012-06-22
1
-1
/
+1
|
*
add description to ActiveModel::MissingAttributeError [ci skip]
Francesco Rodriguez
2012-06-21
1
-1
/
+2
|
*
add example to ActiveModel::AttributeMethods#undefine_attribute_methods [ci s...
Francesco Rodriguez
2012-06-21
1
-0
/
+26
|
*
add docs to AM::AttributeMethods#define_attribute_method [ci skip]
Francesco Rodriguez
2012-06-21
1
-0
/
+25
|
*
fix ActiveModel::AttributeMethods#alias_attribute documentation [ci skip]
Francesco Rodriguez
2012-06-21
1
-7
/
+20
|
*
update ActiveModel::AttributeMethods documentation [ci skip]
Francesco Rodriguez
2012-06-21
1
-27
/
+20
|
*
add example to ActiveModel::Validations#validators [ci skip]
Francesco Rodriguez
2012-06-15
1
-1
/
+0
*
|
Merge pull request #6800 from mschneider/dynamic_finders_for_aliased_attributes
Rafael Mendonça França
2012-06-22
1
-1
/
+3
|
\
\
|
*
|
made dynamic finders alias_attribute aware
Maximilian Schneider
2012-06-22
1
-1
/
+3
*
|
|
add :nodoc: to AM::AttributeMethods#instance_method_already_implemented? [ci ...
Francesco Rodriguez
2012-06-21
1
-1
/
+1
*
|
|
add :nodoc: to AM::AttributeMethods::AttributeMethodMatcher [ci skip]
Francesco Rodriguez
2012-06-21
1
-1
/
+1
|
/
/
*
/
Simplify AR configuration code.
Jon Leighton
2012-06-15
1
-2
/
+1
|
/
*
Merge pull request #4785 from ayamomiji/add-self-to-allow-method-name-using-r...
José Valim
2012-05-25
1
-4
/
+4
|
\
|
*
fix `alias_attribute` will raise a syntax error if make an alias on a
ayaya
2012-05-14
1
-4
/
+4
*
|
Revert "Merge pull request #5702 from oscardelben/patch-4"
Piotr Sarnacki
2012-05-20
1
-1
/
+3
*
|
Call undefine_attribute_methods only when defining new attributes
Oscar Del Ben
2012-05-18
1
-3
/
+1
*
|
allow define_attribute_methods to pass multiple values
Francesco Rodriguez
2012-05-14
1
-7
/
+7
*
|
Merge pull request #5729 from oscardelben/use_tap
José Valim
2012-05-13
1
-5
/
+1
|
\
\
|
*
|
Use the more idiomatic tap method
Oscar Del Ben
2012-04-04
1
-5
/
+1
|
|
/
*
|
simplify the alias_attribute example [ci skip]
Vijay Dev
2012-05-08
1
-20
/
+1
*
|
added docs to alias_attribute method
Francesco Rodriguez
2012-05-07
1
-0
/
+31
|
/
*
ruby 2.0 makes protected methods return false for respond_to, so pass true as...
Aaron Patterson
2012-02-21
1
-1
/
+1
*
remove unused captures
Aaron Patterson
2012-01-19
1
-2
/
+2
*
Fix stack level too deep when model does not have attributes method.
Piotr Sarnacki
2012-01-15
1
-1
/
+1
*
Support configuration on ActiveRecord::Model.
Jon Leighton
2011-12-28
1
-1
/
+2
*
remove deprecated define_attr_method from ActiveModel::AttributeMethods
Sergey Nartimov
2011-12-24
1
-41
/
+0
*
Deprecated `define_attr_method` in `ActiveModel::AttributeMethods`
Jon Leighton
2011-11-29
1
-37
/
+20
*
Speed up attribute invocation by checking if both name and calls are compilable.
José Valim
2011-11-14
1
-27
/
+32
*
Class name specified in example is Person, not AttributePerson.
Uģis Ozols
2011-09-29
1
-3
/
+3
*
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
[next]