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
/
activerecord
/
lib
/
active_record
/
attribute_methods.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
`scope` now raises on "dangerous" name conflicts
Godfrey Chan
2014-01-29
1
-4
/
+22
*
fix typos and grammar mistake [ci skip]
nishant-cyro
2013-12-19
1
-1
/
+1
*
Merge pull request #12403 from thedarkone/attr-method-missing-fix
Rafael Mendonça França
2013-12-04
1
-1
/
+18
|
\
|
*
Fix AR#method_missing re-dispatching into overwritten attribute methods.
thedarkone
2013-09-29
1
-1
/
+18
*
|
short arrays in inspect
Jan Bernacki
2013-10-30
1
-3
/
+10
*
|
always check to see if methods exist after calling define_attribute_methods
Matt Jones
2013-10-24
1
-6
/
+3
|
/
*
Use TS::Cache instead of Mutex + Hash.
thedarkone
2013-09-28
1
-12
/
+8
*
Remove deprecation warning from attribute_missing
Arun Agrawal
2013-07-15
1
-14
/
+0
*
Avoid creating an extra Range instance
Akira Matsuda
2013-07-10
1
-1
/
+1
*
Fix: attribute_for_inspect truncate upto (51 => 50) characters.
namusyaka
2013-07-09
1
-2
/
+2
*
refactor the method cache objects to have a superclass
Aaron Patterson
2013-07-03
1
-0
/
+25
*
move the reader method cache in to the read module
Aaron Patterson
2013-07-03
1
-48
/
+0
*
keep a cache of the reader methods so we can reuse them
Aaron Patterson
2013-07-03
1
-0
/
+48
*
freeze the constant value so it isn't duped when used as a hash key
Aaron Patterson
2013-07-02
1
-1
/
+1
*
stop storing multiple copies of a particular attribute name
Aaron Patterson
2013-07-02
1
-12
/
+10
*
eagerly assign the attribute name cache, remove const_missing
Aaron Patterson
2013-07-02
1
-2
/
+5
*
initialize generated modules on inclusion and on inheritence
Aaron Patterson
2013-07-02
1
-1
/
+1
*
push attribute constant cache in to the attribute methods module
Aaron Patterson
2013-07-02
1
-1
/
+9
*
lock around mutating the generated methods module
Aaron Patterson
2013-07-02
1
-2
/
+4
*
remove private attribute reader
Aaron Patterson
2013-07-02
1
-6
/
+2
*
define attribute methods in a thread safe manner
Aaron Patterson
2013-07-02
1
-5
/
+4
*
we don't need to use active support *everwhere* common.
Aaron Patterson
2013-07-02
1
-1
/
+1
*
initialize ivars so we don't have to constantly check them
Aaron Patterson
2013-07-02
1
-1
/
+3
*
eagerly initialize the attributes module to avoid check-then-set race conditions
Aaron Patterson
2013-07-02
1
-1
/
+12
*
fixes a test, and explains why AR::AttributeMethods checks defined?(@attribut...
Xavier Noria
2013-04-28
1
-0
/
+3
*
ActiveRecord -> Active Record
Xavier Noria
2013-04-25
1
-1
/
+1
*
fixes warning in the AR test suite
Xavier Noria
2013-04-25
1
-1
/
+1
*
if singletons belong to the contract, test them
Xavier Noria
2013-04-20
1
-1
/
+1
*
fix respond_to? for non selected column
Neeraj Singh
2013-04-19
1
-1
/
+13
*
Fixed typos in activerecord
Prathamesh Sonpatki
2013-03-27
1
-1
/
+1
*
When we pass id to update_attributes it will try to set new id for that record
Dmitry Vorotilin
2013-03-22
1
-1
/
+1
*
fix typos in AR. lots of them.
Vipul A M
2013-03-19
1
-1
/
+1
*
Keep the code related to serialization in Serialization module.
Nikita Afanasenko
2012-11-10
1
-8
/
+4
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-11-03
1
-10
/
+15
|
\
|
*
read_attribute is public [ci skip]
Francesco Rodriguez
2012-10-21
1
-1
/
+1
|
*
improve AR::AttributeMethods documentation [ci skip]
Francesco Rodriguez
2012-10-21
1
-6
/
+10
|
*
Fix AR::AttributeMethods#[] example [ci skip]
Francesco Rodriguez
2012-10-21
1
-1
/
+1
*
|
AR::AttributeMethods#[] raises AM::AttributeMissingError for missing attributes.
Francesco Rodriguez
2012-10-28
1
-2
/
+8
*
|
Remove ActiveRecord::Model
Jon Leighton
2012-10-26
1
-1
/
+1
|
/
*
update AR::AttributeMethods documentation [ci skip]
Francesco Rodriguez
2012-10-21
1
-23
/
+124
*
Support for partial inserts.
Jon Leighton
2012-09-28
1
-5
/
+5
*
load active_support/deprecation in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
no need to define methods in included hook
Jon Leighton
2012-06-15
1
-13
/
+13
*
Use each_with_object instead of each here
Santiago Pastorino
2012-06-09
1
-3
/
+3
*
Merge pull request #6687 from tiegz/3-2-optimizations
José Valim
2012-06-09
1
-1
/
+3
*
much code can be deleted thanks to @tenderlove's refactoring
Jon Leighton
2012-03-28
1
-8
/
+0
*
Merge pull request #5294 from robinroestenburg/master
Aaron Patterson
2012-03-12
1
-23
/
+50
|
\
|
*
Removed flag attributes.
Robin Roestenburg
2012-03-06
1
-19
/
+32
|
*
Refactored method arel_attributes_values.
Robin Roestenburg
2012-03-06
1
-20
/
+34
*
|
attribute_present? should return false for empty strings
Jacob Green
2012-03-06
1
-1
/
+1
|
/
[next]