aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add `ActiveRecord::Relation#extract_associated` for extracting associated rec...David Heinemeier Hansson2019-03-294-1/+30
* Merge pull request #35794 from kamipo/type_cast_symbol_falseRyuta Kamizono2019-03-304-1/+39
|\
| * Type cast falsy boolean symbols on boolean attribute as falseRyuta Kamizono2019-03-304-1/+39
* | Merge pull request #35792 from abhaynikam/35789-follow-up-to-update-test-desc...Rafael França2019-03-291-3/+3
|\ \
| * | Fixed the test description for i18n-customize-full-message after rename in #3...Abhay Nikam2019-03-301-3/+3
|/ /
* | Merge pull request #35781 from excid3/rich_text-field-generatorRafael França2019-03-298-14/+81
|\ \
| * | Add rich_text field to model generatorsChris Oliver2019-03-288-14/+81
* | | Merge pull request #35789 from prathamesh-sonpatki/customize-full-messageRafael França2019-03-296-25/+25
|\ \ \
| * | | Rename `i18n_full_message` config option to `i18n_customize_full_message`Prathamesh Sonpatki2019-03-296-25/+25
* | | | Add Active Model release notes for Rails 6 [ci skip] (#35790)प्रथमेश Sonpatki2019-03-291-0/+12
|/ / /
* | | Merge pull request #35788 from prathamesh-sonpatki/fix-annotate-typoKasper Timm Hansen2019-03-295-9/+9
|\ \ \ | |_|/ |/| |
| * | Fix annotated typoPrathamesh Sonpatki2019-03-295-9/+9
|/ /
* | Add load hook for ActiveStorage::AttachmentGeorge Claghorn2019-03-283-2/+5
* | Add ActiveStorage::Service#openGeorge Claghorn2019-03-286-30/+32
* | Merge pull request #35308 from erose/better-error-reporting-for-syntax-errors...Rafael França2019-03-284-1/+39
|\ \
| * | Add handling and tests.Eli Rose2019-02-174-1/+39
* | | Merge pull request #34405 from shugo/safe_buffer_backref_fixMatthew Draper2019-03-282-2/+55
|\ \ \
| * | | Eliminate a thread local variable as suggested by nobuShugo Maeda2019-02-141-8/+1
| * | | Remove trailing spaceShugo Maeda2018-11-081-1/+1
| * | | Add a commented code example of what will be producedShugo Maeda2018-11-081-22/+22
| * | | sub, sub!, gsub, and gsub! should set back referencesShugo Maeda2018-11-082-2/+62
* | | | Merge pull request #35778 from shailesh-kalamkar/fix-typo-testing-guidesRyuta Kamizono2019-03-281-3/+3
|\ \ \ \
| * | | | [ci skip] Fixed testing guides typo `fourty` -> `forty`Shailesh Kalamkar2019-03-281-3/+3
|/ / / /
* | | | Merge pull request #35776 from owst/fix-range-comparisons-with-excluded-end-r...Rafael França2019-03-273-14/+41
|\ \ \ \
| * | | | Fix bug in Range comparisons when comparing to excluded-end RangeOwen Stephens2019-03-283-14/+41
|/ / / /
* | | | Merge pull request #35775 from jhawthorn/remove_all_symbol_from_mime_allRafael França2019-03-272-1/+14
|\ \ \ \
| * | | | Remove :all symbol from Mime::ALLJohn Hawthorn2019-03-272-1/+14
|/ / / /
* | | | Merge pull request #35236 from renuo/fix-30467Rafael França2019-03-273-0/+29
|\ \ \ \
| * | | | Raise if resource custom params contain colonsJosua Schmid2019-03-263-0/+29
* | | | | Merge pull request #35496 from bogdan/right-preloadingRyuta Kamizono2019-03-284-64/+99
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix preloader to never reset associations in case they are already loadedBogdan Gusiev2019-03-074-64/+99
* | | | | Merge pull request #35556 from bdewater/fast-secure-compareMatthew Draper2019-03-281-1/+1
|\ \ \ \ \
| * | | | | Don't encode in secure_compare for speedupBart de Water2019-03-261-1/+1
* | | | | | Don't change `collation_connection` in the current connectionRyuta Kamizono2019-03-271-1/+1
* | | | | | Merge pull request #35758 from Shigeyuki-fukuda/aligned_order_of_argumentRafael França2019-03-261-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Aligned the order of the arguments of render_template and render_with_layoutShigeyuki-fukuda2019-03-271-2/+2
* | | | | | Schema version documentation (#35762)Ken Greeff2019-03-261-1/+1
* | | | | | Merge pull request #35761 from koic/bump_rubocop_to_0_66_0Ryuta Kamizono2019-03-273-13/+16
|\ \ \ \ \ \
| * | | | | | Bump RuboCop to 0.66.0Koichi ITO2019-03-273-13/+16
* | | | | | | Merge pull request #35753 from Edouard-chin/ec-mimetype-rescueRafael França2019-03-265-3/+24
|\ \ \ \ \ \ \
| * | | | | | | Add the `Mime::Type::InvalidMimeType` error in the default rescue_response:Edouard CHIN2019-03-265-3/+24
* | | | | | | | Merge pull request #35760 from jhawthorn/deprecate_custom_resolver_patternsRafael França2019-03-262-40/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | Deprecate custom patterns for PathResolverJohn Hawthorn2019-03-262-40/+15
|/ / / / / / / /
* | | | | | | | includes bootsnap 1.4.2-java in Gemfile.lockXavier Noria2019-03-261-0/+2
* | | | | | | | bumps Zeitwerk and BootsnapXavier Noria2019-03-265-13/+16
* | | | | | | | Remove useless = [ci skip]Prathamesh Sonpatki2019-03-261-1/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge pull request #31442 from ebeigarts/weak_descendants_trackerMatthew Draper2019-03-273-4/+64
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Use weak references in descendants trackerEdgars Beigarts2019-03-263-4/+64
| |/ / / / /
* | | | | | Merge pull request #35756 from sergioro9/patch-1Xavier Noria2019-03-261-1/+1
|\ \ \ \ \ \
| * | | | | | Spelling errorSergio2019-03-261-1/+1
|/ / / / / /