aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Register new autoloading in AS CHANGELOG [ci skip]Xavier Noria2019-02-141-0/+4
* | | | | | | Merge pull request #35261 from rails/zeitwerk-as-dependencyXavier Noria2019-02-137-25/+13
|\ \ \ \ \ \ \
| * | | | | | | Let Zeitwerk be a dependency of Active SupportXavier Noria2019-02-137-25/+13
* | | | | | | | Merge pull request #35266 from ricardotk002/use-dir-childrenRyuta Kamizono2019-02-142-11/+4
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Use Dir#children and Dir#each_child instead of excluding "." and ".."Ricardo Díaz2019-02-132-11/+4
| | |_|_|_|/ / | |/| | | | |
* / | | | | | Add test for `csp_meta_tag`yuuji.yaginuma2019-02-141-0/+31
|/ / / / / /
* | | | | | Merge pull request #35238 from gwincr11/cg-active-job-queue-timeRafael Mendonça França2019-02-134-2/+20
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Adding enque time tracking and loggingCory Gwin @gwincr112019-02-134-2/+20
|/ / / / /
* | | | | Merge pull request #35258 from kamipo/revert_32380Ryuta Kamizono2019-02-146-15/+7
|\ \ \ \ \
| * | | | | Revert "Chaining named scope is no longer leaking to class level querying met...Ryuta Kamizono2019-02-146-15/+7
* | | | | | Merge pull request #35253 from rails/cached-collections-must-have-a-templateAaron Patterson2019-02-132-3/+22
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Cached collections only work if there is one templateAaron Patterson2019-02-132-3/+22
* | | | | | Refactors a loopXavier Noria2019-02-131-6/+8
| |/ / / / |/| | | |
* | | | | Merge pull request #35255 from kamipo/fix_useless_assignmentRafael França2019-02-132-5/+1
|\ \ \ \ \
| * | | | | Address to useless assignment `formats = nil` after #35254Ryuta Kamizono2019-02-142-5/+1
|/ / / / /
* | | | | Merge pull request #35254 from abhaynikam/35229-some-minor-cleanupAaron Patterson2019-02-131-2/+2
|\ \ \ \ \
| * | | | | Clean for fix done in #35229. Removed unused argumentsAbhay Nikam2019-02-131-2/+2
|/ / / / /
* | | | | Merge pull request #35229 from rails/fix-35222Aaron Patterson2019-02-1319-29/+111
|\ \ \ \ \
| * | | | | Turn lookup context in to a stack, push and pop if formats changeAaron Patterson2019-02-119-29/+64
| * | | | | Adding another failing test caseAaron Patterson2019-02-1111-6/+39
| * | | | | Add a failing test for #35222Aaron Patterson2019-02-115-0/+14
| |/ / / /
* | | | | Merge pull request #35244 from palkan/fix/activerecord-database-uri-resolveEileen M. Uchitelle2019-02-132-1/+11
|\ \ \ \ \
| * | | | | Fix database configurations building when DATABASE_URL presentVladimir Dementyev2019-02-122-1/+11
* | | | | | Don’t log recipients when sending mailJaap van der Plas2019-02-135-10/+26
* | | | | | Revert "Merge pull request #35127 from bogdan/counter-cache-loading"Ryuta Kamizono2019-02-133-47/+20
* | | | | | Support running AR isolated tests in parallelMatthew Draper2019-02-131-4/+35
| |_|_|/ / |/| | | |
* | | | | Merge pull request #35034 from sponomarev/chore/ac-docs-worker-poolEileen M. Uchitelle2019-02-122-5/+18
|\ \ \ \ \
| * | | | | Add Worker Pool section to Action Cable configuration docsSergey Ponomarev2019-02-012-5/+18
* | | | | | Merge pull request #34714 from palkan/chore/refactor-action-cable-server-configKasper Timm Hansen2019-02-133-11/+29
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | 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
|/ / / / / /