Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | Merge pull request #24980 from merhard/virtual-attribute-default | Sean Griffin | 2016-05-11 | 2 | -1/+10 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Define ActiveRecord::Attribute::Null#type_cast | Matthew Erhard | 2016-05-11 | 2 | -1/+10 | |
* | | | | | | | | | remove_connection should not remove parent connection | Arthur Neves | 2016-05-11 | 2 | -1/+9 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #24971 from arthurnn/arthurnn/dont_cache_specification_name | Arthur Nogueira Neves | 2016-05-11 | 2 | -2/+11 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Dont cache the conn_spec_name when empty | Arthur Neves | 2016-05-11 | 2 | -2/+11 | |
* | | | | | | | | | Set conn_spec_name after remove | Arthur Neves | 2016-05-11 | 1 | -2/+2 | |
|/ / / / / / / / | ||||||
* | | | | | | | | [ci skip] Update documents of `ConnectionHandler` | yui-knk | 2016-05-11 | 1 | -3/+1 | |
* | | | | | | | | Make sure we reset the connection_specification_name on | Arthur Neves | 2016-05-10 | 2 | -1/+22 | |
| |_|_|/ / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #24950 from kamipo/should_quote_lock_name | Rafael França | 2016-05-10 | 2 | -5/+5 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Should quote `lock_name` to pass to `get_advisory_lock` | Ryuta Kamizono | 2016-05-10 | 2 | -5/+5 | |
* | | | | | | | | Merge pull request #24939 from Neodelf/again_with_loop | Xavier Noria | 2016-05-10 | 1 | -2/+1 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Replacement cycle for readability | Molchanov Andrey | 2016-05-10 | 1 | -2/+1 | |
* | | | | | | | | Add migration compatibility class for Rails 5.1 | Rafael Mendonça França | 2016-05-10 | 1 | -1/+4 | |
* | | | | | | | | Start Rails 5.1 development :tada: | Rafael Mendonça França | 2016-05-10 | 2 | -2116/+3 | |
|/ / / / / / / | ||||||
* | | | | | | | Replacement cycle for readability | Molchanov Andrey | 2016-05-09 | 1 | -2/+2 | |
* | | | | | | | Followup to #24844 | Jon Moss | 2016-05-07 | 2 | -3/+4 | |
* | | | | | | | Preparing for 5.0.0.rc1 release | Rafael Mendonça França | 2016-05-06 | 2 | -1/+6 | |
| |_|_|_|/ / |/| | | | | | ||||||
* | | | | | | Merge pull request #24844 from arthurnn/arthurnn/conn | Arthur Nogueira Neves | 2016-05-06 | 11 | -92/+109 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Update docs for connection handler | Arthur Neves | 2016-05-06 | 1 | -2/+5 | |
| * | | | | | | s/specification_name/connection_specification_name | Arthur Neves | 2016-05-06 | 4 | -14/+14 | |
| * | | | | | | s/specification_id/specification_name | Arthur Neves | 2016-05-05 | 8 | -48/+48 | |
| * | | | | | | Retrive the right pool for db tasks | Arthur Neves | 2016-05-05 | 1 | -2/+2 | |
| * | | | | | | inline retrive_conn_pool method | Arthur Neves | 2016-05-05 | 1 | -12/+8 | |
| * | | | | | | Better code readability | Arthur Neves | 2016-05-05 | 2 | -4/+2 | |
| * | | | | | | Test to swap connection at runtime | Arthur Neves | 2016-05-05 | 1 | -0/+7 | |
| * | | | | | | fix test | Arthur Neves | 2016-05-05 | 1 | -8/+7 | |
| * | | | | | | Add spec_id tests | Arthur Neves | 2016-05-05 | 1 | -0/+9 | |
| * | | | | | | Use spec key, when given as spec_id | Arthur Neves | 2016-05-05 | 2 | -20/+23 | |
| * | | | | | | 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 | 9 | -83/+88 | |
* | | | | | | | Merge pull request #24871 from vipulnsward/disable-transaction-failure | Arthur Nogueira Neves | 2016-05-06 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | We are erroring due to nested transaction failures from mysql on test_migrate... | Vipul A M | 2016-05-06 | 1 | -0/+2 | |
* | | | | | | | | Allow the connection adapters to determine the order of bind params | Sean Griffin | 2016-05-06 | 3 | -4/+46 | |
|/ / / / / / / | ||||||
* | | | | | | | 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 | 3 | -3/+3 | |
|/ / / / / / | ||||||
* | | | | | | Followup of #24835 | Vipul A M | 2016-05-03 | 3 | -5/+5 | |
* | | | | | | Merge pull request #24833 from Erol/fix-typo | प्रथमेश Sonpatki | 2016-05-03 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix small typo in Active Record Migrations documentation [ci skip] | Erol Fornoles | 2016-05-03 | 1 | -1/+1 | |
* | | | | | | | remove `empty?` from CHANGELOG [ci skip] | yuuji.yaginuma | 2016-05-03 | 1 | -2/+1 | |
|/ / / / / / | ||||||
* | | | | | | Do not delegate `AR::Base#empty?` to `all` | Sean Griffin | 2016-05-02 | 2 | -7/+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 | 3 | -0/+14 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix counter_cache double increment bug | Tom Kadwill | 2016-04-28 | 3 | -0/+14 |