aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract
Commit message (Expand)AuthorAgeFilesLines
* Fix Rubocop violations and fix documentation visibilityRafael Mendonça França2016-12-282-12/+12
* Privatize unneededly protected methods in Active RecordAkira Matsuda2016-12-242-15/+14
* No need to nodoc private methodsAkira Matsuda2016-12-241-3/+3
* Describe what we are protectingAkira Matsuda2016-12-231-0/+2
* fix QueryCache nil dupRichard Monette2016-12-151-2/+2
* Merge pull request #26687 from kamipo/fix_add_index_to_normalize_optionsMatthew Draper2016-12-061-0/+1
|\
| * Fix `add_index` to normalize column names and optionsRyuta Kamizono2016-10-031-1/+2
* | Change MySQL and Postgresql to use Bigint primary keysJon McCartie2016-12-052-2/+2
* | Don't try to run multiple insert queries at onceSean Griffin2016-12-051-5/+9
* | Clear available connections immediatelyMatthew Draper2016-11-271-0/+2
* | Distribute connections to previously blocked threads when we're doneMatthew Draper2016-11-251-19/+17
* | Merge pull request #27057 from kamipo/fix_race_conditionMatthew Draper2016-11-191-6/+7
|\ \
| * | Fix the race condition caused by `with_new_connections_blocked`Ryuta Kamizono2016-11-181-8/+4
|/ /
* | Merge pull request #26905 from bogdanvlviv/docsAndrew White2016-11-133-8/+8
|\ \
| * | Add missing `+` around a some literals.bogdanvlviv2016-10-273-8/+8
* | | Merge pull request #26978 from matthewd/query-cache-poolMatthew Draper2016-11-102-0/+28
|\ \ \
| * | | Configure query caching (per thread) on the connection poolMatthew Draper2016-11-062-0/+28
* | | | Add ActiveRecord::Base.connection_pool.statPavel2016-11-091-0/+18
|/ / /
* | | Merge pull request #26909 from matthewd/query-cache-connectionMatthew Draper2016-11-061-0/+2
|\ \ \
| * | | Clear query cache during checkin, instead of an execution callbackMatthew Draper2016-10-271-0/+2
| |/ /
* | | Add more rubocop rules about whitespacesRafael Mendonça França2016-10-293-3/+3
* | | Merge pull request #26688 from kamipo/remove_respond_to_indexesKasper Timm Hansen2016-10-281-4/+0
|\ \ \
| * | | Remove unnecessary `respond_to?(:indexes)` checkingRyuta Kamizono2016-10-031-4/+0
| | |/ | |/|
* | | Use Regexp#match? rather than Regexp#===Ryuta Kamizono2016-10-261-1/+1
| |/ |/|
* | Fix indentation of code examplesOrhan Toy2016-10-191-4/+4
* | Extract `format_colspec` to format column specRyuta Kamizono2016-10-111-3/+1
* | `name` is not a column optionRyuta Kamizono2016-10-102-3/+2
* | Dump index options to pretty formatRyuta Kamizono2016-10-101-1/+1
* | Prevent to create blank commentRyuta Kamizono2016-10-081-2/+2
|/
* Preserve cached queries name in AS notificationsJean Boussier2016-09-221-4/+10
* Force correct namespace when using TransactionManagerArthur Neves2016-09-161-1/+1
* fix typo in `add_column` doc [ci skip]yuuji.yaginuma2016-09-161-1/+1
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-142-44/+44
* 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