aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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-281-20/+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-282-0/+20
* | | | 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-252-15/+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-223-1/+12
|\
| * made dynamic finders alias_attribute awareMaximilian Schneider2012-06-223-1/+12
* | 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-222-9/+81
* | disallow mutating a relation once loadedJon Leighton2012-06-221-0/+27
* | Improve the derivation of HABTM assocation join table namesAndrew White2012-06-223-15/+13
* | 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
* | | Merge pull request #6785 from kennyj/rename_testcase_nameCarlos Antonio da Silva2012-06-191-1/+1
|\ \ \
| * | | Rename testcase name. It's wrong in the context.kennyj2012-06-201-1/+1
| |/ /
* / / Rename MySQLTestPurge to MySQLPurgeTest for consistency.kennyj2012-06-201-1/+1
|/ /
* | Refactor db:charset taskSimon Jefford2012-06-194-3/+93
* | Validates_numericality_of is skipped when changing 0 to to non-empty stringAngelo capilleri2012-06-191-0/+10
* | Remember the stored attributes in a config attribute.Joost Baaij2012-06-181-1/+5
* | Merge pull request #6743 from steveklabnik/remove_composed_ofRafael Mendonça França2012-06-185-401/+0
|\ \