aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21913 from kamipo/fix_subsecond_precision_supported_versionSean Griffin2015-10-081-3/+1
|\
| * Fix subsecond precision supported versionRyuta Kamizono2015-10-081-3/+1
* | Remove unused `pk_and_sequence_for` in AbstractMysqlAdapterRyuta Kamizono2015-10-081-24/+0
|/
* Implement equality comparison on `AttributeSet` and friendsSean Griffin2015-10-061-0/+10
* Merge pull request #21839 from andyatkinson/remove-unusued-scopesSean Griffin2015-10-023-10/+0
|\
| * Remove unused scopesAndy Atkinson2015-10-013-10/+0
* | Merge pull request #21539 from tgxworld/parameters_not_sanitizedSean Griffin2015-10-022-0/+58
|\ \
| * | Fix AC::Parameters not being sanitized for query methods.Guo Xiang Tan2015-10-022-0/+58
| |/
* | 💣Sean Griffin2015-10-021-1/+1
* | Fix test failures on MySQLSean Griffin2015-10-022-2/+4
* | Further encapsulate dirty checking on `Attribute`Sean Griffin2015-10-022-4/+38
|/
* Merge pull request #20574 from repinel/fix-db-fixtures-loadYves Senn2015-09-305-1/+68
|\
| * Allow fixtures YAML files to set the model class in the file itselfRoque Pinel2015-09-116-1/+69
* | Separate `dup` from `deep_dup` in the attributes hashSean Griffin2015-09-281-1/+19
* | Fix regression in inverse_of on through associationseileencodes2015-09-265-0/+23
* | `validates_acceptance_of` shouldn't require a database connectionSean Griffin2015-09-251-0/+11
* | Merge pull request #21758 from yui-knk/fix_sanitize_test_exampleEileen M. Uchitelle2015-09-251-4/+4
|\ \
| * | Quote prepared statements of `sanitize_sql_array`yui-knk2015-09-251-4/+4
* | | Don't assert fractional seconds can be applied on unsupported adaptersSean Griffin2015-09-241-0/+1
* | | Remove debug statementsSean Griffin2015-09-241-4/+1
* | | Add a few debug statements to figure out the build failureSean Griffin2015-09-241-0/+3
* | | 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-243-0/+24
|/ /
* | 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
* | | | | 0 precision is not the same as no precisionSean Griffin2015-09-231-8/+28
* | | | | Don't attempt to specify datetime precision unless supportedSean Griffin2015-09-233-13/+32
* | | | | Merge pull request #20317Sean Griffin2015-09-232-15/+28
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fixed taking precision into count when assigning a value to timestamp attributeBogdan Gusiev2015-09-232-15/+28
* | | | | Add tests for sanitize named bind arityyui-knk2015-09-231-3/+9
* | | | | Merge pull request #21715 from rails/introduce_data_sourcesYves Senn2015-09-226-7/+35
|\ \ \ \ \
| * | | | | introduce `conn.data_source_exists?` and `conn.data_sources`.Yves Senn2015-09-226-7/+35
* | | | | | 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-212-0/+14
* | | | 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