aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* feat: support channel_prefix in pg subscription adapterVladimir Dementyev2019-02-143-0/+9
* Merge pull request #35277 from abhaynikam/minor-doc-update-after-35242Eileen M. Uchitelle2019-02-143-6/+6
|\
| * Minor changes to deprecation warning message after 35242Abhay Nikam2019-02-153-6/+6
* | Merge pull request #35268 from abhaynikam/35252-add-delegate-for-path-for-methodGeorge Claghorn2019-02-142-1/+5
|\ \ | |/ |/|
| * Delegated path_for to primary in the MirrorServiceAbhay Nikam2019-02-142-1/+5
* | Merge pull request #35242 from eileencodes/add-setter-and-deprecation-for-con...Eileen M. Uchitelle2019-02-143-49/+141
|\ \ | |/ |/|
| * Improve errors and handling of hashes for database configurationseileencodes2019-02-143-49/+141
* | 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
|\ \ \ \ \ \