aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
...
* Let's initialize instance variables in the postgres adapter.Aaron Patterson2010-07-141-0/+17
* Remove unintentional API changes. [#1108]Pratik Naik2010-07-141-41/+9
* Style fixesPratik Naik2010-07-141-3/+1
* Set destroyed=true in opt locking's destroy [#5058 state:resolved]Jacob Lewallen2010-07-141-1/+2
* count method should not take options if it is operated on has_many associatio...Neeraj Singh2010-07-131-0/+26
* update_attributes and update_attributes! are now wrapped in a transactionNeeraj Singh2010-07-132-1/+24
* Added reorder delegation for ActiveRecord::Base(to be able to overwrite the d...Vitalii Khustochka2010-07-132-0/+7
* string IDs are now quoted correctly [#5064 state:resolved]Will St. Clair + Neeraj Singh2010-07-138-1/+52
* renaming test name to fix accidently overrideSubba Rao Pasupuleti2010-07-131-1/+1
* enable AS::JSON.encode to encode AR::Relation by providing `as_json` methodMislav Marohnić2010-07-131-0/+7
* with this fix touch method - does not call validations - doest not call callb...Neeraj Singh2010-07-131-0/+10
* primary key behavioral testsAaron Patterson2010-07-101-0/+17
* behavioral tests for sqlite adapterAaron Patterson2010-07-101-4/+77
* adding more behavioral tests for the sqlite adapterAaron Patterson2010-07-091-0/+20
* Return from ActiveRecord::Base#attributes= unless value is a hash [#4070 stat...David Trasbo2010-07-081-0/+7
* reset_counter should work with non-traditional belongs_to and polymorphic bel...Neeraj Singh2010-07-086-3/+43
* This patch changes update_attribute implementatino so:Neeraj Singh2010-07-083-13/+52
* Eager loading :through associations will join the :source model if there are ...Grant Ammons2010-07-082-0/+7
* Fix the #using_limitable_reflections? helper to work correctly by not examini...Ken Collins2010-07-081-0/+10
* Tests to specify the behaviour of ActiveRecord::Migrator.get_all_versions() [...Thiago Pradi2010-07-081-0/+14
* fix ActiveRecord `destroy_all` so it returns destroyed recordsMislav Marohnić2010-07-082-8/+19
* mass_assignment_security moved from AR to AMo, and minor test cleanupJosh Kalderimis2010-07-087-194/+11
* minor changes to mass assignment security patch to bring it in line with rail...Josh Kalderimis2010-07-084-131/+135
* Mass assignment security refactoringEric Chapweske2010-07-085-13/+135
* This test never runs and it has never run. Since the day this fileNeeraj Singh2010-07-081-4/+0
* Fixed gruoped_by_title spelling [#5063 state:committed]Ben Somers2010-07-082-3/+3
* adding some behavioral tests for the sqlite adapter. [#5065 state:resolved]Aaron Patterson2010-07-071-0/+100
* 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