Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge pull request #26343 from ccutrer/runner_from_stdin | Sean Griffin | 2017-07-17 | 4 | -2/+20 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | support `-` as an argument to `rails runner` | Cody Cutrer | 2017-07-17 | 4 | -2/+20 | |
|/ / / / / / | ||||||
* / / / / / | Rename helper to force_lazy_load_hooks. | Kasper Timm Hansen | 2017-07-17 | 1 | -14/+14 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #29801 from kamipo/extract_null_relation_test | Sean Griffin | 2017-07-17 | 2 | -118/+82 | |
|\ \ \ \ \ | ||||||
| * | | | | | Ensure calculation methods execute no queries | Ryuta Kamizono | 2017-07-15 | 1 | -60/+14 | |
| * | | | | | Extract `NullRelationTest` from `RelationTest` | Ryuta Kamizono | 2017-07-15 | 2 | -118/+128 | |
* | | | | | | Merge pull request #29799 from kamipo/remove_outdated_test_scoped_responds_to... | Sean Griffin | 2017-07-17 | 1 | -8/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Remove outdated `test_scoped_responds_to_delegated_methods` | Ryuta Kamizono | 2017-07-15 | 1 | -8/+0 | |
* | | | | | | | Merge pull request #25564 from brewski/serializable_hash_fix | Sean Griffin | 2017-07-17 | 1 | -4/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Correctly handle frozen options for ActiveRecord::Serialization#serializable_... | Brian Abreu | 2016-12-09 | 2 | -5/+3 | |
* | | | | | | | | Merge pull request #29757 from lugray/hash_with_indifferent_access_default | Sean Griffin | 2017-07-17 | 2 | -10/+56 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix HashWithIndifferentAccess#default when include?(nil) | Lisa Ugray | 2017-07-17 | 2 | -10/+56 | |
* | | | | | | | | | Merge pull request #29796 from kamipo/fix_where_with_custom_table | Sean Griffin | 2017-07-17 | 2 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix `where` with a custom table | Ryuta Kamizono | 2017-07-18 | 2 | -5/+5 | |
* | | | | | | | | | | Merge pull request #29816 from kamipo/persistence_delete_should_not_be_affect... | Sean Griffin | 2017-07-17 | 2 | -1/+12 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | `Persistence#delete` should not be affected by scoping | Ryuta Kamizono | 2017-07-18 | 2 | -1/+12 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #29313 from Shopify/bootsnap | Rafael França | 2017-07-17 | 5 | -0/+15 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Add bootsnap to default Gemfile: | Burke Libbey | 2017-07-17 | 5 | -0/+15 | |
* | | | | | | | | | | Merge pull request #29788 from kamipo/remove_unused_mutex_m | Rafael França | 2017-07-17 | 4 | -11/+7 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Make `generated_attribute_methods` to private | Ryuta Kamizono | 2017-07-14 | 3 | -6/+6 | |
| * | | | | | | | | | | Remove unused `Mutex_m` in Active Model | Ryuta Kamizono | 2017-07-14 | 2 | -6/+2 | |
| | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #29793 from arthurnn/arthurnn/param_encoding_error_msg | Rafael França | 2017-07-17 | 2 | -2/+3 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Scrub the invalid paramter value before using it in the error | Arthur Neves | 2017-07-17 | 2 | -2/+3 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #27662 from nhorton/patch-1 | Sean Griffin | 2017-07-17 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fixing "Adding Member Routes" documentation | Noah Horton | 2017-01-12 | 1 | -1/+1 | |
* | | | | | | | | | | Allow multiparameter assigned attributes to be used with `text_field` | Sean Griffin | 2017-07-17 | 5 | -1/+25 | |
* | | | | | | | | | | Merge pull request #29758 from glaucocustodio/patch-1 [ci skip] | Sean Griffin | 2017-07-17 | 2 | -2/+11 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Add documentation for class_attribute options | Glauco Custódio | 2017-07-17 | 2 | -2/+11 | |
* | | | | | | | | | | | Merge pull request #29825 from kamipo/remove_useless_arel_engine | Sean Griffin | 2017-07-17 | 4 | -19/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Remove useless `arel_engine` | Ryuta Kamizono | 2017-07-17 | 4 | -19/+3 | |
* | | | | | | | | | | | | Post.joins(:users) should not be affected by `User.current_scope` | Sean Griffin | 2017-07-17 | 3 | -4/+19 | |
* | | | | | | | | | | | | Merge pull request #28077 from Erol/make-reverse-merge-bang-order-consistent | Sean Griffin | 2017-07-17 | 4 | -5/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge branch 'master' into make-reverse-merge-bang-order-consistent | Sean Griffin | 2017-07-17 | 1531 | -11616/+18098 | |
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge pull request #29810 from kamipo/add_first_parameter_indentation | Matthew Draper | 2017-07-17 | 6 | -30/+34 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Enable `Layout/FirstParameterIndentation` cop | Ryuta Kamizono | 2017-07-17 | 6 | -30/+34 | |
* | | | | | | | | | | | | | Merge pull request #29821 from y-yagi/set_rails_env_before_load_application_file | Kasper Timm Hansen | 2017-07-17 | 2 | -4/+36 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Set `RAILS_ENV` before load application file | yuuji.yaginuma | 2017-07-17 | 2 | -4/+36 | |
* | | | | | | | | | | | | | Merge pull request #29819 from kirs/frozen-activemodel | Matthew Draper | 2017-07-17 | 117 | -0/+232 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Use frozen string literal in activemodel/ | Kir Shatrov | 2017-07-16 | 117 | -0/+232 | |
* | | | | | | | | | | | | | Merge pull request #29812 from kamipo/remove_unused_requires | Kasper Timm Hansen | 2017-07-16 | 2 | -5/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Remove unused requires | Ryuta Kamizono | 2017-07-16 | 2 | -5/+0 | |
* | | | | | | | | | | | | | | Merge pull request #29782 from y-yagi/follow_up_29699 | Kasper Timm Hansen | 2017-07-16 | 5 | -17/+50 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | add helper method for explicit lazy load | yuuji.yaginuma | 2017-07-16 | 1 | -13/+18 | |
| * | | | | | | | | | | | | | | Set `represent_boolean_as_integer` via `configuration` | yuuji.yaginuma | 2017-07-16 | 5 | -5/+33 | |
* | | | | | | | | | | | | | | | Merge pull request #29813 from kamipo/fix_create_with_multiparameter_attributes | Kasper Timm Hansen | 2017-07-16 | 2 | -16/+34 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Fix `create_with` with multiparameter attributes | Ryuta Kamizono | 2017-07-16 | 2 | -16/+34 | |
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge pull request #29814 from kamipo/dont_cache_scope_for_create | Kasper Timm Hansen | 2017-07-16 | 4 | -14/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Don't cache `scope_for_create` | Ryuta Kamizono | 2017-07-16 | 4 | -14/+6 | |
| |/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge pull request #29358 from robin850/dbconsole-connection | Kasper Timm Hansen | 2017-07-16 | 6 | -19/+128 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Properly expand the environment's name | Robin Dupret | 2017-07-16 | 6 | -7/+22 |