aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* ActiveRecord::Base.remove_connection explicitly closes database connections a...Jeremy Kemper2006-02-267-14/+45
* fix method scoping test for postgresqlJeremy Kemper2006-02-261-1/+1
* Added support for nested scopes (closes #3407) [anna@wota.jp]David Heinemeier Hansson2006-02-263-33/+248
* Aesthetics, babyDavid Heinemeier Hansson2006-02-261-3/+5
* Fixed db2 connection with empty user_name and auth options (closes #3622) [ph...David Heinemeier Hansson2006-02-262-1/+3
* Fixed validates_length_of to work on UTF-8 strings by using characters instea...David Heinemeier Hansson2006-02-254-21/+163
* Compatibility patches for calculationsDavid Heinemeier Hansson2006-02-252-34/+32
* Updated docs (closes #3799) [ruby@bobsilva.com]David Heinemeier Hansson2006-02-251-0/+10
* Fixed that reflections would bleed across class boundaries in single-table in...David Heinemeier Hansson2006-02-254-4/+10
* Makes ActiveRecord::Schema respect AR::Base.table_name_prefix (closes #3848) ...David Heinemeier Hansson2006-02-251-2/+2
* Documentation fixes (closes #3838)David Heinemeier Hansson2006-02-253-3/+3
* Added calculations: Base.count, Base.average, Base.sum, Base.minimum, Base.ma...David Heinemeier Hansson2006-02-256-55/+347
* fix test for postgresqlJeremy Kemper2006-02-231-1/+1
* Renamed Errors#count to Errors#size but kept an alias for the old name (and i...David Heinemeier Hansson2006-02-232-1/+6
* Reflections don't attempt to resolve module nesting of association classes. S...Jeremy Kemper2006-02-226-14/+77
* Improved the Oracle OCI Adapter with better performance for column reflection...David Heinemeier Hansson2006-02-216-30/+54
* Added :count option to pagination that'll make it possible for the ActiveReco...David Heinemeier Hansson2006-02-203-3/+25
* test_find_or_create_from_two_attributes is a duplicate of test_find_or_create...David Heinemeier Hansson2006-02-191-4/+4
* save polymorphic joins from the has_many|one association (closes #3812) [Rick...David Heinemeier Hansson2006-02-124-4/+34
* Fix Syntax error in mysql.sql, Drop table readers and run aaa_create_tables f...Michael Koziarski2006-02-1010-2/+11
* Add missing models and fixtureMichael Koziarski2006-02-102-0/+8
* Allow has_many :through to work with :include [Michael Schoen]. Closes #3611Michael Koziarski2006-02-1013-4/+73
* PostgreSQL: smarter schema dumps using pk_and_sequence_for(table). Closes #2920.Jeremy Kemper2006-02-092-2/+16
* SQLServer: more compatible limit/offset emulation. Closes #3779.Jeremy Kemper2006-02-092-1/+5
* Closes #3784.Jeremy Kemper2006-02-091-5/+5
* Update AR default timezone docs.Jeremy Kemper2006-02-091-1/+1
* SQL Server cannot sort on type text. This causes three errors in the activere...Jeremy Kemper2006-02-091-2/+2
* Polymorphic join support for has_one associations (has_one :foo, :as => :bar)...Jeremy Kemper2006-02-096-4/+24
* defaults_test gets a dummy test method so it has at least one test to runJeremy Kemper2006-02-091-0/+4
* PostgreSQL: correctly parse negative integer column defaults. References #3776.Jeremy Kemper2006-02-094-2/+20
* * Fix pagination problems when using includeMichael Koziarski2006-02-097-31/+149
* ActiveRecord::RecordInvalid now states which validations failed in its defaul...Tobias Lütke2006-02-052-2/+4
* Update versions to match latest from stableDavid Heinemeier Hansson2006-02-052-2/+2
* Just go with Subclasses instead of OnlySubclassesDavid Heinemeier Hansson2006-02-041-1/+1
* Just go with Subclasses instead of OnlySubclassesDavid Heinemeier Hansson2006-02-041-4/+2
* Using AssociationCollection#build with arrays of hashes should call build, no...David Heinemeier Hansson2006-02-032-1/+3
* Remove definition of reloadable? from ActiveRecord::Base to make way for new ...Nicholas Seckar2006-02-022-8/+2
* Add Reloadable::OnlySubclasses which handles the common case where a base cla...Nicholas Seckar2006-02-022-7/+5
* Fixed schema handling for DB2 adapter that didn't work: an initial schema cou...David Heinemeier Hansson2006-02-013-8/+13
* Silly meDavid Heinemeier Hansson2006-02-012-7/+0
* Added Errors#any? to mean !Errors#empty? [DHH]David Heinemeier Hansson2006-02-012-0/+7
* Support the :column option for remove_index with the PostgreSQL adapter. Clos...Marcel Molina2006-01-312-7/+3
* Added reusable reloading support through the inclusion of the Relodable modul...David Heinemeier Hansson2006-01-293-1/+9
* Add documentation for add_index and remove_index. Closes #3600.Marcel Molina2006-01-252-1/+13
* If the OCI library is not available, raise an exception indicating as much. C...Marcel Molina2006-01-252-0/+10
* give helpful error messages when fixtures accessed style table_name(:name) ca...Tobias Lütke2006-01-251-1/+5
* AR should run schema.rb for tests when building test DBs (closes #3578) [Rick...David Heinemeier Hansson2006-01-233-1/+3
* Add explicit :order in finder tests as postgresql orders results differently ...Marcel Molina2006-01-222-1/+3
* Make dynamic finders honor additional passed in :conditions. Closes #3569.Marcel Molina2006-01-224-3/+30
* Show a meaningful error when the DB2 adapter cannot be loaded due to missing ...Nicholas Seckar2006-01-222-0/+10