aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Fix merge conflicts for #18856Sean Griffin2015-10-201-1/+1
|\
| * Match table names exactly on MySQLMatt Jones2015-02-083-15/+3
* | Merge pull request #21883 from tarzan/cache-key-too-preciseSean Griffin2015-10-203-6/+39
|\ \
| * | fixes #21815Maarten Jacobs2015-10-163-6/+39
* | | Do not cache prepared statements that are unlikely to have cache hitsSean Griffin2015-10-202-2/+2
* | | Merge pull request #21932 from kamipo/add_stored_procedure_test_in_mysql2Sean Griffin2015-10-206-17/+62
|\ \ \
| * | | Add stored procedure test in mysql2Ryuta Kamizono2015-10-155-16/+61
| * | | Make `AbstractMysqlAdapter#version` publicRyuta Kamizono2015-10-151-1/+1
* | | | Merge pull request #21962 from kamipo/fix_tinyblobSean Griffin2015-10-205-5/+5
|\ \ \ \
| * | | | Fix to correctly schema dump the `tinyblob`Ryuta Kamizono2015-10-155-5/+5
| |/ / /
* | | | Merge pull request #21974 from jbranchaud/reorder-has-many-assocation-constra...Rafael Mendonça França2015-10-202-5/+20
|\ \ \ \
| * | | | Reorder application of has_many association constraints.jbranchaud2015-10-191-0/+20
* | | | | Changed the order of Association constraints from where->order->unscope to un...kal2015-10-202-0/+5
* | | | | Green version of moving the handling of supported arguments to `where`yui-knk2015-10-181-7/+4
|/ / / /
* | | | Suppress warnings of `assigned but unused variable`yui-knk2015-10-171-2/+0
* | | | `where` raises ArgumentError on unsupported types.Jake Worth2015-10-161-0/+6
| |/ / |/| |
* | | Add deprecation warning to `ActiveRecord::Relation#update`Ted Johansson2015-10-151-0/+7
|/ /
* | `:to_table` when adding a fk through `add_reference`.Yves Senn2015-10-131-0/+9
* | Merge pull request #21288 from yahonda/mysql_requires_passwordArthur Nogueira Neves2015-10-121-1/+1
|\ \
| * | Allow mysql and mysql2 tests run by database user with passwordYasuo Honda2015-08-181-1/+1
* | | Merge pull request #21931 from paul/bugfix/remove-deprecated-pg_dump-flagYves Senn2015-10-121-4/+4
* | | Merge pull request #11410 from bogdan/increment-concurencyJeremy Daer2015-10-101-0/+9
|\ \ \
| * | | Make #increment! and #decrement! methods concurency safeBogdan Gusiev2015-10-051-0/+9
* | | | 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
|\ \ \ \ \