Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | Use spec key, when given as spec_id | Arthur Neves | 2016-05-05 | 1 | -1/+8 | |
| * | | | | | | | | Better specification_id method | Arthur Neves | 2016-05-05 | 1 | -10/+7 | |
| * | | | | | | | | Rename method | Arthur Neves | 2016-05-05 | 1 | -3/+3 | |
| * | | | | | | | | Refactor connection handler | Arthur Neves | 2016-05-05 | 4 | -50/+53 | |
* | | | | | | | | | Allow the connection adapters to determine the order of bind params | Sean Griffin | 2016-05-06 | 2 | -4/+28 | |
* | | | | | | | | | Merge pull request #24869 from vipulnsward/change-example | Rafael França | 2016-05-05 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Change to use a more realistic example and not giving the impression that des... | Vipul A M | 2016-05-05 | 1 | -3/+3 | |
* | | | | | | | | | | Merge pull request #24868 from vipulnsward/delegate_encode_with | Rafael França | 2016-05-05 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | delegate encode_with instead of to_yaml, which is deprecated | Vipul A M | 2016-05-05 | 1 | -1/+1 | |
* | | | | | | | | | | [ci skip] Don't promote SQL interpolation. | Kasper Timm Hansen | 2016-05-05 | 1 | -2/+2 | |
* | | | | | | | | | | Merge pull request #24859 from y-yagi/do_not_pass_conditon_to_destroy_all | Vipul A M | 2016-05-05 | 2 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | do not pass conditions to `#destroy_all` [ci skip] | yuuji.yaginuma | 2016-05-05 | 2 | -3/+3 | |
| |/ / / / / / / / | ||||||
* / / / / / / / / | Fix some typos in comments. | Joe Rafaniello | 2016-05-04 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Fix small typo in Active Record Migrations documentation [ci skip] | Erol Fornoles | 2016-05-03 | 1 | -1/+1 | |
* | | | | | | | | Do not delegate `AR::Base#empty?` to `all` | Sean Griffin | 2016-05-02 | 1 | -1/+1 | |
* | | | | | | | | Add `:nodoc:` to `schema_creation` [ci skip] | Ryuta Kamizono | 2016-05-02 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #24713 from tomkadwill/fix_counter_cache_increment | Sean Griffin | 2016-04-30 | 2 | -0/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix counter_cache double increment bug | Tom Kadwill | 2016-04-28 | 2 | -0/+3 | |
* | | | | | | | | | Replace `Rails.version.to_f` with Active Record | Jon Moss | 2016-04-30 | 1 | -1/+1 | |
* | | | | | | | | | Extract `add_sql_comment!` method | Ryuta Kamizono | 2016-04-29 | 2 | -17/+10 | |
* | | | | | | | | | Treat blank comments as no comment for indexes | Ryuta Kamizono | 2016-04-29 | 2 | -5/+1 | |
* | | | | | | | | | Migrations: move version-finding responsibility | yui-knk | 2016-04-29 | 2 | -7/+11 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | 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 | |
* | | | | | | | | | 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 | 1 | -1/+1 | |
| |_|_|_|_|/ / |/| | | | | | | ||||||
* | | | | | | | 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 | 2 | -1/+5 | |
|/ / / / / / | ||||||
* | | | | | | Add Expression Indexes and Operator Classes support for PostgreSQL | Ryuta Kamizono | 2016-04-24 | 4 | -18/+46 | |
* | | | | | | remove_index do not fetch indexes if name is specified | Seva Orlov | 2016-04-24 | 1 | -1/+7 | |
* | | | | | | 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 | 3 | -55/+153 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add prepared statements support for `Mysql2Adapter` | Ryuta Kamizono | 2016-04-21 | 3 | -56/+155 | |
* | | | | | | | 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 | 1 | -0/+4 | |
* | | | | | | | 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 | 3 | -4/+25 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | https://github.com/rails/rails/commit/42dd2336b31a8d98776d039a2b9fd7f834156a7... | Vipul A M | 2016-04-23 | 3 | -4/+25 | |
* | | | | | | | | Do not attempt to return connection with open transaction to pool (#24610) | Sean Griffin | 2016-04-22 | 1 | -2/+3 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #24672 from mrkjlchvz/mc-space-bump | Rafael França | 2016-04-21 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ |