aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Enforce frozen string in RubocopKir Shatrov2017-07-0111-0/+11
| * | | Merge pull request #29506 from pat/frozen-string-literalsMatthew Draper2017-07-023-6/+6
| |\ \ \
| | * | | Make ActiveRecord frozen string literal friendly.Pat Allan2017-06-203-6/+6
| * | | | Don't cache queries for schema statementsRyuta Kamizono2017-06-302-10/+24
| | |/ / | |/| |
* / | | [Active Record] require => require_relativeAkira Matsuda2017-07-011-1/+1
|/ / /
* | | Should use the same connection in using query cacheRyuta Kamizono2017-06-291-0/+1
* | | Merge pull request #29405 from kamipo/locked_should_not_build_arelRafael França2017-06-281-0/+1
|\ \ \
| * | | Remove delegating to arel in a relationRyuta Kamizono2017-06-291-0/+1
* | | | Avoid begin/rescue in fixture quotingKir Shatrov2017-06-201-5/+4
* | | | Use bulk INSERT to insert fixturesKir Shatrov2017-06-201-6/+50
|/ / /
* | | Merge pull request #29486 from kirs/fixtures-arelRafael França2017-06-191-4/+11
|\ \ \ | |/ / |/| |
| * | Refactor #insert_fixtures to use ArelKir Shatrov2017-06-191-4/+11
* | | Merge pull request #29431 from kamipo/fix_create_table_with_query_from_relationMatthew Draper2017-06-171-1/+6
|\ \ \ | |/ / |/| |
| * | Fix `create_table` with query from relationRyuta Kamizono2017-06-131-1/+6
* | | Fix `dump_schema_information` with empty versionsRyuta Kamizono2017-06-151-1/+1
|/ /
* | Remove `null_allowed` option from doc [ci skip]yuuji.yaginuma2017-06-101-2/+1
* | [ci skip] Add missing `be`Prathamesh Sonpatki2017-06-031-1/+1
* | Merge pull request #29135 from Nerian/document_support_for_composite_primary_...Eileen M. Uchitelle2017-06-021-0/+19
|\ \
| * | Document support for composite primary keysNerian2017-05-181-0/+19
* | | Merge pull request #29145 from kamipo/reference_type_should_be_not_nullMatthew Draper2017-05-241-1/+1
|\ \ \
| * | | Both reference id and type should be `NOT NULL` if `null: false` is specifiedRyuta Kamizono2017-05-191-1/+1
| |/ /
* / / [Foreign Key] Don't worry about the building identifier if name is already pr...Mohit Natoo2017-05-101-2/+3
|/ /
* | Clarify deprecation message for #quoted_idMatthew Draper2017-05-051-1/+8
* | Deprecate `supports_statement_cache?`Ryuta Kamizono2017-05-011-2/+3
* | Lock connection before checking it inMatthew Draper2017-04-261-6/+8
* | Fix typos [ci skip]Tobias Fankhänel2017-04-251-2/+2
* | Fix the doc on the `IndexDefinition` [ci skip]Ryuta Kamizono2017-04-171-1/+1
* | Refactor `indexes` things in connection adaptersRyuta Kamizono2017-04-161-1/+26
|/
* Add comprehensive locking around DB transactionsMatthew Draper2017-04-111-39/+49
* Fix example usage of ActiveRecord::Base.establish_connectionSimon Dawson2017-03-301-1/+1
* Make internal methods to privateRyuta Kamizono2017-03-273-34/+51
* Fix `LogSubscriber` to allow legacy `binds`Ryuta Kamizono2017-03-231-8/+7
* Merge pull request #28487 from kamipo/remove_duplicated_columns_definitionRafael França2017-03-201-3/+5
|\
| * Remove duplicated `columns` definitionRyuta Kamizono2017-03-201-3/+5
* | Merge pull request #27939 from kamipo/fix_select_all_with_legacy_bindsRafael França2017-03-201-1/+5
|\ \ | |/ |/|
| * Fix `select_all` with legacy `binds`Ryuta Kamizono2017-02-121-1/+5
* | Merge pull request #28068 from kamipo/refactor_data_sourcesRafael França2017-03-131-2/+18
|\ \
| * | Extract `data_source_sql` to refactor data source statementsRyuta Kamizono2017-02-201-2/+18
* | | Extract `SchemaMigration.all_versions`Ryuta Kamizono2017-03-061-2/+2
* | | Remove useless `Migrator.schema_migrations_table_name`Ryuta Kamizono2017-03-051-2/+2
* | | Don't hide method that's been documented API since Rails 2.1Andrew White2017-03-041-3/+3
* | | Fix `rake db:schema:load` with subdirectoriesRyuta Kamizono2017-03-051-5/+4
* | | Don't share `options` with a reference type columnRyuta Kamizono2017-03-041-7/+3
* | | `create_join_table` should respect `references` column typeRyuta Kamizono2017-02-281-7/+5
* | | Merge pull request #25285 from kamipo/fix_remove_reference_to_multiple_foreig...Rafael França2017-02-231-0/+1
|\ \ \
| * | | Fix `remove_reference` to multiple foreign keys in the same tableRyuta Kamizono2017-02-111-0/+1
| | |/ | |/|
* | | Deprecate using `#quoted_id` in quotingRyuta Kamizono2017-02-241-0/+2
* | | Fix type casting AR object to respect the primary key cast type's serializationRyuta Kamizono2017-02-241-2/+13
* | | Correctly dump native timestamp types for MySQLRyuta Kamizono2017-02-231-1/+1
* | | Ensure test threads share a DB connectioneileencodes2017-02-202-17/+31