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
*
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
|
*
make sure de-serialization happens on object instantiation
Aaron Patterson
2011-02-01
2
-3
/
+2
|
*
store the serialized column values in the @attributes hash
Aaron Patterson
2011-02-01
1
-1
/
+2
|
*
move the coders to the serialized_attributes hash
Aaron Patterson
2011-02-01
1
-7
/
+3
|
*
Make before_type_cast available for datetime fields
Akira Matsuda
2011-02-01
1
-2
/
+3
|
*
use an identity conversion to avoid conditional codes
Aaron Patterson
2011-01-28
1
-2
/
+2
|
*
join the cult of cargo. reduce the number of NoMethodErrors in the system
Aaron Patterson
2011-01-07
1
-1
/
+1
|
*
no need for to_sym
Aaron Patterson
2011-01-07
1
-1
/
+1
|
*
String#insert() mutates the string, so no need for lasgn
Aaron Patterson
2011-01-07
1
-1
/
+1
|
*
fewer funcalls to the cached attributes variable
Aaron Patterson
2011-01-07
1
-1
/
+1
|
*
stop redifining methods on every call to set_primary_key
Aaron Patterson
2010-12-24
1
-4
/
+11
|
*
returning id (for some yet to be discovered reason)
Aaron Patterson
2010-12-20
1
-1
/
+1
|
*
define_attr_method must serialize nil correctly
Aaron Patterson
2010-12-20
1
-2
/
+6
|
*
if there is no base name, we cannot determine a primary key
Aaron Patterson
2010-12-20
1
-2
/
+4
|
*
remove some lasigns
Aaron Patterson
2010-12-20
1
-6
/
+6
*
|
Merge remote branch 'rails/master' into identity_map
Emilio Tagua
2010-12-20
4
-12
/
+17
|
\
|
|
*
Ensure that boolean false is properly serialized [#6079 state:resolved]
Aditya Sanghi
2010-12-08
1
-1
/
+2
|
*
Fix indentation here
Santiago Pastorino
2010-12-04
1
-7
/
+8
|
*
attributes_before_type_cast are just the value of @attributes
Santiago Pastorino
2010-12-04
1
-1
/
+1
|
*
class inheritable attributes is used no more! all internal use of class inher...
Josh Kalderimis
2010-11-20
2
-3
/
+6
*
|
Remove objects from identity map if save! failed, otherwise finding again the...
Emilio Tagua
2010-11-19
1
-0
/
+3
*
|
Remove objects from identity map if save failed, otherwise finding again the ...
Emilio Tagua
2010-11-19
1
-0
/
+2
|
/
*
use persisted? instead of new_record? wherever possible
David Chelimsky
2010-11-09
1
-3
/
+4
*
Make should_record_timestamps? serialization aware rather than object#changed?
Pratik Naik
2010-11-02
1
-4
/
+0
*
Ensure save always updates timestamps when serialized attributes are present
Pratik Naik
2010-11-02
1
-0
/
+4
*
No need for parenthesis here
Santiago Pastorino
2010-10-17
1
-1
/
+1
*
no need to check for nil
Neeraj Singh
2010-10-17
1
-1
/
+1
*
No need to use inject here, use map instead.
Emilio Tagua
2010-09-22
1
-4
/
+1
*
Cheaper attribute reads and respond_to?. Add underscore-prefixed method alias...
Jeremy Kemper
2010-09-09
2
-5
/
+10
*
Cache unserialized attributes
Jeremy Kemper
2010-09-09
1
-5
/
+9
*
Replacing superclass_delegating_accessoror with class_attribute.
Neeraj Singh
2010-08-31
1
-1
/
+1
*
Revert "Makes AR use AMo to_key implementation"
Santiago Pastorino
2010-08-15
1
-0
/
+6
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
2
-2
/
+2
*
Makes AR use AMo to_key implementation
Santiago Pastorino
2010-08-13
1
-6
/
+0
*
ensuring that description does not exceed 100 columns
Neeraj Singh
2010-08-02
2
-3
/
+4
*
Make sure timestamp is properly referenced
Blake Smith
2010-05-11
1
-1
/
+1
*
Make sure valid? preceives the context as in ActiveModel API (ht: Carlos Anto...
José Valim
2010-05-10
1
-1
/
+1
*
eliminate alias_method_chain from ActiveRecord
wycats
2010-05-09
1
-50
/
+50
*
fix stack trace lines on class_eval
Santiago Pastorino
2010-04-09
1
-4
/
+4
[next]