aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Made ArgumentError messages consistent.Philip Arndt2012-07-061-1/+1
| | |_|/ / | |/| | |
* | | | | fix quoting for ActiveSupport::Duration instancesFrancesco Rodriguez2012-07-042-0/+14
* | | | | remove duplicate requires of mocha.Aaron Patterson2012-07-031-1/+0
* | | | | Refactor references schema definitionsAleksey Magusev2012-07-031-16/+12
* | | | | Make references statements reversibleAleksey Magusev2012-07-031-3/+27
* | | | | Add references schema statementsAleksey Magusev2012-07-032-1/+112
* | | | | Don't mark the store as changed if an attribute isn't changed.kennyj2012-07-031-0/+5
|/ / / /
* | | | Use strings for the table namesRafael Mendonça França2012-07-011-1/+1
* | | | Unify the collation API for the database adptersRafael Mendonça França2012-07-013-8/+8
* | | | Merge pull request #6914 from lexmag/migration_testsRafael Mendonça França2012-07-012-37/+11
|\ \ \ \
| * | | | Refactor migration test_helperAleksey Magusev2012-07-012-37/+11
* | | | | Merge pull request #6913 from lexmag/column_exists_optionsCarlos Antonio da Silva2012-06-301-6/+12
|\ \ \ \ \
| * | | | | Add more options to column_exists? methodAleksey Magusev2012-06-301-6/+12
| |/ / / /
* | | | | Extract collation tasks to database tasks.kennyj2012-07-014-0/+68
* | | | | Remove ActiveRelation#inspectBrian Cardarella2012-06-291-1/+1
* | | | | Support collate and ctype on the PostgreSQL.kennyj2012-06-293-0/+20
* | | | | Remove some aggregation tests related to composed_ofCarlos Antonio da Silva2012-06-282-21/+0
* | | | | Move newly added multiparameter tests to base_test fileCarlos Antonio da Silva2012-06-282-35/+36
* | | | | Skip test_setting_time_attribute because Oracle databaseYasuo Honda2012-06-281-0/+2
* | | | | fix: limit of enum columns of mysqlYamada Masaki2012-06-284-0/+39
* | | | | Fixes #6825, adds tests covering cases and error possibilities, also changes ...Mauricio Linhares2012-06-271-0/+33
|/ / / /
* | / / Address test_basic_model test error with Oracle enhanced adapterYasuo Honda2012-06-271-1/+1
| |/ / |/| |
* | | Setup each test with default ActiveRecord timezone settings to ensure each te...Erich Menge2012-06-261-20/+8
* | | Merge pull request #6544 from flexoid/issue-6431Piotr Sarnacki2012-06-251-0/+4
|\ \ \
| * | | exists?(false) returns falseEgor Lynko2012-06-251-0/+4
* | | | Ensure Arel columns are typecasted properly when grouping with calculationCarlos Antonio da Silva2012-06-251-3/+7
|/ / /
* | | Revert "Merge pull request #6344"Piotr Sarnacki2012-06-253-16/+4
* | | Stop assuming strings for grouped calculationsErnie Miller2012-06-241-0/+5
|/ /
* | Move tasks(rake) tests to under the tasks dir.kennyj2012-06-244-0/+0
* | Add test cases for 46492949b8c09f99db78b9f7a02d039e7bc6a702Andrew White2012-06-231-0/+52
* | Allow precision option for postgresql datetimesTony Schneider2012-06-221-0/+65
* | Merge pull request #6800 from mschneider/dynamic_finders_for_aliased_attributesRafael Mendonça França2012-06-224-1/+14
|\ \
| * | made dynamic finders alias_attribute awareMaximilian Schneider2012-06-224-1/+14
* | | Refactor pluck with multiple columnsCarlos Antonio da Silva2012-06-221-10/+16
* | | ActiveRecord#pluck now accepts multiple columnsjeroeningen2012-06-221-1/+16
* | | Fix serializable_hash with xml generation and default :except optionCarlos Antonio da Silva2012-06-222-0/+30
* | | Add some coverage for AR serialization with serializable_hashCarlos Antonio da Silva2012-06-223-26/+113
* | | disallow mutating a relation once loadedJon Leighton2012-06-221-0/+27
* | | Improve the derivation of HABTM assocation join table namesAndrew White2012-06-226-18/+26
* | | explain listener does not care about time, so use evented listenerAaron Patterson2012-06-201-5/+5
* | | Refactor testcase codes. It's repeated.kennyj2012-06-211-132/+38
|/ /
* | Merge pull request #6798 from kennyj/db-rake-structure-loadCarlos Antonio da Silva2012-06-204-34/+107
|\ \
| * | Remove duplicated codes.kennyj2012-06-211-41/+11
| * | Refactor db:structure:load task.kennyj2012-06-214-0/+103
* | | Merge pull request #4396 from kennyj/fix_4259Rafael Mendonça França2012-06-201-0/+32
|\ \ \ | |/ / |/| |
| * | Fix GH #4259. We must remove table_name_prefix and table_name_suffix, when we...kennyj2012-01-101-0/+32
* | | Extract conditional to a method to avoid duplicationRafael Mendonça França2012-06-191-0/+3
* | | handle joins/includes correctly for pluck and calculation.Andrey Deryabin2012-06-191-0/+43
* | | Merge pull request #6782 from kennyj/db-rake-structure-dumpRafael Mendonça França2012-06-194-1/+106
|\ \ \
| * | | Refactor db:structure:dump task.kennyj2012-06-204-1/+106