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
/
base.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix memory leak issue in ActiveRecord scoped_methods
Joshua Peek
2008-11-06
1
-2
/
+1
*
Make #destroy write 1 line into log (instead of 3) (Dmitry Sokurenko) [#689 s...
David Heinemeier Hansson
2008-10-29
1
-4
/
+5
*
Fixed that serialized strings should never be type-casted (i.e. turning "Yes"...
David Heinemeier Hansson
2008-10-27
1
-1
/
+1
*
Fixed issue where block is not called on the very first invocation of a find_...
Ken Miller
2008-10-24
1
-2
/
+2
*
Merge docrails
Pratik Naik
2008-10-16
1
-1
/
+2
*
Merge docrails
Pratik Naik
2008-10-05
1
-26
/
+124
*
Dynamic finders should use the ActiveRecord::Base::find method instead of ::f...
Eloy Duran
2008-10-03
1
-4
/
+4
*
Allowed passing arrays-of-strings to :join everywhere. Merge duplicate join s...
Pivotal Labs
2008-09-24
1
-13
/
+21
*
Add Model#delete instance method, similar to Model.delete class method. [#108...
Hongli Lai (Phusion
2008-09-21
1
-0
/
+10
*
Multiparameter attributes skip time zone conversion for time-only columns [#1...
gbuesing
2008-09-14
1
-1
/
+1
*
Fix ActiveRecord::Base.quote_bound_value for ActiveSupper::Multibyte::Chars v...
Manfred Stienstra
2008-09-11
1
-1
/
+1
*
Support :limit on update_all so that has_many with :limit can be safely updated
Tarmo Tänav
2008-09-10
1
-3
/
+17
*
Missing doc updates
David Heinemeier Hansson
2008-09-09
1
-1
/
+1
*
Added find_last_by dynamic finder [status:committed #762]
miloops
2008-09-09
1
-0
/
+1
*
Revert "Revert "Raise UnknownAttributeError when unknown attributes are suppl...
Jeremy Kemper
2008-09-08
1
-1
/
+9
*
Revert "Raise UnknownAttributeError when unknown attributes are supplied via ...
Jeremy Kemper
2008-09-06
1
-9
/
+1
*
Use a more sensible resolution on the new millisecond benchmarks
David Heinemeier Hansson
2008-09-05
1
-1
/
+1
*
Changed all benchmarking reports to be in milliseconds
David Heinemeier Hansson
2008-09-05
1
-1
/
+1
*
Merge docrails
Pratik Naik
2008-09-03
1
-19
/
+42
*
Some performance goodness for inheritable attributes.
Clemens Kofler
2008-09-03
1
-7
/
+7
*
Deprecate allow_concurrency and make it have no effect
Nick Sieger
2008-08-29
1
-19
/
+1
*
Merge scoped :joins together instead of overwriting them. May expose scoping ...
Andrew White
2008-08-28
1
-10
/
+27
*
add dynamic finder bang version to raise RecordNotFound
Josh Susser
2008-08-25
1
-1
/
+3
*
refactor dynamic finder name matching into its own class
Josh Susser
2008-08-25
1
-72
/
+49
*
coerce blank strings to nil values for boolean and integer fields
Josh Susser
2008-08-22
1
-5
/
+8
*
Merge commit 'sven/i18n' into i18n
Jeremy Kemper
2008-08-22
1
-3
/
+38
|
\
|
*
Merge branch 'master' into i18n
Sven Fuchs
2008-08-21
1
-8
/
+20
|
|
\
|
*
|
Added Base.human_name method
Iain Hecker
2008-08-20
1
-0
/
+13
|
*
|
Cleaned up ActiveRecord i18n scoping
Iain Hecker
2008-08-14
1
-4
/
+26
*
|
|
Revert "Performance: freeze cached rows instead of duping"
Jeremy Kemper
2008-08-21
1
-1
/
+1
*
|
|
Revert "coerce blank strings to nil values for boolean and integer fields"
Jeremy Kemper
2008-08-21
1
-8
/
+5
*
|
|
coerce blank strings to nil values for boolean and integer fields
Josh Susser
2008-08-21
1
-5
/
+8
|
|
/
|
/
|
*
|
Fix generated WHERE IN query for named scopes. [#583 state:resolved]
Philip Hallstrom
2008-08-21
1
-1
/
+1
*
|
Performance: freeze cached rows instead of duping
Jeremy Kemper
2008-08-18
1
-1
/
+1
*
|
Fixed STI type condition for eager loading of associations
Tarmo Tänav
2008-08-16
1
-3
/
+4
*
|
Fixed Time/Date object serialization
Tarmo Tänav
2008-08-12
1
-2
/
+9
*
|
move logging of protected attribute removal into log_protected_attribute_remo...
Trevor Turk
2008-08-12
1
-1
/
+5
|
/
*
Fix file permissions
Tarmo Tänav
2008-07-31
1
-0
/
+0
*
Raise UnknownAttributeError when unknown attributes are supplied via mass ass...
Pratik Naik
2008-07-31
1
-1
/
+9
*
Merge docrails changes
Pratik Naik
2008-07-28
1
-2
/
+27
*
Set config.active_record.timestamped_migrations = false to have migrations wi...
Nik Wakelin
2008-07-17
1
-0
/
+4
*
Merge with docrails.
Pratik Naik
2008-07-16
1
-5
/
+4
*
update_counters should update nil values.
miloops
2008-07-15
1
-1
/
+1
*
Allow conditions on multiple tables to be specified using hash.
Pratik Naik
2008-06-28
1
-9
/
+15
*
Include cache key in ModelName
Jeremy Kemper
2008-06-24
1
-4
/
+4
*
Fix column collision with named_scope and :joins. [#46 state:resolved]
Mark Catley
2008-06-22
1
-1
/
+1
*
Named bind variables can now be used with postgresql-style typecasts
Tarmo Tänav
2008-06-22
1
-3
/
+4
*
Make Base.merge_conditions public
Jeremy Kemper
2008-06-17
1
-14
/
+14
*
Silence scope resolution warnings
Jeremy Kemper
2008-06-11
1
-4
/
+6
*
Simplify ActiveRecord::Base#update_attribute
Pratik Naik
2008-06-07
1
-4
/
+4
[next]