aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow passing custom config to ActionCable::Server::BaseVladimir Dementyev2019-02-123-11/+29
* Should respect attribute_types over column_typesRyuta Kamizono2019-02-131-2/+1
* Merge pull request #35237 from eileencodes/fix-teardown-in-db-selector-testEileen M. Uchitelle2019-02-121-0/+4
|\
| * Fix DatabaseSelector test that fails sometimeseileencodes2019-02-121-0/+4
* | Fix `pluck` and `select` with custom attributesRyuta Kamizono2019-02-1310-16/+50
* | Merge pull request #35235 from rails/fxn/zeitwerkXavier Noria2019-02-1217-66/+385
|\ \
| * | styleXavier Noria2019-02-122-3/+5
| * | Zeitwerk integrationXavier Noria2019-02-1217-66/+383
* | | Merge pull request #35175 from drn/create-sessionGuillermo Iguaran2019-02-122-1/+28
|\ \ \ | |/ / |/| |
| * | Support testing of non-ActionDispatch-routed apps.Darren Cheng2019-02-052-1/+28
* | | Add missing packages (#35227)Yuji Yaginuma2019-02-121-0/+2
* | | Merge pull request #32861 from zvkemp/asn-unsubscribe-proxyAaron Patterson2019-02-115-3/+100
|\ \ \
| * | | use a proxy matcher for AS::N fanoutzvkemp2019-02-115-3/+100
* | | | Merge pull request #35226 from olivierlacan/docs/active-job-queue-as-blockRafael França2019-02-111-0/+20
|\ \ \ \
| * | | | Document queue_as block arguments and their useOlivier Lacan2019-02-111-0/+20
|/ / / /
* | | | Avoid implicit delegation in the migration compatibilityRyuta Kamizono2019-02-121-12/+14
* | | | Merge pull request #35198 from paracycle/uk-change-config-for-behaviourGannon McGibbon2019-02-113-9/+149
|\ \ \ \
| * | | | Fix assertion excpected/actual orderUfuk Kayserilioglu2019-02-111-6/+6
| * | | | Allow deprecated non-symbol access to nested `config_for` hashesUfuk Kayserilioglu2019-02-113-3/+143
| | |_|/ | |/| |
* | | | Merge pull request #35221 from alkesh26/railities-namespaces-to-paths-optimiz...Rafael França2019-02-111-2/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Optimized namespaces_to_paths method.alkesh262019-02-111-2/+3
|/ / /
* | | Merge pull request #35196 from gmcgibbon/clarify_collection_proxy_docsGannon McGibbon2019-02-112-11/+25
|\ \ \
| * | | Clarify collection proxy docsGannon McGibbon2019-02-082-11/+25
* | | | Revert "Merge pull request #35216 from CHTJonas/patch-1"Ryuta Kamizono2019-02-111-1/+1
* | | | Add `remove_foreign_key` for `change_table`Ryuta Kamizono2019-02-112-0/+22
* | | | Merge pull request #35216 from CHTJonas/patch-1Eileen M. Uchitelle2019-02-111-1/+1
|\ \ \ \
| * | | | Correct JavaScript example in guide [ci skip]Charlie Jonas2019-02-101-1/+1
* | | | | Merge pull request #35184 from y-yagi/avoid_extra_package_installMatthew Draper2019-02-1110-16/+38
|\ \ \ \ \
| * | | | | Install JavaScript packages before run testyuuji.yaginuma2019-02-1110-16/+38
* | | | | | Fix typo a -> an, an -> a [ci skip]Ryuta Kamizono2019-02-114-4/+4
* | | | | | Merge pull request #35212 from kamipo/sqlite3_foreign_keyRyuta Kamizono2019-02-1112-24/+83
|\ \ \ \ \ \
| * | | | | | Revert "Merge pull request #33563 from lzap/foreign-key-note-doc"Ryuta Kamizono2019-02-111-3/+0
| * | | | | | SQLite3: Implement `add_foreign_key` and `remove_foreign_key`Ryuta Kamizono2019-02-1111-21/+83
|/ / / / / /
* | | | | | More exercise table name prefix and suffix testsRyuta Kamizono2019-02-115-33/+97
* | | | | | Revert "Merge pull request #35211 from y-yagi/fix_broken_association_test" (#...Yuji Yaginuma2019-02-111-16/+0
| |/ / / / |/| | | |
* | | | | Merge pull request #35211 from y-yagi/fix_broken_association_testYuji Yaginuma2019-02-101-0/+16
|\ \ \ \ \
| * | | | | Avoid ajv@6.9.0 for nowyuuji.yaginuma2019-02-101-0/+16
* | | | | | Fix random CI failure due to non-deterministic sorting orderRyuta Kamizono2019-02-101-3/+3
* | | | | | Merge pull request #35203 from chiastolite/add_column_without_column_namesRyuta Kamizono2019-02-102-0/+12
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Do not allow to add column without column nameHiroyuki Morita2019-02-102-0/+10
* | | | | | Merge pull request #35201 from rails/no-leaks2Aaron Patterson2019-02-098-20/+60
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Always call superAaron Patterson2019-02-083-3/+1
| * | | | | reuse details cache key identity objectAaron Patterson2019-02-081-5/+1
| * | | | | Teach DetailsKey how to clear the template cacheAaron Patterson2019-02-085-11/+38
| * | | | | Split digest cache from details identity cacheAaron Patterson2019-02-084-8/+27
| | |_|/ / | |/| | |
* | | | | Refactor to extract defining column methods as `define_column_methods`Ryuta Kamizono2019-02-093-142/+161
* | | | | Fix rubocop violationsyuuji.yaginuma2019-02-092-11/+9
* | | | | Remove redundant returning `object`Ryuta Kamizono2019-02-091-1/+0
* | | | | Use Ruby 2.4+ native transform_values(!)Kasper Timm Hansen2019-02-081-7/+2
* | | | | Delete uneeded blank fileGuillermo Iguaran2019-02-081-0/+0