| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #29655 from kirs/frozen-friendly-ap-ar | Matthew Draper | 2017-07-10 | 1 | -1/+2 |
|\ |
|
| * | Prepare AP and AR to be frozen string friendly | Kir Shatrov | 2017-07-06 | 1 | -1/+2 |
* | | Merge pull request #29715 from reverbdotcom/ptd/fix-invalid-uuids | Matthew Draper | 2017-07-09 | 1 | -1/+1 |
|\ \ |
|
| * | | Don't allow uuids with orphan curly braces | pdebelak | 2017-07-07 | 1 | -1/+1 |
* | | | Merge pull request #28867 from eugeneius/skip_query_cache_in_batches | Matthew Draper | 2017-07-09 | 5 | -19/+37 |
|\ \ \ |
|
| * | | | Skip query cache for in_batches and friends | Eugene Kenny | 2017-07-06 | 5 | -19/+37 |
* | | | | Merge pull request #29692 from fimmtiu/avoid-translating-non-database-exceptions | Matthew Draper | 2017-07-09 | 1 | -2/+4 |
|\ \ \ \ |
|
| * | | | | Don't translate non-database exceptions. | Dennis Taylor | 2017-07-05 | 1 | -2/+4 |
| |/ / / |
|
* | | | | Merge pull request #29495 from eugeneius/_write_attribute | Matthew Draper | 2017-07-09 | 6 | -13/+19 |
|\ \ \ \ |
|
| * | | | | Rename raw_write_attribute to write_attribute_without_type_cast | Eugene Kenny | 2017-07-07 | 3 | -8/+8 |
| * | | | | Improve the performance of writing attributes | Eugene Kenny | 2017-06-18 | 4 | -8/+14 |
* | | | | | Merge pull request #29706 from kamipo/use_information_schema_to_extract_expre... | Matthew Draper | 2017-07-09 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | Use `information_schema` to extract `generation_expression` for MariaDB | Ryuta Kamizono | 2017-07-07 | 1 | -1/+1 |
| | |_|/ /
| |/| | | |
|
* / | | | | Fix default `CURRENT_TIMESTAMP` in schema dumping for MariaDB 10.2 | Ryuta Kamizono | 2017-07-07 | 1 | -2/+2 |
|/ / / / |
|
* | / / | Fix extracting MariaDB version | Ryuta Kamizono | 2017-07-07 | 1 | -2/+6 |
| |/ /
|/| | |
|
* | | | Merge pull request #29413 from kamipo/fix_association_with_scope_including_joins | Rafael França | 2017-07-04 | 5 | -70/+46 |
|\ \ \ |
|
| * | | | Fix eager loading association with scope including joins | Ryuta Kamizono | 2017-07-04 | 2 | -11/+21 |
| * | | | Fix preloading association with scope including joins | Ryuta Kamizono | 2017-07-04 | 3 | -49/+25 |
| * | | | Remove unused `association_key` and `table` methods in `Preloader::Association` | Ryuta Kamizono | 2017-07-04 | 1 | -10/+0 |
| | |/
| |/| |
|
* | | | Merge pull request #29667 from kamipo/add_missing_attr_name_to_s | Rafael França | 2017-07-04 | 1 | -2/+3 |
|\ \ \ |
|
| * | | | Add missing `attr_name.to_s` in `AttributeMutationTracker` | Ryuta Kamizono | 2017-07-04 | 1 | -2/+3 |
| |/ / |
|
* | | | Merge pull request #29653 from kamipo/fix_test_copying_migrations_preserving_... | Rafael França | 2017-07-04 | 1 | -4/+6 |
|\ \ \ |
|
| * | | | Fix `test_copying_migrations_preserving_magic_comments` | Ryuta Kamizono | 2017-07-02 | 1 | -4/+6 |
* | | | | Remove database specific JSON types | Ryuta Kamizono | 2017-07-05 | 3 | -14/+0 |
| |/ /
|/| | |
|
* | | | Merge branch 'master' into require_relative_2017 | Xavier Noria | 2017-07-02 | 25 | -98/+154 |
|\ \ \ |
|
| * | | | Fix removed version 5.2 to 6.0 in the deprecation message | Ryuta Kamizono | 2017-07-02 | 1 | -1/+1 |
| * | | | Apply record state based on parent transaction state | eileencodes | 2017-07-01 | 2 | -3/+16 |
| * | | | Deprecate and replace `set_state` method | eileencodes | 2017-07-01 | 1 | -6/+27 |
| |/ / |
|
| * | | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 242 | -242/+0 |
| * | | Merge pull request #29540 from kirs/rubocop-frozen-string | Matthew Draper | 2017-07-02 | 242 | -0/+242 |
| |\ \ |
|
| | * | | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 242 | -0/+242 |
| * | | | Merge pull request #29506 from pat/frozen-string-literals | Matthew Draper | 2017-07-02 | 14 | -27/+26 |
| |\ \ \ |
|
| | * | | | Make ActiveRecord frozen string literal friendly. | Pat Allan | 2017-06-20 | 14 | -27/+26 |
| | | |/
| | |/| |
|
| * | | | Merge pull request #29631 from kamipo/should_be_clear_association_ids | Matthew Draper | 2017-07-01 | 1 | -2/+11 |
| |\ \ \ |
|
| | * | | | Should be clear `@association_ids` when joined newly associated record | Ryuta Kamizono | 2017-06-30 | 1 | -2/+11 |
| * | | | | Merge pull request #29634 from kamipo/dont_cache_queries_for_schema_statements | Matthew Draper | 2017-07-01 | 10 | -55/+70 |
| |\ \ \ \ |
|
| | * | | | | Don't cache queries for schema statements | Ryuta Kamizono | 2017-06-30 | 10 | -55/+70 |
| | | |_|/
| | |/| | |
|
| * | | | | Merge pull request #28808 from fschwahn/fix-polymorphic-automic-inverse | Matthew Draper | 2017-07-01 | 1 | -4/+3 |
| |\ \ \ \ |
|
| | * | | | | Remove :polymorphic from INVALID_AUTOMATIC_INVERSE_OPTIONS | Fabian Schwahn | 2017-04-20 | 1 | -4/+3 |
| * | | | | | Merge pull request #29536 from nickrivadeneira/fix-yaml | Matthew Draper | 2017-07-01 | 1 | -1/+1 |
| |\ \ \ \ \ |
|
| | * | | | | | Ensure `false` is preserved in attr serialization | Nick Rivadeneira | 2017-06-22 | 1 | -1/+1 |
* | | | | | | | [Active Record] require => require_relative | Akira Matsuda | 2017-07-01 | 35 | -135/+135 |
|/ / / / / / |
|
* | | / / / | Delete stale comment for `AR::Associations::Builder::CollectionAssociation` | fatkodima | 2017-07-01 | 1 | -2/+0 |
| |_|/ / /
|/| | | | |
|
* | | | | | Merge pull request #29623 from kamipo/should_use_same_connection_in_query_cache | Rafael França | 2017-06-29 | 2 | -4/+4 |
|\ \ \ \ \ |
|
| * | | | | | Should use the same connection in using query cache | Ryuta Kamizono | 2017-06-29 | 2 | -4/+4 |
* | | | | | | Fix the next version of Rails from 5.3 to 6.0 | Ryuta Kamizono | 2017-06-29 | 1 | -2/+2 |
| |_|_|/ /
|/| | | | |
|
* | | | | | Deprecate delegating to `arel` in `Relation` | Ryuta Kamizono | 2017-06-29 | 1 | -0/+2 |
* | | | | | Merge pull request #29616 from kamipo/remove_unused_aliased_table_name | Rafael França | 2017-06-29 | 1 | -8/+0 |
|\ \ \ \ \ |
|
| * | | | | | Remove unused `aliased_table_name` in `Association` | Ryuta Kamizono | 2017-06-29 | 1 | -8/+0 |
* | | | | | | Merge pull request #29569 from kamipo/fix_to_scoping_is_correctly_restored | Rafael França | 2017-06-29 | 2 | -4/+5 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|