aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
Commit message (Expand)AuthorAgeFilesLines
* Clean up the implementation of AR::DirtySean Griffin2015-09-242-0/+33
* Fix typo in ignored_columns test [skip ci]Jon Atack2015-09-241-1/+1
* Implement ActiveRecord::Base.ignored_columnsJean Boussier2015-09-241-0/+18
* Merge pull request #21550 from didacte/unscope-associationsSean Griffin2015-09-241-0/+21
|\
| * Include association's `unscope` when preloadingJimmy Bourassa2015-09-091-0/+21
* | Merge pull request #21697 from gdeglin/fix_returning_disabled_default_values_bugSean Griffin2015-09-241-0/+14
|\ \
| * | Fix a bug with returning_disabled when using the postgresql adapterGeorge Deglin2015-09-201-0/+15
* | | Merge pull request #21218 from repinel/fix-as-callback-terminatorKasper Timm Hansen2015-09-231-1/+0
|\ \ \
| * | | Fix the AS::Callbacks terminator regression from 4.2.3Roque Pinel2015-09-221-1/+0
* | | | skipped assertion on datetime seconds precision as it is only valid for newer...Ronak Jangir2015-09-241-0/+1
* | | | Further remove reliance on subsecond precision in testsSean Griffin2015-09-231-6/+14
* | | | Don't rely on subsecond precision being applied in testsSean Griffin2015-09-235-5/+24
* | | | Don't attempt to specify datetime precision unless supportedSean Griffin2015-09-232-5/+5
* | | | Merge pull request #20317Sean Griffin2015-09-231-0/+13
|\ \ \ \ | |/ / / |/| | |
| * | | Fixed taking precision into count when assigning a value to timestamp attributeBogdan Gusiev2015-09-231-0/+13
* | | | Add tests for sanitize named bind arityyui-knk2015-09-231-3/+9
* | | | Merge pull request #21715 from rails/introduce_data_sourcesYves Senn2015-09-224-3/+31
|\ \ \ \
| * | | | introduce `conn.data_source_exists?` and `conn.data_sources`.Yves Senn2015-09-224-3/+31
* | | | | tests, use `if_exists: true` instead of `rescue nil`.Yves Senn2015-09-221-1/+1
|/ / / /
* | | | fix `bin/test -a sqlite3_mem`.Yves Senn2015-09-221-19/+13
* | | | Merge pull request #20569 from theSteveMitchell/masterYves Senn2015-09-221-6/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Check response of structure_load for mysql_database_tasks and make structure_...Steve Mitchell2015-09-181-3/+16
* | | | Eliminate `test_tables_quoting` following seems to be left in #21687Ronak Jangir2015-09-211-8/+0
* | | | Skip the test added in 9cc324a on buggy versions of SQliteSean Griffin2015-09-212-17/+22
* | | | Ensure aliased attributes passed to `select` are quoted if using `from`Sean Griffin2015-09-211-0/+10
* | | | Move the appropriate type tests to the Active Model suiteSean Griffin2015-09-215-292/+0
| |/ / |/| |
* | | Merge pull request #20009 from kamipo/foreign_keys_in_createJeremy Daer2015-09-201-0/+8
|\ \ \
| * | | Support for foreign keys in create tableRyuta Kamizono2015-09-201-0/+8
* | | | Merge pull request #21687 from kamipo/refactor_table_existsAndrew White2015-09-202-9/+1
|\ \ \ \
| * | | | Refactor `table_exists?` in AbstractMysqlAdapterRyuta Kamizono2015-09-202-9/+1
| |/ / /
* | | | :hocho: TyposAkira Matsuda2015-09-211-1/+1
* | | | :scissors: empty line at the top of filesAkira Matsuda2015-09-211-1/+0
|/ / /
* | | Merge pull request #17696 from kamipo/unsigned_integer_supportJeremy Daer2015-09-193-5/+76
|\ \ \
| * | | Add `unsigned` types for numeric data types in MySQLRyuta Kamizono2015-09-182-0/+26
| * | | Add `unsigned` support for numeric data types in MySQLRyuta Kamizono2015-09-183-5/+50
* | | | Merge pull request #19086 from kamipo/move_explain_into_abstract_mysql_adapterJeremy Daer2015-09-191-0/+27
|\ \ \ \
| * | | | Move `explain` into `AbstractMysqlAdapter`Ryuta Kamizono2015-03-011-0/+27
* | | | | Merge pull request #20645 from kamipo/fix_mysql_set_type_bugJeremy Daer2015-09-191-0/+4
|\ \ \ \ \
| * | | | | Fix the MySQL column type `SET` registration bugTaishi Kasuga2015-06-201-0/+4
* | | | | | Merge pull request #21609 from kamipo/do_not_dump_view_as_tableJeremy Daer2015-09-191-0/+31
|\ \ \ \ \ \
| * | | | | | Do not dump a view as a table in sqlite3, mysql and mysql2 adaptersRyuta Kamizono2015-09-131-0/+13
| * | | | | | Add `#views` and `#view_exists?` methods on connection adaptersRyuta Kamizono2015-09-131-0/+18
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #21607 from kamipo/remove_unnecessary_display_widthJeremy Daer2015-09-192-5/+5
|\ \ \ \ \ \
| * | | | | | Remove unnecessary display widthRyuta Kamizono2015-09-162-5/+5
| |/ / / / /
* | | | | | Merge pull request #21681 from kamipo/should_test_both_mysql_adaptersJeremy Daer2015-09-194-22/+18
|\ \ \ \ \ \
| * | | | | | Should test both mysql adaptersRyuta Kamizono2015-09-204-22/+18
* | | | | | | Merge pull request #21614 from kamipo/correctly_dump_composite_primary_keyJeremy Daer (Kemper)2015-09-192-1/+28
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Correctly dump composite primary keyRyuta Kamizono2015-09-202-1/+28
| | |_|_|/ / | |/| | | |
* / | | | | Remove `@connection` in `StatementPool`Ryuta Kamizono2015-09-202-2/+2
|/ / / / /
* | | | | File encoding is defaulted to utf-8 in Ruby >= 2.1Akira Matsuda2015-09-183-4/+0