aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #36532 from itsWill/add_to_a_to_annotated_source_codeGannon McGibbon2019-07-153-12/+29
|\
| * Empty array instead of nil for source_extractGuilherme Mansur2019-07-143-12/+29
* | Inline anemic log guardDavid Heinemeier Hansson2019-07-151-6/+3
* | Merge pull request #36663 from igor04/load_database_yaml_fixEileen M. Uchitelle2019-07-152-1/+6
|\ \
| * | Prevent exception of loading database yaml with blank config file [closes: #3...igor042019-07-122-1/+6
* | | Merge pull request #36679 from jacobbednarz/update-feature-policy-example-configYuji Yaginuma2019-07-153-3/+3
|\ \ \
| * | | Use reserved domain for example configurationJacob Bednarz2019-07-153-3/+3
|/ / /
* | | Merge pull request #36675 from kamipo/fix_activestorage_failureRyuta Kamizono2019-07-141-1/+0
|\ \ \
| * | | Fix activestorage CI failure due to ffprove version differeceRyuta Kamizono2019-07-141-1/+0
|/ / /
* | | Merge pull request #36658 from Shopify/duplicable-changesRyuta Kamizono2019-07-142-118/+8
|\ \ \
| * | | Implement UnboundMethod#duplicable?Jean Boussier2019-07-122-2/+11
| * | | Remove dead code in duplicable.rbJean Boussier2019-07-111-120/+1
* | | | Update guide for render file:John Hawthorn2019-07-131-19/+17
* | | | Remove obsolete or discouraged render examplesJohn Hawthorn2019-07-131-9/+1
* | | | let the upgrading guide point to the autoloading guide for STIs [skip ci]Xavier Noria2019-07-131-14/+1
* | | | simplifies Zeitwerk compat instructions in upgrading guide [skip ci]Xavier Noria2019-07-121-35/+5
* | | | improves zeitwerk:checkXavier Noria2019-07-121-73/+25
| |_|/ |/| |
* | | ports edits to the upgrading guide [skip ci]Xavier Noria2019-07-121-0/+23
* | | make sure zeitwerk:check only deals with directories [closes #36461]Xavier Noria2019-07-121-4/+5
* | | active_support/deprecation has to be already required via active_support/rail...Akira Matsuda2019-07-129-12/+0
* | | active_support/deprecation is not in use hereAkira Matsuda2019-07-122-2/+0
* | | active_support/rails has to be required via abstract_controller.rbAkira Matsuda2019-07-121-1/+0
* | | A type class or nil has to respond_to :to_sAkira Matsuda2019-07-121-2/+1
* | | No Woman, No tryAkira Matsuda2019-07-123-3/+0
* | | try (Just a Little Bit Harder)Akira Matsuda2019-07-121-2/+1
* | | active_support/dependencies/autoload is already required via active_support.rbAkira Matsuda2019-07-124-7/+0
* | | Make sure to require active_support.rb before requiring active_support/rails.rbAkira Matsuda2019-07-121-0/+1
* | | These are already required via rails/command.rbAkira Matsuda2019-07-121-2/+0
* | | minor edit [skip ci]Xavier Noria2019-07-111-1/+1
* | | completes first version of the new autoloading guide [skip ci]Xavier Noria2019-07-111-14/+78
* | | Improve changelog entry, remove extraneous word [ci skip]Carlos Antonio da Silva2019-07-111-2/+2
|/ /
* | Do not use hard tabs in CHANGELOGs [ci skip]Ryuta Kamizono2019-07-111-6/+6
* | Merge pull request #36647 from giraffate/fix_exists_with_distinct_and_offset_...Ryuta Kamizono2019-07-112-1/+6
|\ \
| * | Fix `relation.exists?` with giving `distinct`, `offset` and `order` for joine...Takayuki Nakata2019-07-102-1/+6
* | | Merge pull request #36653 from y-yagi/check_error_number_instead_of_messageYuji Yaginuma2019-07-112-2/+6
|\ \ \
| * | | MySQL: Check error number instead of a messageyuuji.yaginuma2019-07-112-2/+6
| |/ /
* | | Adds support for configuring HTTP Feature Policy (#33439)Jacob Bednarz2019-07-1014-1/+608
* | | Merge pull request #36645 from Shopify/arel-dispatch-cacheRyuta Kamizono2019-07-111-1/+1
|\ \ \
| * | | Share the Arel dispatch cache between connectionsJean Boussier2019-07-101-1/+1
* | | | Merge pull request #36637 from Shopify/share-quote-cacheRyuta Kamizono2019-07-114-7/+14
|\ \ \ \
| * | | | Share the column and table name quote cache between connectionsJean Boussier2019-07-094-7/+14
| |/ / /
* | | | Merge pull request #36618 from engwan/fix-query-cache-with-shared-ar-connectionEileen M. Uchitelle2019-07-103-5/+26
|\ \ \ \
| * | | | Fix query cache when using shared connectionsHeinrich Lee Yu2019-07-083-5/+26
* | | | | fixes link [skip ci]Xavier Noria2019-07-101-1/+1
* | | | | fixes link [skip ci]Xavier Noria2019-07-101-1/+1
| |_|/ / |/| | |
* | | | updates the guides table of contents [skip ci]Xavier Noria2019-07-091-2/+6
* | | | renames and revises the autoloading guide for classic mode [skip ci]Xavier Noria2019-07-091-0/+1351
* | | | autoloading guide revamped for Zeitwerk mode [skip ci]Xavier Noria2019-07-091-1254/+108
| |/ / |/| |
* | | Merge pull request #36612 from y-yagi/make_setup_works_when_using_with_locale...Yuji Yaginuma2019-07-091-1/+1
|\ \ \
| * | | Make "bin/setup" works when using PostgreSQL with locales other than en localeyuuji.yaginuma2019-07-071-1/+1