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
*
Raise MissingAttributeError on query methods
Ernie Miller
2012-09-08
1
-1
/
+1
*
Minor refactor in ActiveRecord#initialize_dup
Carlos Antonio da Silva
2012-09-07
1
-1
/
+0
*
Avoid #fetch for non-nil values.
Jon Leighton
2012-08-31
1
-1
/
+2
*
Key the attributes hash with symbols
Jon Leighton
2012-08-31
3
-7
/
+12
*
call methods on AR::Model after ClassMethods module is defined
Aaron Patterson
2012-08-24
1
-1
/
+2
*
Use instance_accessor: false instead of instance_writer.
kennyj
2012-08-21
1
-2
/
+7
*
Round usec when writing timestamp attribute.
kennyj
2012-08-21
1
-5
/
+14
*
Pull more serialize code into a lazy included module
Jon Leighton
2012-08-17
1
-60
/
+63
*
Optimize instantiation for models which don't use serialize
Jon Leighton
2012-08-17
1
-13
/
+20
*
load active_support/core_ext/class/attribute in active_support/rails
Xavier Noria
2012-08-02
2
-2
/
+0
*
load active_support/core_ext/object/inclusion in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
load active_support/core_ext/object/blank in active_support/rails
Xavier Noria
2012-08-02
2
-2
/
+0
*
Do not consider the numeric attribute as changed if the old value is
Rafael Mendonça França
2012-08-02
1
-1
/
+1
*
Added *instance_writer: false* for stored/serialized attributes.
kennyj
2012-07-07
1
-1
/
+1
*
changed the firm of changes_from_zero_to_string?
Angelo capilleri
2012-06-21
1
-2
/
+2
*
Refactor the conditionals
Rafael Mendonça França
2012-06-19
1
-7
/
+7
*
Validates_numericality_of is skipped when changing 0 to to non-empty string
Angelo capilleri
2012-06-19
1
-5
/
+15
*
Simplify AR configuration code.
Jon Leighton
2012-06-15
4
-9
/
+23
*
Fix #6591. If a field with timezone isn't changed, we don't call will_change!.
kennyj
2012-06-04
1
-1
/
+2
*
Fix #5797. Error calling dup method on AR model with serialized field
kennyj
2012-05-30
1
-3
/
+4
*
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
[next]