aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Respect NODE_ENV when running `rails yarn:install`printercu2018-04-231-1/+7
* | | | | Merge pull request #32851 from yskkin/doc_require_dependencyRafael França2018-05-221-0/+4
|\ \ \ \ \
| * | | | | Document require_dependency [ci skip]Yoshiyuki Kinjo2018-05-091-0/+4
* | | | | | Merge pull request #32144 from kazu9su/masterGeorge Claghorn2018-05-221-0/+4
|\ \ \ \ \ \
| * | | | | | Add ActiveStorage::Service::DiskService#url_for_direct_upload testtommy2018-03-011-0/+4
* | | | | | | Merge pull request #32958 from frewsxcv/patch-1Rafael França2018-05-221-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Indicate `true` in a doc comment is code-like.Corey Farwell2018-05-221-1/+1
|/ / / / / / /
* | | | | | | Bump minimum version of Thor to 0.19.0Guillermo Iguaran2018-05-222-2/+2
* | | | | | | Merge pull request #32825 from utilum/fewer_tt.eclosure_callsRafael França2018-05-221-2/+0
|\ \ \ \ \ \ \
| * | | | | | | Remove 7 years old note-to-self by tenderloveutilum2018-05-221-2/+0
* | | | | | | | Rollback parent transaction when children fails to update (#32796)Guillaume Malette2018-05-223-2/+22
* | | | | | | | Merge pull request #32934 from aki77/fix-locale-selectorRafael França2018-05-221-7/+10
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fix locale selectoraki2018-05-191-7/+10
* | | | | | | | Merge pull request #32865 from yahonda/another_31988Rafael França2018-05-222-5/+56
|\ \ \ \ \ \ \ \
| * | | | | | | | Disable foreign keys during `alter_table` for sqlite3 adapterYasuo Honda2018-05-222-5/+56
* | | | | | | | | Merge pull request #32938 from utilum/range_case_equalityRafael França2018-05-225-30/+91
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | add CHANGELOG/Docutilum2018-05-222-7/+23
| * | | | | | | | | Allow Range#=== and Range#cover? on Rangeutilum2018-05-223-23/+68
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge pull request #32931 from jeremyevans/fast-xorRafael França2018-05-221-3/+8
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Speed up xor_byte_strings by 70%Jeremy Evans2018-05-181-3/+8
* | | | | | | | | Merge pull request #32936 from jacobsmith/image-variant-allow-disabling-optionsGeorge Claghorn2018-05-213-12/+81
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Disable variant options when false or nil presentJacob Smith2018-05-213-12/+81
* | | | | | | | | | Merge pull request #32523 from kaspth/enumerable-index-with-extensionKasper Timm Hansen2018-05-214-1/+70
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | [ci skip] Add documentation/changelog entry.Kasper Timm Hansen2018-05-212-0/+30
| * | | | | | | | | | Add Enumerable#index_with.Kasper Timm Hansen2018-05-212-1/+40
* | | | | | | | | | | Merge pull request #32946 from coryjb/patch-1Kasper Timm Hansen2018-05-211-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Exception wording changeCory Becker2018-05-211-1/+1
| | |_|/ / / / / / / | |/| | | | | | | |
* / | | | | | | | | Rename exception variable to error.Kasper Timm Hansen2018-05-211-2/+2
|/ / / / / / / / /
* | | | | | | | | Merge pull request #32923 from yahonda/bump_sqlite3_version_to_38Ryuta Kamizono2018-05-215-32/+17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Bump minimum SQLite version to 3.8Yasuo Honda2018-05-215-32/+17
* | | | | | | | | | Enable `Lint/StringConversionInInterpolation` rubocop ruleRyuta Kamizono2018-05-214-4/+7
|/ / / / / / / / /
* / / / / / / / / `SqlTypeMetadata` is :nodoc: class [ci skip]Ryuta Kamizono2018-05-211-0/+1
|/ / / / / / / /
* | / / / / / / Add test case that configure `config.action_view.finalize_compiled_template_m...yuuji.yaginuma2018-05-201-0/+17
| |/ / / / / / |/| | | | | |
* | | | | | | Rollback correctly restore initial record id after double saveRyuta Kamizono2018-05-192-1/+2
* | | | | | | Merge pull request #32911 from eugeneius/finalize_transaction_record_stateRyuta Kamizono2018-05-193-15/+54
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Finalize transaction record state after real transactionEugene Kenny2018-05-193-15/+54
|/ / / / / /
* | | | | | Merge pull request #32900 from ttanimichi/app-update-skip-yarnRafael França2018-05-184-3/+25
|\ \ \ \ \ \
| * | | | | | Don't generate yarn's contents in `app:update` task if it's skippedTsukuru Tanimichi2018-05-164-3/+25
* | | | | | | Merge pull request #32925 from Linuus/fix/actioncontroller-params-fetch-docsRafael França2018-05-181-1/+3
|\ \ \ \ \ \ \
| * | | | | | | Fix documentation for ActionController::Params#fetchLinus Marton2018-05-181-1/+3
* | | | | | | | Raise a better exception when a invalid depreation behavior is setRafael Mendonça França2018-05-182-0/+12
|/ / / / / / /
* | | | | | | Permit opening a blob in a custom tempdirGeorge Claghorn2018-05-175-9/+26
* | | | | | | Merge pull request #32921 from joshsusser/masterRafael França2018-05-173-2/+62
|\ \ \ \ \ \ \
| * | | | | | | Generate getter and setter methods in mixinJosh Susser2018-05-173-2/+62
* | | | | | | | Fix markdown [ci skip]Rafael Mendonça França2018-05-171-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #32908 from anniecodes/fix-time-random-stringRafael França2018-05-174-0/+28
|\ \ \ \ \ \ \
| * | | | | | | Fix user_input_in_time_zone to coerce non valid string into nilAnnie-Claude Côté2018-05-163-0/+27
| * | | | | | | Add missing require for string to timezone conversionAnnie-Claude Côté2018-05-161-0/+1
* | | | | | | | Fix formatting of author credit [ci skip]Ryuta Kamizono2018-05-171-1/+1
* | | | | | | | Merge pull request #32916 from lucfranken/patch-1Ryuta Kamizono2018-05-171-1/+1
|\ \ \ \ \ \ \ \