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
*
support end-exclusive ... Ranges in SQL hash condition sanitization properly
Will Bryant
2009-02-06
1
-6
/
+10
*
Add ActiveRecord::Base.exists? with no args [#1817 state:committed]
Scott Taylor
2009-02-05
1
-2
/
+4
*
Add support for nested object forms to ActiveRecord and the helpers in Action...
Eloy Duran
2009-02-01
1
-0
/
+5
*
Ensure whitespaces are stripped when merging string joins. [#1297 state:resol...
Filip H.F. "FiXato" Slagter
2009-01-28
1
-1
/
+1
*
Add array id support to Model.update_counters. [#1254 state:resolved] [Carlos...
Pratik Naik
2009-01-28
1
-2
/
+17
*
Make sure inner scope conditions get a preference over the outer ones
Pratik Naik
2009-01-24
1
-2
/
+6
*
Merge docrails
Pratik Naik
2009-01-18
1
-48
/
+74
*
Merge branch 'master' of git@github.com:rails/rails
David Heinemeier Hansson
2008-12-28
1
-1
/
+47
|
\
|
*
Inline code comments for class_eval/module_eval [#1657 state:resolved]
Xavier Noria
2008-12-28
1
-1
/
+47
*
|
Introduce dynamic scopes for ActiveRecord: you can now use class methods like...
Yaroslav Markin
2008-12-28
1
-1
/
+24
|
/
*
Refactor ActiveRecord::Base#new_record? [#1647 state:committed]
Yaroslav Markin
2008-12-27
1
-1
/
+1
*
ActiveRecord::Base#new_record? now returns false for existing records (was ni...
Yaroslav Markin
2008-12-27
1
-2
/
+2
*
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
[next]