aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract
Commit message (Expand)AuthorAgeFilesLines
* Avoids mutating the original response in connection management middlewareKevin Buchanan2015-11-061-4/+3
* Require only necessary concurrent-ruby classes.Jerry D'Antonio2015-11-041-1/+1
* Remove incorrect commentsAndrew White2015-11-041-4/+0
* Extract native getter to attr_reader.jbranchaud2015-10-211-5/+1
* move documentation of column options to `add_column`. Closes #20400.Yves Senn2015-10-212-79/+81
* Do not cache prepared statements that are unlikely to have cache hitsSean Griffin2015-10-201-3/+16
* applies new doc guidelines to Active Record.Yves Senn2015-10-146-54/+60
* fix RDoc markup in `ConnectionPool`. [ci skip]Yves Senn2015-10-141-13/+13
* `:to_table` when adding a fk through `add_reference`.Yves Senn2015-10-132-3/+13
* Move the methods for schema dumping into `{mysql,postgresql}/schema_dumper.rb`Ryuta Kamizono2015-10-131-1/+1
* Merge pull request #21005 from jaredbeck/patch-1Arthur Nogueira Neves2015-10-041-1/+3
|\
| * Docs: Update options for add_referenceJared Beck2015-07-231-1/+3
* | Fix minor docs [ci skip] amitkumarsuroliya2015-09-281-1/+1
* | Fix proper fonts in `change_column_null` method docs. [ci skip]amitkumarsuroliya2015-09-271-2/+2
* | introduce `conn.data_source_exists?` and `conn.data_sources`.Yves Senn2015-09-221-0/+14
* | Merge pull request #21693 from joshuapinter/patch-1Jeremy Daer2015-09-201-0/+2
|\ \
| * | Add title for key lengths for multiple keys.Joshua Pinter2015-09-201-0/+2
* | | Support for foreign keys in create tableRyuta Kamizono2015-09-202-17/+25
|/ /
* | Merge pull request #21589 from kamipo/eliminate_duplicated_visit_table_defini...Jeremy Daer2015-09-191-2/+6
|\ \
| * | Eliminate the duplication code of `visit_TableDefinition`Ryuta Kamizono2015-09-161-5/+13
* | | Merge pull request #21609 from kamipo/do_not_dump_view_as_tableJeremy Daer2015-09-191-0/+13
|\ \ \
| * | | Add `#views` and `#view_exists?` methods on connection adaptersRyuta Kamizono2015-09-131-0/+13
* | | | Merge pull request #21607 from kamipo/remove_unnecessary_display_widthJeremy Daer2015-09-191-3/+3
|\ \ \ \
| * | | | Remove unnecessary display widthRyuta Kamizono2015-09-161-3/+3
| | |/ / | |/| |
* | | | Merge pull request #21608 from kamipo/eliminate_duplicated_options_include_de...Jeremy Daer2015-09-192-10/+8
|\ \ \ \
| * | | | Eliminate the duplicated `options_include_default?` methodRyuta Kamizono2015-09-132-10/+8
| | |/ / | |/| |
* | | | Merge pull request #21614 from kamipo/correctly_dump_composite_primary_keyJeremy Daer (Kemper)2015-09-193-4/+30
|\ \ \ \
| * | | | Correctly dump composite primary keyRyuta Kamizono2015-09-203-4/+30
* | | | | Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.Jerry D'Antonio2015-09-191-6/+6
|/ / / /
* | | | Merge pull request #21637 from amitsuroliya/doc_fixesKasper Timm Hansen2015-09-171-2/+2
|\ \ \ \
| * | | | Improved ActiveRecord Connection Pool docs [ci skip]amitkumarsuroliya2015-09-171-2/+2
| | |/ / | |/| |
* / | | s/Github/GitHub/Akira Matsuda2015-09-171-1/+1
|/ / /
* | | [ci skip] Remove `DEFAULT NULL` from examplesYasuo Honda2015-09-161-2/+2
* | | Fix doc of limit option for a text column [ci skip]Ryuta Kamizono2015-09-141-2/+2
|/ /
* | Updated MySQL documentation link to MySQL latest version 5.7 everywhere [ci s...amitkumarsuroliya2015-09-101-2/+2
* | Don't set the default argumentRafael Mendonça França2015-09-091-1/+1
* | Merge pull request #21548 from yui-knk/feature/define_tables_as_interfaceYves Senn2015-09-081-0/+5
|\ \
| * | Define `SchemaStatements#tables` as interfaceyui-knk2015-09-081-0/+6
|/ /
* | Support dropping indexes concurrently in PostgresGrey Baker2015-09-051-4/+1
* | Merge pull request #21282 from sjain1107/added_docsYves Senn2015-08-191-0/+3
|\ \
| * | Added docs for TableDefinition #coloumns & #remove_column [ci skip]sjain11072015-08-181-0/+3
|/ /
* / descriptive error message when fixtures contian a missing column.Yves Senn2015-08-131-2/+6
|/
* Fixes documentation typo.Дмитро Будник2015-07-231-2/+2
* Revert "Revert "Reduce allocations when running AR callbacks.""Guo Xiang Tan2015-07-161-2/+2
* Merge pull request #20699 from vngrs/foreign_key_with_table_name_suffix_and_p...Rafael Mendonça França2015-06-271-1/+4
|\
| * Add table name prefix and suffix support to add_foreign_key and remove_foreig...Mehmet Emin İNAÇ2015-06-251-1/+4
* | Add reversible syntax for change_column_defaultPrem Sichanugrist2015-06-262-3/+17
|/
* make `remove_index :table, :column` reversible.Yves Senn2015-06-151-1/+1
* Merge pull request #20226 from EpicH0liday/reversible-remove-foreign-keyYves Senn2015-06-121-1/+5
|\
| * Add an invert method for remove_foreign_keyAster Ryan2015-06-111-1/+6
|/