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
*
ActiveRecord::QueryCache middleware
Joshua Peek
2008-12-22
1
-1
/
+1
*
Ensure Model#last doesn't affects order for another finders inside the same s...
Daniel Luz
2008-12-21
1
-3
/
+8
*
Merge docrails
Pratik Naik
2008-12-19
1
-2
/
+1
*
Make exceptions raise from find_by_foo! have a more helpful message [#1567 st...
Frederick Cheung
2008-12-18
1
-1
/
+1
*
Update documentation for default_scope
Daniel Luz
2008-12-16
1
-2
/
+2
*
Benchmark.ms
Jeremy Kemper
2008-12-09
1
-2
/
+2
*
Merge with docrails
Pratik Naik
2008-12-07
1
-14
/
+42
*
Add :having option to find, to use in combination with grouped finds. Also ad...
miloops
2008-12-01
1
-3
/
+6
*
get activerecord tests passing with lazy loading
Joshua Peek
2008-11-24
1
-0
/
+3
*
Autoload ActiveRecord files
Joshua Peek
2008-11-24
1
-0
/
+11
*
Docfix [#1444 state:committed]
David Heinemeier Hansson
2008-11-23
1
-2
/
+2
*
Fix default_scope to work in combination with named scopes
Tom Stuart
2008-11-17
1
-1
/
+1
*
Ensure shared default_scoping stack is duped before assigning to thread local
Joshua Peek
2008-11-16
1
-1
/
+1
*
Added default_scope to Base [#1381 state:committed] (Paweł Kondzior)
Pratik Naik
2008-11-16
1
-1
/
+15
*
Revert "Added default_scope to Base [#1381 state:committed] (Paweł Kondzior)...
David Heinemeier Hansson
2008-11-16
1
-10
/
+0
*
Added default_scope to Base [#1381 state:committed] (Paweł Kondzior)
David Heinemeier Hansson
2008-11-16
1
-0
/
+10
*
Moved the * strings out of construct_finder_sql to a new default_select metho...
Will Bryant
2008-11-15
1
-1
/
+9
*
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
[next]