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
*
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
*
Don't rely on underscore-prefixed attribute methods.
Jon Leighton
2011-12-01
3
-48
/
+80
*
If the table behind has no primary key, do not ask again and just return nil.
Julius de Bruijn
2011-11-30
1
-1
/
+2
*
consistency
Jon Leighton
2011-11-30
3
-16
/
+16
*
Don't check column type, you might implement a custom coder that serializes t...
Jon Leighton
2011-11-30
1
-1
/
+1
*
omg computer science!
Jon Leighton
2011-11-30
2
-22
/
+44
*
Don't need second param
Jon Leighton
2011-11-30
2
-4
/
+4
*
No longer need to undef id as we are defining it ourselves
Jon Leighton
2011-11-30
1
-3
/
+0
*
Move some serialization stuff out of Base
Jon Leighton
2011-11-30
1
-0
/
+42
*
Extract attribute serialization code into a separate module
Jon Leighton
2011-11-30
2
-28
/
+47
*
Use inheritance to avoid special-case code for the 'id' method
Jon Leighton
2011-11-30
3
-8
/
+20
*
#id is an alias for whatever the primary key is
Jon Leighton
2011-11-30
1
-1
/
+1
*
fix indent
Jon Leighton
2011-11-30
1
-3
/
+3
*
Deprecate set_primary_key in favour of self.primary_key=
Jon Leighton
2011-11-29
1
-20
/
+26
*
Speed up attribute invocation by checking if both name and calls are compilable.
José Valim
2011-11-14
2
-2
/
+2
*
Revert "Raise error on unknown primary key."
Jon Leighton
2011-10-05
3
-11
/
+4
*
Raise error on unknown primary key.
Jon Leighton
2011-10-05
3
-4
/
+11
*
Don't require a DB connection when setting primary key.
Jon Leighton
2011-09-26
1
-1
/
+0
*
Raise error when using write_attribute with a non-existent attribute.
Jon Leighton
2011-09-13
1
-3
/
+7
*
Add deprecation for doing `attribute_method_suffix ''`
Jon Leighton
2011-09-13
1
-2
/
+0
*
Alias id= if necessary, rather than relying on method_missing
Jon Leighton
2011-09-13
1
-0
/
+4
*
Revert "to_key on a destroyed model should return nil". Closes #2440
Santiago Pastorino
2011-08-05
1
-3
/
+2
*
to_key on a destroyed model should return nil
Santiago Pastorino
2011-07-09
1
-1
/
+1
*
only calculate method name once
Aaron Patterson
2011-06-30
1
-2
/
+3
*
Remove trailing white-spaces
Guillermo Iguaran
2011-06-05
1
-1
/
+1
*
Remove extra white spaces on ActiveRecord docs.
Sebastian Martinez
2011-05-23
1
-1
/
+1
*
Avoid define_method if possible.
José Valim
2011-04-19
2
-2
/
+2
*
Return nil from read_attribute(:foo) if 'foo' is not present in the @attribut...
Jon Leighton
2011-04-15
1
-1
/
+1
*
Undo performances regressions I introduced in bbe0a507f287c20ab4ae8a244fbfc81...
Jon Leighton
2011-04-15
1
-5
/
+23
*
Remove unnecessary code from define_read_method and add assertion to make sur...
Jon Leighton
2011-04-15
1
-7
/
+4
*
Fixes performance issue introduced in 3.0.6 (issue #6695)
Stian Grytøyr
2011-04-14
1
-3
/
+5
*
Remove `#among?` from Active Support
Prem Sichanugrist
2011-04-13
1
-1
/
+1
*
Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...
David Heinemeier Hansson
2011-04-12
1
-1
/
+1
*
Using Object#in? and Object#either? in various places
Prem Sichanugrist
2011-04-11
1
-1
/
+2
*
Quote find_in_batches ORDER BY clause [#6620 state:resolved]
Andrew White
2011-03-29
1
-1
/
+12
*
Added new #update_column method.
Sebastian Martinez
2011-03-27
1
-0
/
+1
*
Fix before_type_cast for timezone aware attributes by caching converted value...
Adam Meehan
2011-03-23
1
-4
/
+5
*
use class_eval with a string when it's possible
Santiago Pastorino
2011-03-22
2
-5
/
+13
*
Allow to read and write AR attributes with non valid identifiers
Santiago Pastorino
2011-03-22
2
-2
/
+7
*
Merge remote branch 'rails/master' into identity_map
Emilio Tagua
2011-02-15
3
-26
/
+37
|
\
|
*
primary keys should not be cleared on cache clear, fixing oracle tests
Aaron Patterson
2011-02-08
1
-0
/
+1
|
*
avoid nil.dup
Akira Matsuda
2011-02-07
1
-1
/
+1
[next]