aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
...
* Don't remove scheduled destroys when loading an association. [#4642 state:res...James Le Cuirot2010-07-011-0/+6
* AssociationCollection#create_by_*, find_or_create_by_* work properly now. [#1...Aaron Patterson2010-06-291-0/+62
* Test that adding an index also doesn't raise an exception.J. Pablo Fernández2010-06-291-1/+1
* Replaced statement in comment with an assertionPaul Barry2010-06-291-2/+3
* Fixed error when removing an index from a table name values, which is a reser...J. Pablo Fernández2010-06-291-0/+16
* Push a failing test for issues [#4994] and [#5003].José Valim2010-06-292-0/+9
* Remove ActiveRecord::Base#class_name [#379 state:committed]David Trasbo2010-06-291-19/+0
* Add scoping and unscoped as the syntax to replace the old with_scope and with...José Valim2010-06-295-206/+405
* with_exclusive_scope does not work properly if ARel is passed. It does work n...Neeraj Singh2010-06-292-1/+13
* Move sqlite to sqlite3 for this tests to be run only on sqlite3 adapterSantiago Pastorino2010-06-282-0/+0
* Fixes #2415 by creating a new instance of the Model when saving attributes to...George Montana Harkin2010-06-271-13/+15
* adding adapter tests, avoiding private apis, fixing code in 1.9 [#4986 state:...Aaron Patterson2010-06-261-0/+56
* blocks removed from all the ActiveRelation query_methods, extend method added...Santiago Pastorino2010-06-261-1/+1
* Merge branch 'tago'José Valim2010-06-262-7/+107
|\
| * Add column and index query methods to ActiveRecord::SchemaAndrew White2010-06-262-7/+107
* | index dump should not include full text indexes. Thanks Ken Mayer for the ori...Aaron Patterson2010-06-261-0/+4
* | reorder method added to ActiveRelationSantiago Pastorino2010-06-261-0/+6
* | Test for concatenated orders addedSantiago Pastorino2010-06-262-1/+7
* | reorganizing adapter specific tests. [#4974 state:resolved]Aaron Patterson2010-06-2512-2/+2
|/
* Order is not guaranteed here, ordering by id of people table makes it workSantiago Pastorino2010-06-251-2/+2
* Support for multiple selects addedNeeraj Singh and Santiago Pastorino2010-06-252-3/+11
* Remove deprecated block usage in composed_of.Emilio Tagua2010-06-241-28/+0
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-241-5/+4
* Add tests for relation count. Fix other tests that were conceptually wrong.Emilio Tagua2010-06-242-2/+6
* adding fix for to_xml for ActiveRecord relation objectNeeraj Singh2010-06-231-0/+5
* ActiveRecord's relation object should respond to to_json and to_yamlNeeraj Singh2010-06-231-0/+10
* adding column named 'group' to ensure that nothing breaks given that 'group' ...Neeraj Singh2010-06-233-6/+7
* Don't clone associations [#4894 state:resolved]Paul Gillard2010-06-231-0/+8
* remove_column should raise an ArgumentError when no columns are passed [#4803...Jeff Dean2010-06-231-0/+4
* Avoid method redefined warningSantiago Pastorino2010-06-221-1/+4
* test for #4917Neeraj Singh2010-06-221-0/+7
* Fix order method to accept relation attributes.Emilio Tagua2010-06-221-2/+6
* Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has...Jeroen van Dijk2010-06-212-28/+34
* remove executable permission from files that don't need it. [#4802 state:reso...rohit2010-06-202-0/+0
* Don't overwrite unsaved updates when loading an association but preserve the ...James Le Cuirot2010-06-202-2/+23
* Merge branch 'master' of github.com:rails/railsJosé Valim2010-06-203-12/+18
|\
| * Fix test which prevents connection reset on failing and remove hardcoded conn...Master Lambaster2010-06-181-8/+7
| * Fix bug with rolling back frozen attributes.Brian Durand2010-06-182-4/+11
* | ActiveRecord and ActionPack now use the new descendants implementation.José Valim2010-06-191-4/+0
|/
* use assert_in_delta() for floating point comparisons in tests [#4871 state:re...Aaron Patterson2010-06-161-1/+1
* edit pass: the names of Rails components have a space, ie, "Active Record", n...Xavier Noria2010-06-141-1/+1
* Revert "Don't overwrite unsaved updates when loading an association but prese...José Valim2010-06-112-16/+2
* Validators should at model level and not at AR:Base level [Closes #4804]Neeraj Singh2010-06-101-0/+10
* Don't overwrite unsaved updates when loading an association but preserve the ...James Le Cuirot2010-06-092-2/+16
* Make sure about which is the first element of the query, fixes a postgresql 8...Santiago Pastorino2010-06-091-2/+2
* SQLite2Adapter doesn't existSantiago Pastorino2010-06-091-1/+1
* Revert "Temporarily revert "Update after_commit and after_rollback docs and t...Jeremy Kemper2010-06-082-0/+273
* Avoid PostgreSQL and MySQL tests warnings.Emilio Tagua2010-06-082-3/+6
* Fix ActiveRecord::Base.compute_type swallowing NoMethodError. [#4751 state:re...Andrew Bloomgarden2010-06-081-0/+17
* Add parentheses to avoid warnings when running AR tests.Emilio Tagua2010-06-081-4/+4