| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | Fix Loadable.exclude_from to also reset Kernel#require | Jean Boussier | 2019-07-16 | 1 | -3/+23 |
* | | | | | | | | | Merge pull request #36639 from Edouard-chin/ec-am-errors-fullmessages | Rafael França | 2019-07-16 | 8 | -131/+173 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Switch to use `class_attribute`: | Edouard CHIN | 2019-07-16 | 2 | -4/+16 |
| * | | | | | | | | | Move the `ActiveModel:Errors#full_message` method to the `Error` class: | Edouard CHIN | 2019-07-16 | 8 | -131/+161 |
| | |_|_|_|/ / / /
| |/| | | | | | | |
|
* | | | | | | | | | Reuse the exception class name in all places in the wrapper | Rafael Mendonça França | 2019-07-16 | 1 | -3/+4 |
* | | | | | | | | | Make the selent exceptions configurable on the exception wrapper | Rafael Mendonça França | 2019-07-16 | 1 | -1/+5 |
* | | | | | | | | | Merge pull request #31634 from afcapel/reduce-routing-error-log-noise | Rafael Mendonça França | 2019-07-16 | 4 | -3/+34 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | Reduce log noise handling ActionController::RoutingErrors | Alberto Fernández Capel | 2019-05-28 | 4 | -3/+34 |
* | | | | | | | | | Merge pull request #36557 from sikachu/fix-source-annotation-extractor-annota... | Matthew Draper | 2019-07-16 | 2 | -3/+41 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Fix problem with accessing constant proxy subclass | Prem Sichanugrist | 2019-07-05 | 2 | -3/+41 |
* | | | | | | | | | | Merge pull request #36672 from jbaranov/strong-params-hash | Rafael França | 2019-07-16 | 2 | -0/+13 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Add hash method to ActionController::Parameters | Eugene Baranov | 2019-07-14 | 2 | -0/+13 |
* | | | | | | | | | | | Merge pull request #36676 from wjessop/change_activestorage_metadata_duration... | Rafael França | 2019-07-16 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Different versions of ffprobe can return subtly different video lengths | Will Jessop | 2019-07-14 | 1 | -1/+1 |
* | | | | | | | | | | | | Merge pull request #36656 from Edouard-chin/ec-local-cache-reference | Rafael França | 2019-07-15 | 2 | -1/+13 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | Return a copy of the cache entry when local_cache exists: | Edouard CHIN | 2019-07-11 | 2 | -1/+13 |
* | | | | | | | | | | | | | active_support/core_ext/object/duplicable is not in use here | Ryuta Kamizono | 2019-07-16 | 2 | -2/+0 |
* | | | | | | | | | | | | | Merge pull request #36654 from Edouard-chin/ec-errors-delete | Rafael França | 2019-07-15 | 2 | -1/+7 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | Returns `nil` when `AM::Errors#delete` doesn't delete anything: | Edouard CHIN | 2019-07-11 | 2 | -1/+7 |
| |/ / / / / / / / / / / / |
|
* | | | | | | | | | | | | | Merge pull request #36649 from Edouard-chin/ec-errors-strit-match-collection | Rafael França | 2019-07-15 | 2 | -2/+24 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | Fix `AM::Errors.added?` trying to generate a message: | Edouard CHIN | 2019-07-10 | 2 | -2/+24 |
| |/ / / / / / / / / / / / |
|
* | | | | | | | | | | | | | Merge pull request #36640 from Edouard-chin/ec-uniq-validation-fix | Rafael França | 2019-07-15 | 2 | -2/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | Fix errors getting duplicated when passed validations options: | Edouard CHIN | 2019-07-10 | 2 | -2/+3 |
| |/ / / / / / / / / / / / |
|
* | | | | | | | | | | | | | Remove caveat for older Ruby's `dup` behavior [ci skip] | Ryuta Kamizono | 2019-07-16 | 1 | -9/+0 |
* | | | | | | | | | | | | | Merge pull request #36684 from soartec-lab/fix/update_guide_active_support_no... | Eileen M. Uchitelle | 2019-07-15 | 1 | -4/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/ / / / / /
|/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | Delete mention of Ruby 1.9 [skip ci] | soartec-lab | 2019-07-15 | 1 | -4/+0 |
| | |_|_|_|_|/ / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #36532 from itsWill/add_to_a_to_annotated_source_code | Gannon McGibbon | 2019-07-15 | 3 | -12/+29 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | Empty array instead of nil for source_extract | Guilherme Mansur | 2019-07-14 | 3 | -12/+29 |
* | | | | | | | | | | | | | Inline anemic log guard | David Heinemeier Hansson | 2019-07-15 | 1 | -6/+3 |
| |/ / / / / / / / / / /
|/| | | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #36663 from igor04/load_database_yaml_fix | Eileen M. Uchitelle | 2019-07-15 | 2 | -1/+6 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | Prevent exception of loading database yaml with blank config file [closes: #3... | igor04 | 2019-07-12 | 2 | -1/+6 |
* | | | | | | | | | | | | | Merge pull request #36679 from jacobbednarz/update-feature-policy-example-config | Yuji Yaginuma | 2019-07-15 | 3 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / / / / / /
|/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | Use reserved domain for example configuration | Jacob Bednarz | 2019-07-15 | 3 | -3/+3 |
|/ / / / / / / / / / / / |
|
* | | | | | | | | | | | | Merge pull request #36675 from kamipo/fix_activestorage_failure | Ryuta Kamizono | 2019-07-14 | 1 | -1/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | Fix activestorage CI failure due to ffprove version differece | Ryuta Kamizono | 2019-07-14 | 1 | -1/+0 |
|/ / / / / / / / / / / / |
|
* | | | | | | | | | | | | Merge pull request #36658 from Shopify/duplicable-changes | Ryuta Kamizono | 2019-07-14 | 2 | -118/+8 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | Implement UnboundMethod#duplicable? | Jean Boussier | 2019-07-12 | 2 | -2/+11 |
| * | | | | | | | | | | | Remove dead code in duplicable.rb | Jean Boussier | 2019-07-11 | 1 | -120/+1 |
* | | | | | | | | | | | | Update guide for render file: | John Hawthorn | 2019-07-13 | 1 | -19/+17 |
* | | | | | | | | | | | | Remove obsolete or discouraged render examples | John Hawthorn | 2019-07-13 | 1 | -9/+1 |
| |_|_|_|/ / / / / / /
|/| | | | | | | | | | |
|
* | | | | | | | | | | | let the upgrading guide point to the autoloading guide for STIs [skip ci] | Xavier Noria | 2019-07-13 | 1 | -14/+1 |
* | | | | | | | | | | | simplifies Zeitwerk compat instructions in upgrading guide [skip ci] | Xavier Noria | 2019-07-12 | 1 | -35/+5 |
* | | | | | | | | | | | improves zeitwerk:check | Xavier Noria | 2019-07-12 | 1 | -73/+25 |
| |_|/ / / / / / / /
|/| | | | | | | | | |
|
* | | | | | | | | | | ports edits to the upgrading guide [skip ci] | Xavier Noria | 2019-07-12 | 1 | -0/+23 |
* | | | | | | | | | | make sure zeitwerk:check only deals with directories [closes #36461] | Xavier Noria | 2019-07-12 | 1 | -4/+5 |
* | | | | | | | | | | active_support/deprecation has to be already required via active_support/rail... | Akira Matsuda | 2019-07-12 | 9 | -12/+0 |
* | | | | | | | | | | active_support/deprecation is not in use here | Akira Matsuda | 2019-07-12 | 2 | -2/+0 |
* | | | | | | | | | | active_support/rails has to be required via abstract_controller.rb | Akira Matsuda | 2019-07-12 | 1 | -1/+0 |
* | | | | | | | | | | A type class or nil has to respond_to :to_s | Akira Matsuda | 2019-07-12 | 1 | -2/+1 |
* | | | | | | | | | | No Woman, No try | Akira Matsuda | 2019-07-12 | 3 | -3/+0 |