aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Reuse the exception class name in all places in the wrapperRafael Mendonça França2019-07-161-3/+4
* | | | | | | | | Make the selent exceptions configurable on the exception wrapperRafael Mendonça França2019-07-161-1/+5
* | | | | | | | | Merge pull request #31634 from afcapel/reduce-routing-error-log-noiseRafael Mendonça França2019-07-164-3/+34
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Reduce log noise handling ActionController::RoutingErrorsAlberto Fernández Capel2019-05-284-3/+34
* | | | | | | | | Merge pull request #36557 from sikachu/fix-source-annotation-extractor-annota...Matthew Draper2019-07-162-3/+41
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix problem with accessing constant proxy subclassPrem Sichanugrist2019-07-052-3/+41
* | | | | | | | | | Merge pull request #36672 from jbaranov/strong-params-hashRafael França2019-07-162-0/+13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add hash method to ActionController::ParametersEugene Baranov2019-07-142-0/+13
* | | | | | | | | | | Merge pull request #36676 from wjessop/change_activestorage_metadata_duration...Rafael França2019-07-161-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Different versions of ffprobe can return subtly different video lengthsWill Jessop2019-07-141-1/+1
* | | | | | | | | | | | Merge pull request #36656 from Edouard-chin/ec-local-cache-referenceRafael França2019-07-152-1/+13
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Return a copy of the cache entry when local_cache exists:Edouard CHIN2019-07-112-1/+13
* | | | | | | | | | | | | active_support/core_ext/object/duplicable is not in use hereRyuta Kamizono2019-07-162-2/+0
* | | | | | | | | | | | | Merge pull request #36654 from Edouard-chin/ec-errors-deleteRafael França2019-07-152-1/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Returns `nil` when `AM::Errors#delete` doesn't delete anything:Edouard CHIN2019-07-112-1/+7
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #36649 from Edouard-chin/ec-errors-strit-match-collectionRafael França2019-07-152-2/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fix `AM::Errors.added?` trying to generate a message:Edouard CHIN2019-07-102-2/+24
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #36640 from Edouard-chin/ec-uniq-validation-fixRafael França2019-07-152-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fix errors getting duplicated when passed validations options:Edouard CHIN2019-07-102-2/+3
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Remove caveat for older Ruby's `dup` behavior [ci skip]Ryuta Kamizono2019-07-161-9/+0
* | | | | | | | | | | | | Merge pull request #36684 from soartec-lab/fix/update_guide_active_support_no...Eileen M. Uchitelle2019-07-151-4/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Delete mention of Ruby 1.9 [skip ci]soartec-lab2019-07-151-4/+0
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | 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