aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Define attribute query methods to avoid method_missing calls. Closes #3677.Jeremy Kemper2006-02-271-5/+8
* CHANGED DEFAULT: ActiveRecord::Base.schema_format is now :ruby by default ins...David Heinemeier Hansson2006-02-271-1/+1
* Added support for nested scopes (closes #3407) [anna@wota.jp]David Heinemeier Hansson2006-02-261-23/+66
* Aesthetics, babyDavid Heinemeier Hansson2006-02-261-3/+5
* Updated docs (closes #3799) [ruby@bobsilva.com]David Heinemeier Hansson2006-02-251-0/+10
* Added calculations: Base.count, Base.average, Base.sum, Base.minimum, Base.ma...David Heinemeier Hansson2006-02-251-55/+0
* Reflections don't attempt to resolve module nesting of association classes. S...Jeremy Kemper2006-02-221-5/+7
* Added :count option to pagination that'll make it possible for the ActiveReco...David Heinemeier Hansson2006-02-201-1/+1
* * Fix pagination problems when using includeMichael Koziarski2006-02-091-7/+53
* Just go with Subclasses instead of OnlySubclassesDavid Heinemeier Hansson2006-02-041-4/+2
* Remove definition of reloadable? from ActiveRecord::Base to make way for new ...Nicholas Seckar2006-02-021-8/+0
* Add Reloadable::OnlySubclasses which handles the common case where a base cla...Nicholas Seckar2006-02-021-2/+3
* Added reusable reloading support through the inclusion of the Relodable modul...David Heinemeier Hansson2006-01-291-0/+1
* Make dynamic finders honor additional passed in :conditions. Closes #3569.Marcel Molina2006-01-221-2/+9
* Add AR::Base.base_class for querying the ancestor AR::Base subclass [Jamis Buck]Jamis Buck2006-01-201-4/+16
* Don't alter the Hash passed to attributes=, closes #3385Michael Koziarski2006-01-141-2/+3
* Fixed that .with_scope imposed create parameters bypass attr_protectedTobias Lütke2006-01-101-2/+3
* Don't raise an exception when there are more keys than there are named bind v...Marcel Molina2006-01-051-1/+0
* Sanitize scoped conditions.Marcel Molina2006-01-041-1/+1
* ActiveRecord::Base.schema_ignore_tables => ActiveRecord::SchemaDumper.ignore_...Tobias Lütke2005-12-241-6/+0
* SchemaDumper now doesn't fail anymore when there are unknown column types in ...Tobias Lütke2005-12-241-0/+6
* Fix form_for use of datetime_select and date_select as well as a few stylisti...David Heinemeier Hansson2005-12-211-3/+4
* made .find() and class method delegation work on :through relationsTobias Lütke2005-12-201-2/+2
* Reloading an instance refreshes its aggregations as well as its associations....Jeremy Kemper2005-12-081-0/+1
* Clear the connection cache entry when a new connection is established on the ...Jeremy Kemper2005-12-051-20/+0
* Connection cache to speed up retrieve_connection and get rid of dirty connect...Jeremy Kemper2005-12-041-1/+7
* Added preliminary support for join models [DHH] Added preliminary support for...David Heinemeier Hansson2005-12-031-2/+7
* r3181@asus: jeremy | 2005-11-19 02:52:24 -0800Jeremy Kemper2005-11-191-5/+1
* Don't generate read methods for columns whose names are not valid ruby method...Jeremy Kemper2005-11-191-1/+10
* r3095@asus: jeremy | 2005-11-15 22:40:51 -0800Jeremy Kemper2005-11-161-6/+13
* Correct documentation for Base.delete_all. References #1568.Jeremy Kemper2005-11-141-1/+1
* r4325@asus: jeremy | 2005-11-12 03:57:46 -0800Jeremy Kemper2005-11-121-5/+12
* Update docs for AR::Base#clone.Jeremy Kemper2005-11-101-1/+5
* Add :group option, correspond to GROUP BY, to the find method and to the has_...Jeremy Kemper2005-11-101-1/+4
* r2915@asus: jeremy | 2005-11-06 05:02:53 -0800Jeremy Kemper2005-11-061-40/+62
* Added extension capabilities to has_many and has_and_belongs_to_many proxies ...David Heinemeier Hansson2005-11-041-16/+54
* Correct reader method generation for primary key attribute: handle case when ...Jeremy Kemper2005-11-021-12/+11
* A missing primary key column shouldn't raise an error when generating its err...Jeremy Kemper2005-11-011-1/+1
* Added migration support to SQL Server adapter (please someone do the same for...David Heinemeier Hansson2005-10-281-0/+16
* r3800@sedna: jeremy | 2005-10-28 00:39:05 -0700Jeremy Kemper2005-10-281-9/+16
* Added :offset and :limit to the kinds of options that Base.constrain can use ...David Heinemeier Hansson2005-10-261-1/+4
* r2736@asus: jeremy | 2005-10-24 17:08:12 -0700Jeremy Kemper2005-10-251-0/+1
* r2726@asus: jeremy | 2005-10-24 14:11:59 -0700Jeremy Kemper2005-10-241-1/+1
* Clarify semantics of ActiveRecord::Base#respond_to? Closes #2560.Jeremy Kemper2005-10-221-13/+26
* HABTM finder sets :readonly => false. Closes #2525.Jeremy Kemper2005-10-201-3/+5
* Parenthesize :conditionsJeremy Kemper2005-10-181-2/+2
* r3616@asus: jeremy | 2005-09-26 23:09:28 -0700Jeremy Kemper2005-10-161-4/+4
* Allow ARStore::Session to indicate that it should not be reloaded in dev modeJamis Buck2005-10-151-1/+15
* squash the memleak in dev mode finally (fingers crossed, here)Jamis Buck2005-10-151-0/+4
* Eliminate an obsolete comment.Marcel Molina2005-10-151-2/+0