| Commit message (Expand) | Author | Age | Files | Lines |
* | Move comment up to the class, for both of the methods, and document on class ... | Vipul A M | 2016-05-01 | 1 | -1/+4 |
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-04-29 | 2 | -2/+7 |
|\ |
|
| * | s/statment/statement/ | Vipul A M | 2016-04-24 | 1 | -1/+1 |
| * | - Be consistent in providing file locations of schema, model and initializer | Vipul A M | 2016-04-13 | 1 | -1/+6 |
* | | test the number of times the schema is loading | Keenan Brock | 2016-04-28 | 1 | -0/+53 |
* | | schema_load triggers 2nd schema_load (via locking) | Keenan Brock | 2016-04-28 | 1 | -1/+1 |
* | | Prep Rails 5 beta 4 | eileencodes | 2016-04-27 | 2 | -1/+3 |
* | | Merge pull request #24730 from vipulnsward/move-savepoints | Rafael França | 2016-04-25 | 2 | -4/+4 |
|\ \ |
|
| * | | Move remaining current_savepoint_name to savepoints module | Vipul A M | 2016-04-25 | 2 | -4/+4 |
* | | | Dont simply assume a type is a valid database type. This is only always true ... | Vipul A M | 2016-04-25 | 3 | -1/+16 |
|/ / |
|
* | | Add Expression Indexes and Operator Classes support for PostgreSQL | Ryuta Kamizono | 2016-04-24 | 10 | -38/+112 |
* | | remove_index do not fetch indexes if name is specified | Seva Orlov | 2016-04-24 | 3 | -1/+23 |
* | | Follow up of #23461 | Vipul A M | 2016-04-24 | 4 | -6/+8 |
* | | Include the Savepoints module in all adapters. | Vipul A M | 2016-04-24 | 7 | -17/+10 |
* | | :nodoc: internal StatementPool class. | Vipul A M | 2016-04-24 | 1 | -1/+1 |
* | | Merge pull request #23461 from kamipo/prepared_statements_for_mysql2_adapter | Jeremy Daer | 2016-04-23 | 4 | -55/+160 |
|\ \ |
|
| * | | Add prepared statements support for `Mysql2Adapter` | Ryuta Kamizono | 2016-04-21 | 4 | -56/+159 |
* | | | Merge pull request #24708 from kamipo/move_select_rows_implementation_to_supe... | Jeremy Daer | 2016-04-23 | 2 | -5/+1 |
|\ \ \ |
|
| * | | | Move `select_rows` implementation to super class | Ryuta Kamizono | 2016-04-24 | 2 | -5/+1 |
* | | | | Merge pull request #24705 from kamipo/add_nodoc_to_insert_versions_sql | Guillermo Iguaran | 2016-04-23 | 2 | -2/+2 |
|\ \ \ \ |
|
| * | | | | Add `:nodoc:` to `insert_versions_sql` [ci skip] | Ryuta Kamizono | 2016-04-24 | 2 | -2/+2 |
| |/ / / |
|
* | | | | Merge pull request #24706 from kamipo/remove_in_doc_about_mysql_versions_below_5 | Guillermo Iguaran | 2016-04-23 | 1 | -3/+1 |
|\ \ \ \ |
|
| * | | | | Remove in the doc about MySQL versions below 5 [ci skip] | Ryuta Kamizono | 2016-04-24 | 1 | -3/+1 |
| |/ / / |
|
* / / / | Move `require 'ipaddr'` in `postgresql/oid/cidr.rb` | Ryuta Kamizono | 2016-04-24 | 2 | -2/+2 |
|/ / / |
|
* | | | Followup of #15771 | Vipul A M | 2016-04-24 | 2 | -0/+10 |
* | | | Schema load: Fix dupe version insert | Jeremy Daer | 2016-04-22 | 1 | -1/+1 |
* | | | Merge pull request #24685 from vipulnsward/sqlite-compat-for-multi-insert | Jeremy Daer | 2016-04-22 | 4 | -4/+43 |
|\ \ \ |
|
| * | | | https://github.com/rails/rails/commit/42dd2336b31a8d98776d039a2b9fd7f834156a7... | Vipul A M | 2016-04-23 | 4 | -4/+43 |
* | | | | Do not attempt to return connection with open transaction to pool (#24610) | Sean Griffin | 2016-04-22 | 2 | -7/+10 |
|/ / / |
|
* | | | Merge pull request #24672 from mrkjlchvz/mc-space-bump | Rafael França | 2016-04-21 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Minor space bump. | Mark | 2016-04-21 | 1 | -1/+1 |
* | | | | Revert "add doc for `:type` option of `#create_join_table` [ci skip]" | प्रथमेश Sonpatki | 2016-04-21 | 1 | -2/+0 |
* | | | | add doc for `:type` option of `#create_join_table` [ci skip] | yuuji.yaginuma | 2016-04-21 | 1 | -0/+2 |
| |/ /
|/| | |
|
* | | | Merge pull request #24221 from gregmolnar/uuid | Kasper Timm Hansen | 2016-04-20 | 2 | -2/+10 |
|\ \ \ |
|
| * | | | add column type option to create_join_table to support uuid | Greg Molnar | 2016-03-17 | 2 | -2/+10 |
* | | | | Merge pull request #23557 from kamipo/dump_indexes_in_create_for_generates_sq... | Jeremy Daer | 2016-04-20 | 4 | -32/+55 |
|\ \ \ \ |
|
| * | | | | Dump indexes in `create_table` for generates SQL in one query | Ryuta Kamizono | 2016-04-20 | 4 | -32/+52 |
* | | | | | `undef_method` is not needed | Ryuta Kamizono | 2016-04-19 | 1 | -2/+3 |
|/ / / / |
|
* | | | | Fix `test_blank_columns_created_in_block` | Ryuta Kamizono | 2016-04-20 | 1 | -1/+1 |
* | | | | Remove unecessary comment | Jon Moss | 2016-04-19 | 1 | -1/+1 |
* | | | | Database comments: Treat blank comments as no comment. Don't dump blank comme... | Jeremy Daer | 2016-04-19 | 3 | -57/+98 |
* | | | | Define `arel_visitor` method on all adapters | Ryuta Kamizono | 2016-04-20 | 4 | -1/+13 |
* | | | | Remove unused `table_with_autoincrement` table | Ryuta Kamizono | 2016-04-19 | 1 | -4/+0 |
* | | | | Merge pull request #24317 from Gaurav2728/unused_set_in_active_record | Jeremy Daer | 2016-04-19 | 2 | -3/+0 |
|\ \ \ \ |
|
| * | | | | connection adapters column, delegation in Active Record have not use of ‘se... | Gaurav Sharma | 2016-03-31 | 2 | -3/+0 |
* | | | | | Merge pull request #24503 from prathamesh-sonpatki/add-test-for-warn-on-recor... | Jeremy Daer | 2016-04-19 | 1 | -11/+23 |
|\ \ \ \ \ |
|
| * | | | | | Add missing test case for record_fetched_greater_than config | Prathamesh Sonpatki | 2016-04-11 | 1 | -11/+23 |
* | | | | | | Merge pull request #24576 from yahonda/quote_column_name_for_reserved_word_size | Jeremy Daer | 2016-04-19 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | Address ORA-00923 error by quoting a reserved word "SIZE" | Yasuo Honda | 2016-04-16 | 1 | -1/+1 |
* | | | | | | | Merge pull request #23497 from kamipo/extract_schema_qualified_name | Jeremy Daer | 2016-04-19 | 1 | -8/+15 |
|\ \ \ \ \ \ \ |
|