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
*
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
|
/
*
handle id attribute in PrimaryKey module
Sergey Nartimov
2012-02-11
1
-1
/
+1
*
adding a comment for myself
Aaron Patterson
2012-02-06
1
-0
/
+1
*
Fix another race condition.
Jon Leighton
2012-01-20
1
-3
/
+0
*
Fix race condition :bomb:
Jon Leighton
2012-01-13
1
-4
/
+11
*
Revert "Base#[] and Base#[]= are aliases so implement them as aliases :)"
Tom Stuart
2012-01-11
1
-4
/
+6
*
Support establishing connection on ActiveRecord::Model.
Jon Leighton
2011-12-28
1
-1
/
+1
*
Ensure attribute methods are included after all the AR stuff
Jon Leighton
2011-12-24
1
-1
/
+1
*
Extract common logic into a method
Jon Leighton
2011-12-24
1
-1
/
+1
*
Fix situation where id method didn't get defined causing postgres to fail
Jon Leighton
2011-12-23
1
-4
/
+3
*
Fix #4046.
Jon Leighton
2011-12-23
1
-42
/
+33
*
remove deprecated underscore versions of attribute methods
Sergey Nartimov
2011-12-21
1
-1
/
+0
*
Let AttributeMethods do its own including etc
Jon Leighton
2011-12-15
1
-0
/
+23
*
Split out most of the AR::Base code into separate modules :cake:
Jon Leighton
2011-12-15
1
-2
/
+113
*
Use a separate module for 'external' attribute methods.
Jon Leighton
2011-12-14
1
-0
/
+14
*
Remove the need for type_cast_attribute.
Jon Leighton
2011-12-01
1
-0
/
+4
*
Remove unnecessary *args
Jon Leighton
2011-12-01
1
-2
/
+2
*
Stop trying to be clever about when to define attribute methods.
Jon Leighton
2011-09-14
1
-10
/
+1
*
We don't need to build a set for DangerousAttributeError.
Jon Leighton
2011-09-14
1
-7
/
+13
*
Deprecate using method_missing for attributes that are columns.
Jon Leighton
2011-09-13
1
-0
/
+15
*
Let Ruby deal with method visibility.
Jon Leighton
2011-09-13
1
-7
/
+10
*
Always generate attribute methods on the base class.
Jon Leighton
2011-09-13
1
-5
/
+18
*
Fix warnings.
Jon Leighton
2011-09-13
1
-1
/
+1
*
match method signature of the superclass
Aaron Patterson
2011-06-30
1
-1
/
+1
*
Move ActiveModel::AttributeMethods#attribute_methods_generated? to ActiveReco...
Alexander Uvarov
2011-03-01
1
-0
/
+11
[next]