aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/base.rb
Commit message (Expand)AuthorAgeFilesLines
* revised rdoc of class_of_active_record_descendantXavier Noria2009-01-151-1/+2
* Docs: in typical usage, "descendant" is the noun and "descendent" is the adje...Chris Kampmeier2009-01-111-3/+3
* A little copyediting of 73db43527d162fdf95665d88589f7ab6d17a17faChris Kampmeier2009-01-111-4/+5
* Add better docs for ActiveRecord::Base#attribute_for_inspectChris Kampmeier2009-01-111-1/+12
* Minor changes to AR#delete/destroy docsPratik Naik2009-01-101-2/+2
* Merge commit 'mainstream/master'Pratik Naik2009-01-101-4/+24
|\
| * Merge branch 'master' of git@github.com:rails/railsDavid Heinemeier Hansson2008-12-281-1/+47
| |\
| * | Introduce dynamic scopes for ActiveRecord: you can now use class methods like...Yaroslav Markin2008-12-281-1/+24
* | | Rewrite ActiveRecord::Base#destroy_all docs to remove incorrect info, mention...Chris Kampmeier2009-01-061-13/+20
* | | Rewrite ActiveRecord::Base#delete docs to remove false information about call...Chris Kampmeier2008-12-291-7/+9
* | | Made code segments and method names have fixed-width fontsDaniel Schierbeck2008-12-291-8/+9
* | | Merge commit 'mainstream/master'Pratik Naik2008-12-281-3/+49
|\ \ \ | | |/ | |/|
| * | Inline code comments for class_eval/module_eval [#1657 state:resolved]Xavier Noria2008-12-281-1/+47
| |/
| * Refactor ActiveRecord::Base#new_record? [#1647 state:committed]Yaroslav Markin2008-12-271-1/+1
| * ActiveRecord::Base#new_record? now returns false for existing records (was ni...Yaroslav Markin2008-12-271-2/+2
* | Rewrite ActiveRecord::Base.delete docs for clarity, and mention return valueChris Kampmeier2008-12-271-12/+13
* | Documentation for merged joinsPivotal Labs2008-12-261-3/+8
|/
* ActiveRecord::QueryCache middlewareJoshua Peek2008-12-221-1/+1
* Ensure Model#last doesn't affects order for another finders inside the same s...Daniel Luz2008-12-211-3/+8
* Merge docrailsPratik Naik2008-12-191-2/+1
* Make exceptions raise from find_by_foo! have a more helpful message [#1567 st...Frederick Cheung2008-12-181-1/+1
* Update documentation for default_scopeDaniel Luz2008-12-161-2/+2
* Benchmark.msJeremy Kemper2008-12-091-2/+2
* Merge with docrailsPratik Naik2008-12-071-14/+42
* Add :having option to find, to use in combination with grouped finds. Also ad...miloops2008-12-011-3/+6
* get activerecord tests passing with lazy loadingJoshua Peek2008-11-241-0/+3
* Autoload ActiveRecord filesJoshua Peek2008-11-241-0/+11
* Docfix [#1444 state:committed]David Heinemeier Hansson2008-11-231-2/+2
* Fix default_scope to work in combination with named scopesTom Stuart2008-11-171-1/+1
* Ensure shared default_scoping stack is duped before assigning to thread localJoshua Peek2008-11-161-1/+1
* Added default_scope to Base [#1381 state:committed] (Paweł Kondzior)Pratik Naik2008-11-161-1/+15
* Revert "Added default_scope to Base [#1381 state:committed] (Paweł Kondzior)...David Heinemeier Hansson2008-11-161-10/+0
* Added default_scope to Base [#1381 state:committed] (Paweł Kondzior)David Heinemeier Hansson2008-11-161-0/+10
* Moved the * strings out of construct_finder_sql to a new default_select metho...Will Bryant2008-11-151-1/+9
* Fix memory leak issue in ActiveRecord scoped_methodsJoshua Peek2008-11-061-2/+1
* Make #destroy write 1 line into log (instead of 3) (Dmitry Sokurenko) [#689 s...David Heinemeier Hansson2008-10-291-4/+5
* Fixed that serialized strings should never be type-casted (i.e. turning "Yes"...David Heinemeier Hansson2008-10-271-1/+1
* Fixed issue where block is not called on the very first invocation of a find_...Ken Miller2008-10-241-2/+2
* Merge docrailsPratik Naik2008-10-161-1/+2
* Merge docrailsPratik Naik2008-10-051-26/+124
* Dynamic finders should use the ActiveRecord::Base::find method instead of ::f...Eloy Duran2008-10-031-4/+4
* Allowed passing arrays-of-strings to :join everywhere. Merge duplicate join s...Pivotal Labs2008-09-241-13/+21
* Add Model#delete instance method, similar to Model.delete class method. [#108...Hongli Lai (Phusion2008-09-211-0/+10
* Multiparameter attributes skip time zone conversion for time-only columns [#1...gbuesing2008-09-141-1/+1
* Fix ActiveRecord::Base.quote_bound_value for ActiveSupper::Multibyte::Chars v...Manfred Stienstra2008-09-111-1/+1
* Support :limit on update_all so that has_many with :limit can be safely updatedTarmo Tänav2008-09-101-3/+17
* Missing doc updatesDavid Heinemeier Hansson2008-09-091-1/+1
* Added find_last_by dynamic finder [status:committed #762]miloops2008-09-091-0/+1
* Revert "Revert "Raise UnknownAttributeError when unknown attributes are suppl...Jeremy Kemper2008-09-081-1/+9
* Revert "Raise UnknownAttributeError when unknown attributes are supplied via ...Jeremy Kemper2008-09-061-9/+1