aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Remove update_attribute.Steve Klabnik2012-06-144-66/+5
* | | | Need a assert here in testsArun Agrawal2012-06-121-2/+2
* | | | Merge pull request #6676 from aurelian/masterRafael Mendonça França2012-06-121-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Don't assign the attributes if the list is empty.Aurelian Oancea2012-06-081-0/+4
* | | | Remove warnings and unused codeRafael Mendonça França2012-06-112-7/+2
* | | | No need to cache table metadata in advance now that #6683 was merged.Rafael Mendonça França2012-06-112-16/+0
* | | | Merge pull request #6492 from pmahoney/fair-connection-pool2Rafael Mendonça França2012-06-114-1/+112
|\ \ \ \
| * | | | Make connection pool fair with respect to waiting threads.Patrick Mahoney2012-05-253-1/+108
| * | | | Cache metadata in advance to avoid extra sql statements while testing.Yasuo Honda2012-05-251-0/+7
* | | | | Merge pull request #6709 from amatsuda/sqlite3_version_is_always_gt_125Rafael Mendonça França2012-06-111-1/+1
|\ \ \ \ \
| * | | | | current AR::ConnectionAdapters::SQLite3Adapter supports only SQLite3 ~> 1.3.6Akira Matsuda2012-06-121-1/+1
* | | | | | TimeZone format is always /[+-]\d{2}:\d{2}/ in Ruby 1.9Akira Matsuda2012-06-121-1/+1
|/ / / / /
* | | | | Address ORA-00911 errors because of the heading underscore.Yasuo Honda2012-06-111-1/+1
* | | | | Fix that #exists? raises ThrowResult when called with an empty limitedBen Woosley2012-06-101-1/+6
* | | | | Add test to column alias in `exists?` SQL.Rafael Mendonça França2012-06-101-0/+6
* | | | | Merge pull request #6695 from kennyj/fix_6635Rafael Mendonça França2012-06-101-0/+9
|\ \ \ \ \
| * | | | | Fix #6635. We should call Scoping methods, before calling Array methods.kennyj2012-06-101-0/+9
* | | | | | Ensure that mass assignment options are preservedAndrew White2012-06-101-0/+22
|/ / / / /
* | | | | Use . instead of :: for class methods, add CHANGELOG entriesJosé Valim2012-06-101-2/+2
* | | | | Merge pull request #6665 from schneems/schneems/raise-migration-errorJosé Valim2012-06-101-0/+15
|\ \ \ \ \
| * | | | | raise error for pending migration schneems2012-06-091-2/+2
| * | | | | add convenience methods for checking migrationsschneems2012-06-031-0/+15
* | | | | | Fix fragile #assert_queries implementation and usages.Steve Jorgensen2012-06-094-6/+6
| |_|/ / / |/| | | |
* | | | | Skip two tests with polymorphic if current adapter is Oracle Adapter.Yasuo Honda2012-06-081-0/+3
* | | | | Merge pull request #6629 from marcandre/destroyCarlos Antonio da Silva2012-06-062-0/+9
|\ \ \ \ \
| * | | | | + ActiveRecord::Base#destroy!Marc-Andre Lafortune2012-06-062-0/+9
* | | | | | stop `to_s`ing method namesAkira Matsuda2012-06-062-3/+2
* | | | | | Merge pull request #6616 from dpassage/fix_resolver_test_sqlite3Carlos Antonio da Silva2012-06-051-0/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | The resolver tests fail if the mysql gem is not installed; this breaksDavid Paschich2012-06-031-0/+3
* | | | | | Add failing test for 3.2.5 datetime attribute regressionEvan Arnold2012-06-041-0/+11
|/ / / / /
* | | | | a test case that ensures AR::Relation#merge can merge associationsAkira Matsuda2012-06-031-0/+8
* | | | | modulize AR::NullRelationAkira Matsuda2012-06-011-1/+6
* | | | | Merge branch 'master-sec'Aaron Patterson2012-05-311-0/+19
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | predicate builder should not recurse for determining where columns.Aaron Patterson2012-05-301-0/+19
* | | | | Fix backward compatibility with stored Hash values. Wrap coders to convert se...Jeremy Kemper2012-05-301-13/+16
| |/ / / |/| | |
* | | | Merge pull request #5810 from kennyj/fix_5797Aaron Patterson2012-05-301-0/+9
|\ \ \ \
| * | | | Fix #5797. Error calling dup method on AR model with serialized fieldkennyj2012-05-301-0/+9
* | | | | Merge pull request #6386 from kennyj/fix_logs_name_consistencyAaron Patterson2012-05-304-15/+108
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix logs name consistency.kennyj2012-05-194-15/+108
* | | | | Add tests to delete by fixnum or string id with has many through associationsFrancesco Rodriguez2012-05-281-0/+20
* | | | | Fix failing build related to change in CollectionAssociation#deleteCarlos Antonio da Silva2012-05-291-1/+1
* | | | | Allow blocks for count with ActiveRecord::Relation. Document and test that su...chrisfinne2012-05-281-0/+16
* | | | | Add support for CollectionAssociation#delete by Fixnum or StringFrancesco Rodriguez2012-05-281-3/+17
| |_|/ / |/| | |
* | | | ConnectionPool wait_timeout no longer used for different types of timeouts. #...Jonathan Rochkind2012-05-233-5/+5
* | | | changed xml type datetime to dateTime, fixes #6328Angelo capilleri2012-05-231-7/+7
* | | | Revert "Merge pull request #6416 from pmahoney/threadsafe-connection-pool"Rafael Mendonça França2012-05-222-116/+1
| |/ / |/| |
* | | Merge pull request #6368 from Antiarchitect/store-indifferent-accessJeremy Kemper2012-05-221-0/+34
|\ \ \
| * | | Convert Hash to HashWithIndifferentAccess in ActiveRecord::Store.Andrey Voronkov2012-05-221-0/+34
* | | | Restore the frozen state on rollback. Fixes #6417.Godfrey Chan2012-05-211-0/+10
* | | | Remove not used variables from connection poll testCarlos Antonio da Silva2012-05-211-2/+2