| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Refactor `_substitute_values` to be passed attribute names and values | Ryuta Kamizono | 2018-03-05 | 3 | -23/+15 |
* | | | `id_in_database` should be respected as primary key value for persisted records | Ryuta Kamizono | 2018-03-05 | 3 | -2/+41 |
* | | | Handle another case where a blob might be erroneously purged | George Claghorn | 2018-03-04 | 2 | -5/+22 |
* | | | Fix "NameError: undefined local variable or method `host'" | yuuji.yaginuma | 2018-03-05 | 2 | -1/+7 |
* | | | Avoid purging attached blob when replacing it with itself | George Claghorn | 2018-03-04 | 2 | -2/+18 |
* | | | [ci skip] Fix grammar in delegate, private: true docs. | Kasper Timm Hansen | 2018-03-04 | 1 | -5/+4 |
* | | | Merge pull request #32058 from gsamokovarov/rails-server-x-option | Kasper Timm Hansen | 2018-03-04 | 8 | -61/+184 |
|\ \ \ |
|
| * | | | Extract Rails::Command::Spellchecker | Genadi Samokovarov | 2018-03-04 | 5 | -41/+65 |
| * | | | Introduce explicit rails server handler option | Genadi Samokovarov | 2018-03-04 | 3 | -20/+119 |
* | | | | Fix routes command tests broken in e137831726. | Kasper Timm Hansen | 2018-03-04 | 1 | -23/+16 |
* | | | | Merge pull request #32165 from bogdanvlviv/fix-occurrences-Fixnum-Bignum | Ryuta Kamizono | 2018-03-05 | 5 | -19/+11 |
|\ \ \ \ |
|
| * | | | | Fix occurrences Fixnum|Bignum | bogdanvlviv | 2018-03-04 | 5 | -19/+11 |
* | | | | | Merge pull request #32166 from bogdanvlviv/fix-actionview-tests-execution | Kasper Timm Hansen | 2018-03-04 | 1 | -7/+8 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Fix actionview tests execution | bogdanvlviv | 2018-03-04 | 1 | -7/+8 |
|/ / / / |
|
* | | | | Merge pull request #32164 from ydakuka/patch-1 | Ryuta Kamizono | 2018-03-04 | 1 | -2/+2 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Fix links in the psql guide [ci skip] | Yauheni Dakuka | 2018-03-04 | 1 | -2/+2 |
* | | | | Merge pull request #32162 from kaspth/ast-unify-preview-variant-routes-and-co... | Kasper Timm Hansen | 2018-03-04 | 7 | -100/+74 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Merge Previews/Variants controller into one Representations controller. | Kasper Timm Hansen | 2018-03-03 | 7 | -100/+74 |
|/ / / |
|
* / / | `id_in_database` do not return nil value for persisted record | Ryuta Kamizono | 2018-03-04 | 2 | -4/+4 |
|/ / |
|
* | | Eager loading with polymorphic associations should behave consistently | Ryuta Kamizono | 2018-03-04 | 3 | -9/+9 |
* | | Extract all `base_class.name` as `polymorphic_name` | Ryuta Kamizono | 2018-03-04 | 8 | -23/+43 |
* | | Fix RDoc formatting [ci skip] | yuuji.yaginuma | 2018-03-03 | 1 | -1/+1 |
* | | Deprecate "active_support/core_ext/numeric/inquiry" | bogdanvlviv | 2018-03-02 | 4 | -108/+5 |
* | | Deprecate `active_support/core_ext/hash/compact` | yuuji.yaginuma | 2018-03-02 | 6 | -75/+6 |
* | | Remove unnecessary `respond_to?(:report_on_exception)` checking | yuuji.yaginuma | 2018-03-02 | 4 | -8/+8 |
* | | Ruby 2.4: take advantage of String#unpack1 | Jeremy Daer | 2018-03-01 | 7 | -10/+10 |
* | | PostgreSQL adapter also supports bulk alter since #31331 [ci skip] | yuuji.yaginuma | 2018-03-02 | 1 | -1/+1 |
* | | Remove staled comment for `JoinDependency#initialize` | Ryuta Kamizono | 2018-03-02 | 1 | -21/+0 |
* | | Don't expose `verbose?` helper method | Ryuta Kamizono | 2018-03-02 | 1 | -6/+4 |
* | | Use `delegate private: true` for `SchemaCreation` | Ryuta Kamizono | 2018-03-02 | 2 | -5/+3 |
* | | `ConsoleFormatter` is no longer used as a class | Ryuta Kamizono | 2018-03-02 | 1 | -2/+2 |
* | | Clean up `RoutesTest` a bit | yuuji.yaginuma | 2018-03-01 | 1 | -8/+6 |
* | | Merge pull request #32130 from benoittgt/rake-routes-compact-mode | Rafael França | 2018-02-28 | 8 | -82/+232 |
|\ \ |
|
| * | | Add --expanded option to "rails routes" | Benoit Tigeot | 2018-02-28 | 8 | -82/+232 |
* | | | Rebuild activestorage.js | George Claghorn | 2018-02-28 | 1 | -1/+1 |
* | | | Handle file checksumming errors | George Claghorn | 2018-02-28 | 1 | -0/+6 |
* | | | Remove CHANGELOG entries which were backported to 5-2-stable | Ryuta Kamizono | 2018-02-28 | 4 | -28/+3 |
* | | | Alias `assign_attributes` to `attributes=` for `AttributeAssignment` | Ryuta Kamizono | 2018-02-28 | 3 | -5/+10 |
* | | | Don't include unused `ActiveSupport::Concern` | Ryuta Kamizono | 2018-02-28 | 1 | -1/+0 |
* | | | Merge pull request #32133 from bogdanvlviv/delegate-with-private | Ryuta Kamizono | 2018-02-28 | 3 | -16/+23 |
|\ \ \ |
|
| * | | | Add separate test to ensure that `delegate` with `:private` option returns co... | bogdanvlviv | 2018-02-28 | 3 | -16/+23 |
|/ / / |
|
* | | | Merge pull request #32137 from okkez/patch-1 | Andrew White | 2018-02-28 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Fix a typo in activerecord/CHANGELOG.md | okkez | 2018-02-28 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge pull request #31926 from composerinteralia/am-attributes | Rafael França | 2018-02-28 | 2 | -0/+24 |
|\ \ \ |
|
| * | | | Add ActiveModel::Attributes#attributes | Daniel Colson | 2018-02-07 | 2 | -0/+24 |
* | | | | Merge pull request #32087 from prikha/add-better-select-tag-option-handling | Rafael França | 2018-02-27 | 3 | -1/+36 |
|\ \ \ \ |
|
| * | | | | Let select render default selected option for required field | Serj Prikhodko | 2018-02-27 | 3 | -1/+36 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #32131 from bogdanvlviv/fix-new_framework_defaults_6_0 | Rafael França | 2018-02-27 | 2 | -3/+3 |
|\ \ \ \ |
|
| * | | | | Fix `new_framework_defaults_6_0.rb` | bogdanvlviv | 2018-02-27 | 2 | -3/+3 |
| |/ / / |
|
* | | | | Merge pull request #31171 from sambostock/improve-abstract-class-documentation | Ryuta Kamizono | 2018-02-28 | 1 | -10/+36 |
|\ \ \ \ |
|