aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make AJ::Base#enqueue return false if the job wasn't enqueuedKir Shatrov2018-10-285-1/+56
* Use release dates for versions in Rails Guides indexOlivier Lacan2018-10-271-11/+11
* `exists?` with string argument is not invalid typeRyuta Kamizono2018-10-271-5/+13
* `create_table` with `:primary_key` option has no effect if `id: false` is givenRyuta Kamizono2018-10-273-8/+6
* Merge pull request #34329 from r7kamura/feature/where-exclamation-consistencyRyuta Kamizono2018-10-272-1/+5
|\
| * Ignore empty condition on #construct_relation_for_existsr7kamura2018-10-272-1/+5
|/
* Merge pull request #34266 from esquith/improve-no-response-file-wordingEileen M. Uchitelle2018-10-261-5/+4
|\
| * Changed wording for no-response documentationEsquith Allen2018-10-201-5/+4
* | Merge pull request #34208 from yskkin/inspect_with_parameter_filterRyuta Kamizono2018-10-267-55/+185
|\ \
| * | Implement AR#inspect using ParamterFilter.Yoshiyuki Kinjo2018-10-197-55/+185
* | | Merge pull request #34307 from kamipo/mysql_expression_supportRyuta Kamizono2018-10-268-11/+83
|\ \ \
| * | | Support default expression for MySQLRyuta Kamizono2018-10-255-4/+34
| * | | Support expression indexes for MySQLRyuta Kamizono2018-10-255-7/+49
* | | | Merge pull request #34318 from bogdanvlviv/partly-revert-31819Ryuta Kamizono2018-10-261-26/+0
|\ \ \ \
| * | | | Partly revert #31819bogdanvlviv2018-10-261-26/+0
|/ / / /
* | | | Merge pull request #34313 from GeniusStorm/add_maxlength_to_textfield_docGannon McGibbon2018-10-251-0/+3
|\ \ \ \
| * | | | Added maxlength example to text_field documentationRaghu Kamat2018-10-251-0/+3
* | | | | Merge pull request #34317 from bogdanvlviv/fix-assert_called_withRafael França2018-10-254-15/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | `assert_called_with` should require `args` argumentbogdanvlviv2018-10-254-15/+3
|/ / / /
* | | | Merge pull request #34309 from oliverguenther/patch-1Eileen M. Uchitelle2018-10-251-0/+20
|\ \ \ \
| * | | | Document `deep_interpolation` parameter for bulk lookupsOliver Günther2018-10-251-0/+20
|/ / / /
* / / / Deterministic connection collation in testsRyuta Kamizono2018-10-251-0/+1
|/ / /
* | | Merge pull request #34204 from XrXr/aj-test-helper-argsRafael França2018-10-243-15/+20
|\ \ \
| * | | Include deserialized arguments in jobs returned by AJ test helpersAlan Wu2018-10-123-15/+20
* | | | Merge pull request #34303 from kamipo/lazy_checking_boundableRafael França2018-10-246-9/+18
|\ \ \ \
| * | | | Lazy checking whether or not values in IN clause are boundableRyuta Kamizono2018-10-246-9/+18
* | | | | Merge pull request #34034 from runephilosof/patch-2Gannon McGibbon2018-10-241-0/+3
|\ \ \ \ \
| * | | | | Make it easier to find abort documentationRune Philosof2018-10-011-0/+3
* | | | | | Merge pull request #34302 from kylekeesling/activestorage-attachment-model-docsRobin Dupret2018-10-241-3/+2
|\ \ \ \ \ \
| * | | | | | update activestorage attachment model documentation reflect recent behavior c...Kyle Keesling2018-10-241-3/+2
|/ / / / / /
* | | | | | Merge pull request #34080 from baerjam/add-email-observer-to-guidesGannon McGibbon2018-10-231-5/+24
|\ \ \ \ \ \
| * | | | | | Add observing emails to action mailer guide [ci skip]James Baer2018-10-041-5/+24
* | | | | | | Do not need to mention the method that is being called in the exceptionRafael Mendonça França2018-10-231-1/+1
* | | | | | | Merge pull request #34275 from bogdanvlviv/skip_yarn-to-skip_javascriptRafael França2018-10-2310-27/+17
|\ \ \ \ \ \ \
| * | | | | | | Remove node_modules path from assets load paths since we use webpack by defaultbogdanvlviv2018-10-222-9/+1
| * | | | | | | Remove `--skip-yarn` in favor of `--skip-javascript`bogdanvlviv2018-10-2210-19/+17
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #34297 from albertoalmagro/full-remove-upgrade-information...Robin Dupret2018-10-231-5/+0
|\ \ \ \ \ \ \
| * | | | | | | Fully remove duplicated upgrade information [ci skip]Alberto Almagro2018-10-231-5/+0
|/ / / / / / /
* | | | | | | Merge pull request #34295 from ohbarye/fix-typo-of-duplicated-theGeorge Claghorn2018-10-232-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Fix typo of duplicated `the` [ci skip]ohbarye2018-10-242-2/+2
|/ / / / / / /
* | | | | | | Merge pull request #34294 from frodsan/patch-1Ryuta Kamizono2018-10-231-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Hide PG::Connection from API docs [ci skip]Francesco Rodríguez2018-10-231-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #34293 from tzmfreedom/fix_prlink_upgrade_5_1Ryuta Kamizono2018-10-231-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix PullRequest link to datetime_field changes on Rails 5.1 Release Notestzmfreedom2018-10-231-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #34292 from yahonda/mysql8013Ryuta Kamizono2018-10-231-1/+3
|\ \ \ \ \ \ \
| * | | | | | | MySQL 8.0.13 raises `ER_NO_REFERENCED_ROW` and `ER_ROW_IS_REFERENCED`Yasuo Honda2018-10-231-1/+3
|/ / / / / / /
* | | | | | | Merge pull request #34286 from rails/fix-csp-dynamic-sourcesAndrew White2018-10-233-6/+41
|\ \ \ \ \ \ \
| * | | | | | | Use request object for context if there's no controllerAndrew White2018-10-223-3/+20
| * | | | | | | Apply mapping to symbols returned from dynamic CSP sourcesAndrew White2018-10-223-3/+21
| |/ / / / / /
* | | | | | | Merge pull request #34284 from bogdanvlviv/remove-mention-about-javascript-fr...Rafael França2018-10-231-5/+1
|\ \ \ \ \ \ \