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
Commit message (
Expand
)
Author
Age
Files
Lines
*
recurse in read_attribute we get caching / don't duplicate code
Jon Leighton
2012-03-30
1
-3
/
+2
*
Properly typecast id attribute when using custom primary key
Carlos Antonio da Silva
2012-03-29
1
-1
/
+4
*
much code can be deleted thanks to @tenderlove's refactoring
Jon Leighton
2012-03-28
2
-64
/
+6
*
attributes are cached by string keys, so to_s to support symbols. fixes #5549
Aaron Patterson
2012-03-27
1
-1
/
+1
*
Remove IdentityMap
Carlos Antonio da Silva
2012-03-13
1
-5
/
+0
*
Remove unusused variables
Jon Leighton
2012-03-04
1
-3
/
+2
*
Merge pull request #5196 from lest/patch-3
José Valim
2012-02-28
1
-0
/
+1
|
\
|
*
force datetime attributes to be changed, fix GH #3965
Sergey Nartimov
2012-02-28
1
-0
/
+1
*
|
remove unnecessary code
Sergey Nartimov
2012-02-28
1
-6
/
+0
|
/
*
move id_before_type_cast to PrimaryKey module
Sergey Nartimov
2012-02-16
2
-6
/
+11
*
Rename field_changed? to _field_changed? so that users can create a field nam...
Akira Matsuda
2012-02-14
1
-3
/
+3
*
handle id attribute in PrimaryKey module
Sergey Nartimov
2012-02-11
1
-0
/
+6
*
PG column consults oid types when typecasting
Aaron Patterson
2012-02-10
1
-0
/
+6
*
removing dead code
Aaron Patterson
2012-02-09
3
-22
/
+0
*
Merge branch 'master' into instance_reader
Aaron Patterson
2012-02-09
1
-0
/
+8
|
\
|
*
Fix attribute_before_type_cast for serialized attributes. Fixes #4837.
Jon Leighton
2012-02-07
1
-0
/
+8
*
|
only exclude serialized columns from cacheable columns
Aaron Patterson
2012-02-09
1
-1
/
+5
*
|
removed unnecessary translator object
Aaron Patterson
2012-02-08
1
-16
/
+0
*
|
use the key name yielded to the fetch block
Aaron Patterson
2012-02-08
1
-9
/
+7
*
|
return early if the cast attribute has been cached
Aaron Patterson
2012-02-08
1
-11
/
+16
*
|
always call `read_attribute` from the reader method
Aaron Patterson
2012-02-08
1
-14
/
+12
*
|
cache attribute if it is supposed to be cached
Aaron Patterson
2012-02-07
1
-1
/
+5
*
|
give each PG type a `type` method and decortate tz attributes
Aaron Patterson
2012-02-07
2
-1
/
+22
*
|
moving column types to an ivar on the result
Aaron Patterson
2012-02-07
1
-1
/
+5
*
|
wrap and cache columns for typecasting
Aaron Patterson
2012-02-07
1
-0
/
+10
*
|
moved attribute translation to an object
Aaron Patterson
2012-02-07
1
-16
/
+10
*
|
moved most of the evald code in to regular ruby code
Aaron Patterson
2012-02-07
3
-17
/
+32
*
|
copy the columns hash to the active record instances, typecast using columns ...
Aaron Patterson
2012-02-07
3
-36
/
+64
|
/
*
adding a comment for myself
Aaron Patterson
2012-02-06
1
-8
/
+8
*
delegate attribute typecasting to the column
Aaron Patterson
2012-02-06
1
-16
/
+2
*
pg supports real booleans, so handle the case when `true` is returned
Aaron Patterson
2012-02-06
1
-2
/
+5
*
The primary key is always initialized in the @attributes hash to nil (unless
Aaron Patterson
2012-01-25
1
-5
/
+1
*
use fetch rather than both Hash#key? and Hash#[]
Aaron Patterson
2012-01-25
1
-49
/
+51
*
Revert "just use an alias. The target method is public, so make this one pub...
Aaron Patterson
2012-01-20
1
-1
/
+4
*
just use an alias. The target method is public, so make this one public
Aaron Patterson
2012-01-19
1
-4
/
+1
*
Expanded rdoc about primary keys being protected from mass assignment.
Joost Baaij
2012-01-06
1
-1
/
+2
*
Support configuration on ActiveRecord::Model.
Jon Leighton
2011-12-28
4
-6
/
+10
*
Deal with global config better between AR::Base and AR::Model
Jon Leighton
2011-12-24
2
-7
/
+3
*
Doh, remove debugging line
Jon Leighton
2011-12-23
1
-1
/
+0
*
Fix #4046.
Jon Leighton
2011-12-23
1
-4
/
+3
*
Make read_attribute code path accessible at the class level
Jon Leighton
2011-12-22
2
-27
/
+33
*
remove deprecated set and original methods for table_name, primary_key, etc
Sergey Nartimov
2011-12-21
1
-9
/
+0
*
remove deprecated underscore versions of attribute methods
Sergey Nartimov
2011-12-21
1
-32
/
+0
*
Fix the build on postgres. Note: we should probably actually make schema muta...
Jon Leighton
2011-12-16
1
-1
/
+1
*
Don't store defaults in the schema cache
Jon Leighton
2011-12-16
1
-2
/
+2
*
Cache columns at the model level.
Jon Leighton
2011-12-16
1
-2
/
+0
*
Split out most of the AR::Base code into separate modules :cake:
Jon Leighton
2011-12-15
1
-0
/
+12
*
Fix #3987.
Jon Leighton
2011-12-15
1
-0
/
+2
*
Stop the build asploding on 1.8.7
Jon Leighton
2011-12-14
1
-0
/
+2
*
Use a separate module for 'external' attribute methods.
Jon Leighton
2011-12-14
2
-17
/
+12
[next]