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
*
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
*
use the schema cache when asking for the primary key
Aaron Patterson
2011-12-12
1
-1
/
+1
*
fixing eval'd line numbers.
Aaron Patterson
2011-12-08
1
-2
/
+2
*
Fix #3837.
Jon Leighton
2011-12-03
1
-11
/
+5
*
Revert "Roflscaling!" (for now)
Jon Leighton
2011-12-02
2
-8
/
+11
*
Fewer string allocations in attribute method
Jon Leighton
2011-12-01
1
-4
/
+4
*
Roflscaling!
Jon Leighton
2011-12-01
2
-11
/
+8
*
Create method with known identifier then alias into place.
Jon Leighton
2011-12-01
1
-25
/
+21
*
Remove some unnecessary code etc
Jon Leighton
2011-12-01
2
-26
/
+11
*
Add test for read_attribute(:id) with non-standard PK.
Jon Leighton
2011-12-01
2
-4
/
+18
*
Remove the need for type_cast_attribute.
Jon Leighton
2011-12-01
3
-42
/
+47
*
Get rid of the underscore versions of attribute methods!
Jon Leighton
2011-12-01
3
-6
/
+33
[next]