aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* Move establish_connection to handlerArthur Neves2016-05-241-1/+9
* [ci skip] Update retrieve_connection_pool commentBenjamin Quorning2016-05-201-7/+1
* [ci skip] Update documents of `ConnectionHandler`yui-knk2016-05-111-3/+1
* Replacement cycle for readabilityMolchanov Andrey2016-05-091-2/+2
* Followup to #24844Jon Moss2016-05-071-0/+2
* Update docs for connection handlerArthur Neves2016-05-061-2/+5
* s/specification_id/specification_nameArthur Neves2016-05-051-16/+16
* inline retrive_conn_pool methodArthur Neves2016-05-051-12/+8
* Refactor connection handlerArthur Neves2016-05-051-37/+20
* Move remaining current_savepoint_name to savepoints moduleVipul A M2016-04-251-0/+4
* Add Expression Indexes and Operator Classes support for PostgreSQLRyuta Kamizono2016-04-241-3/+17
* remove_index do not fetch indexes if name is specifiedSeva Orlov2016-04-241-1/+7
* Include the Savepoints module in all adapters.Vipul A M2016-04-242-8/+1