aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* We don't want these internal methods as public methods in our controllersAkira Matsuda2018-10-301-23/+25
* Missing require "active_support/executor"Akira Matsuda2018-10-301-0/+1
* Missing require "core_ext/module/attribute_accessors"Akira Matsuda2018-10-301-0/+1
* Missing require "active_support/concern"Akira Matsuda2018-10-301-0/+2
* Merge pull request #34338 from malclocke/document_exception_class_for_restric...Ryuta Kamizono2018-10-302-4/+4
|\
| * Document exception from restrict_with_exception [ci skip]Malcolm Locke2018-10-292-4/+4
* | Merge pull request #34335 from robin850/update-bug-report-templatesRyuta Kamizono2018-10-2911-87/+11
|\ \
| * | Update bug report templatesRobin Dupret2018-10-2811-87/+11
* | | Merge pull request #34334 from albertoalmagro/privatize-constants-activesuppo...Ryuta Kamizono2018-10-291-2/+3
|\ \ \ | |_|/ |/| |
| * | Privatize and add # :nodoc: to constantsAlberto Almagro2018-10-281-2/+3
* | | Registers e302725 in the CHANGELOG [ci skip]Xavier Noria2018-10-281-0/+4
* | | Merge pull request #34333 from albertoalmagro/fix-activemodel-dirty-changed-docRobin Dupret2018-10-281-1/+1
|\ \ \
| * | | Fix grammar in changed? docs [ci skip]Alberto Almagro2018-10-281-1/+1
| |/ /
* | | Merge pull request #34253 from haberbyte/fix_autoload_on_activestorage_downlo...Xavier Noria2018-10-285-1/+52
|\ \ \ | |/ / |/| |
| * | Improve the logic that detects non-autoloaded constantsJan Habermann2018-10-285-1/+52
|/ /
* | 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
| | |_|/ / / / | |/| | | | |