aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
Commit message (Expand)AuthorAgeFilesLines
* Replaced all 'for' loops with Enumerable#eachNathan Broadbent2012-01-302-4/+4
* Add `create_join_table` migration helper to create HABTM join tablesRafael Mendonça França2012-01-273-1/+82
* Fix regression from Rails 3.1Paul McMahon2012-01-271-0/+11
* disable automatic explain if there is no logger [closes #4671]Xavier Noria2012-01-261-1/+15
* fix fixtures test as table_name is a string nowSergey Nartimov2012-01-261-2/+2
* call to_s on value passed to table_name=Sergey Nartimov2012-01-261-0/+5
* The primary key is always initialized in the @attributes hash to nil (unlessAaron Patterson2012-01-252-2/+3
* Handle nil in add_index :length option in MySQLPaul Sadauskas2012-01-241-1/+7
* Moving AR::TestCase in to the AR tests directoryAaron Patterson2012-01-242-1/+64
* Merge pull request #4558 from stephencelis/type-cast-unknown-should-failAaron Patterson2012-01-232-7/+5
|\
| * Don't type-cast unknown types to YAML.Stephen Celis2012-01-202-7/+5
* | Fix typoJari Jokinen2012-01-221-1/+1
* | change AR default_timezone to :utc since it's the default for AR::RailtieAkira Matsuda2012-01-211-2/+2
|/
* Fix another race condition.Jon Leighton2012-01-201-0/+8
* adding tests for previous_changes hashAaron Patterson2012-01-191-0/+25
* Add ActiveRecord::Base#with_lockOlek Janiszewski2012-01-181-0/+20
* Merge pull request #4487 from sarenji/fix-reset-countersAaron Patterson2012-01-171-2/+18
|\
| * Fix bug where reset_counters resets the wrong counter cache.David Peter2012-01-161-2/+18
* | disable transactions for this testAaron Patterson2012-01-171-1/+4
* | validate related records in the same validation context as parent.Emmanuel Oga2012-01-171-0/+17
|/
* stop more ddl changesAaron Patterson2012-01-162-14/+16
* stop ddl modifications for another testAaron Patterson2012-01-162-12/+10
* use one based indexes for the mock migrationsAaron Patterson2012-01-161-16/+16
* stop making ddl changes for migrator testsAaron Patterson2012-01-162-67/+78
* actually use the variable I created. :bomb: thanks @exvivaAaron Patterson2012-01-161-1/+1
* move another migrator to use sensorsAaron Patterson2012-01-162-12/+18
* Deprecate inferred JOINs with includes + SQL snippets.Jon Leighton2012-01-1615-56/+151
* infer references from Relation#orderJon Leighton2012-01-161-1/+21
* store references as a stringJon Leighton2012-01-162-6/+6
* automatically add references when we canJon Leighton2012-01-161-0/+14
* Make referencing an included item trigger eager loadingJon Leighton2012-01-161-0/+11
* Add ActiveRecord::Relation#references (#950)Jon Leighton2012-01-161-1/+14
* Revert "Deprecate implicit eager loading. Closes #950."Jon Leighton2012-01-1618-157/+89
* moving verbosity tests to the migrator test, removing ddl changesAaron Patterson2012-01-162-18/+24
* silencing migrator tests, refactoring the migration test helperAaron Patterson2012-01-163-22/+11
* fix tests on sqlite3Aaron Patterson2012-01-161-0/+4
* prefer method sensors over actual ddl changesAaron Patterson2012-01-162-69/+84
* testing the current version methodAaron Patterson2012-01-161-1/+26
* test that migrations have connections, and method missing delegatesAaron Patterson2012-01-161-7/+16
* making sure the temp connection and the real connection are different after dupAaron Patterson2012-01-161-3/+3
* Merge pull request #4480 from lest/use-rack-body-proxyJosé Valim2012-01-163-16/+14
|\
| * use Rack::BodyProxy in activerecord middlewaresSergey Nartimov2012-01-163-16/+14
* | Try to create schema migrations table in schema dumper testPiotr Sarnacki2012-01-161-0/+5
* | Fix ActiveRecord mysql testsPiotr Sarnacki2012-01-161-1/+2
|/
* make sure the migration table is alive and emptyAaron Patterson2012-01-131-0/+11
* refactor schema migration table creation to the schema migration modelAaron Patterson2012-01-131-0/+1
* stop depending on the filesystem for interleaved migration testsAaron Patterson2012-01-132-22/+49
* refactor the migrate method to filter migrations before running themAaron Patterson2012-01-131-1/+1
* move schema dumper tests to the correct classAaron Patterson2012-01-132-9/+10
* move another migrator test, use schema migration modelAaron Patterson2012-01-132-10/+9