aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract
Commit message (Expand)AuthorAgeFilesLines
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-011-2/+2
* Merge pull request #26217 from kamipo/revert_23067Rafael França2016-08-191-1/+1
|\
| * Revert "`sql_for_insert` returns values for passing to `exec_insert`"Ryuta Kamizono2016-08-191-1/+1
* | Added nil case handling to allow rollback migration in case oftravis.h.oneill@gmail.com2016-08-172-2/+3
|/
* Merge pull request #26002 from kamipo/sql_for_insert_should_be_called_inside_...Rafael França2016-08-171-2/+2
|\
| * `sql_for_insert` should be called inside `exec_insert`Ryuta Kamizono2016-08-061-2/+2
* | Add array column documentationoss922016-08-161-0/+4
* | Merge pull request #26151 from kamipo/avoid_to_allow_unused_splat_argsRafael França2016-08-161-3/+1
|\ \
| * | Avoid to allow unused splat args for `t.timestamps` in `create_table`Ryuta Kamizono2016-08-141-3/+1
* | | Merge pull request #26155 from kamipo/refactor_quoted_columns_for_indexRafael Mendonça França2016-08-161-13/+16
|\ \ \
| * | | Refactor `quoted_columns_for_index` by extracted `add_options_for_index_columns`Ryuta Kamizono2016-08-141-13/+16
| |/ /
* | | Merge pull request #26019 from agrobbin/schema-load-unique-column-indicesRafael França2016-08-162-3/+3
|\ \ \
| * | | support multiple indexes on the same column when loading the schemaAlex Robbin2016-08-022-3/+3
* | | | Add three new rubocop rulesRafael Mendonça França2016-08-163-13/+13
| |/ / |/| |
* | | Fix a NoMethodError schema_statements.rbGenadi Samokovarov2016-08-101-1/+1
* | | applies remaining conventions across the projectXavier Noria2016-08-063-7/+0
* | | normalizes indentation and whitespace across the projectXavier Noria2016-08-066-338/+338
* | | modernizes hash syntax in activerecordXavier Noria2016-08-063-5/+5
* | | applies new string literal convention in activerecord/libXavier Noria2016-08-068-31/+31
| |/ |/|
* | Make `name` and `binds` to optional args for `exec_{insert,update,delete}`Ryuta Kamizono2016-08-041-3/+3
* | Remove extra connection pool creationArthur Neves2016-08-021-1/+0
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-08-021-1/+1
|\ \ | |/ |/|
| * Fix documentation of `index` option for the `add_reference` method [ci skip]Prathamesh Sonpatki2016-07-161-1/+1
* | Remove `prepare_binds_for_database` internal methodRyuta Kamizono2016-07-282-5/+1
* | Merge pull request #25938 from kamipo/decouple_statement_cache_from_connectio...Rafael França2016-07-271-3/+4
|\ \
| * | Decouple statement cache from connection adapterRyuta Kamizono2016-07-241-3/+4
* | | Merge pull request #25408 from kamipo/should_not_reuse_quoted_trueYves Senn2016-07-271-4/+4
|\ \ \
| * | | Quoting booleans should return a frozen stringRyuta Kamizono2016-07-271-4/+4
| |/ /
* / / Extract `type_casted_binds` methodRyuta Kamizono2016-07-261-0/+4
|/ /
* | Merge pull request #25578 from kamipo/move_warning_about_composite_primary_ke...Rafael França2016-07-201-8/+3
|\ \
| * | Move the warning about composite primary key to `AttributeMethods::PrimaryKey`Ryuta Kamizono2016-07-021-8/+3
* | | Merge pull request #25889 from kamipo/do_not_dup_binds_in_to_sqlRafael França2016-07-201-1/+1
|\ \ \
| * | | Do not `binds.dup` in `connection#to_sql`Ryuta Kamizono2016-07-191-1/+1
* | | | Merge pull request #25869 from kamipo/specificiation_id_was_renamed_to_spec_nameRafael França2016-07-201-1/+1
|\ \ \ \
| * | | | `specificiation_id` was renamed to `spec_name`Ryuta Kamizono2016-07-181-1/+1
| |/ / /
* / / / Fix `payload[:class_name]` to `payload[:spec_name]`Ryuta Kamizono2016-07-171-1/+1
|/ / /
* | | Merge pull request #20818 from jeremywadsack/use_transactional_fixtures_all_d...Rafael França2016-07-171-0/+15
|\ \ \
| * | | Create connection.active_record notification and use that to ensure that lazy-Jeremy Wadsack2016-07-121-0/+15
| | |/ | |/|
* / | Add newline between each migration in `structure.sql`Grey Baker2016-07-141-2/+2
|/ /
* | [ci skip] Update documentation in AR SchemaStatementsAlex Kitchens2016-07-071-12/+12
* | Merge pull request #25707 from matthewd/double-reapMatthew Draper2016-07-071-9/+15
|\ \
| * | Make connection stealing more explicitMatthew Draper2016-07-061-4/+9
| * | Reduce locking by taking ownership of stale connectionsMatthew Draper2016-07-061-9/+8
| * | Re-check that the connection is still stale before we reap itMatthew Draper2016-07-061-0/+2
| |/
* / [ci skip] Update ConnectionPool documentation for readabilityAlex Kitchens2016-07-061-21/+21
|/
* Reuse existing validate_index_length! methodPrathamesh Sonpatki2016-06-091-7/+7
* Fix failing testsSean Griffin2016-06-021-4/+5
* Respect options passed to `foreign_key` when reverting `add_reference`Sean Griffin2016-05-311-4/+9
* Add to_hash to specificationArthur Neves2016-05-251-2/+1
* Remove `name` from `establish_connection`Arthur Neves2016-05-241-10/+7