aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
Commit message (Expand)AuthorAgeFilesLines
...
| * | Removing composed_of from ActiveRecord.Steve Klabnik2012-06-185-401/+0
* | | Add ensure Joke.reset_sequence_nameYasuo Honda2012-06-191-0/+2
|/ /
* | Change minimum (default) log level in PostgreSQL to warning.kennyj2012-06-181-0/+4
* | fix invalid syntax and sqlite rake failing testsFrancesco Rodriguez2012-06-183-4/+6
* | Merge pull request #6761 from freelancing-god/db-rakeJon Leighton2012-06-174-0/+715
|\ \
| * | Rails is the default (but now override able) source for environment and path.Pat Allan2012-06-172-28/+32
| * | Cleaning up after some warnings, adding slightly higher-level tests.Pat Allan2012-06-172-2/+296
| * | db:drop and some of db:test:purge.Pat Allan2012-06-173-2/+180
| * | db:create for PostgreSQL pulled out into a class.Pat Allan2012-06-171-0/+57
| * | db:create for MySQL now much cleaner.Pat Allan2012-06-171-0/+120
| * | Confirm connection is not established if file exists.Pat Allan2012-06-171-1/+10
| * | A beginning of sorts.Pat Allan2012-06-171-0/+53
* | | Fix deprecation warnings when using config.active_record.mass_assignment_sani...Jon Leighton2012-06-151-0/+32
* | | Fix config.active_record.whitelist_attributes with AR::ModelJon Leighton2012-06-151-0/+27
* | | Simplify AR configuration code.Jon Leighton2012-06-152-3/+3
* | | Remove unneded tests.Rafael Mendonça França2012-06-141-11/+1
* | | Merge pull request #6713 from etehtsea/activerecord-uuidRafael Mendonça França2012-06-143-6/+22
|\ \ \
| * | | Add uuid type support to PostgreSQL adapterKonstantin Shabanov2012-06-143-6/+22
* | | | 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