| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | | | | | | | Merge pull request #32934 from aki77/fix-locale-selector | Rafael França | 2018-05-22 | 1 | -7/+10 |
|\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | Fix locale selector | aki | 2018-05-19 | 1 | -7/+10 |
* | | | | | | | | | | | Merge pull request #32865 from yahonda/another_31988 | Rafael França | 2018-05-22 | 2 | -5/+56 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Disable foreign keys during `alter_table` for sqlite3 adapter | Yasuo Honda | 2018-05-22 | 2 | -5/+56 |
* | | | | | | | | | | | | Merge pull request #32938 from utilum/range_case_equality | Rafael França | 2018-05-22 | 5 | -30/+91 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | add CHANGELOG/Doc | utilum | 2018-05-22 | 2 | -7/+23 |
| * | | | | | | | | | | | | Allow Range#=== and Range#cover? on Range | utilum | 2018-05-22 | 3 | -23/+68 |
| | |_|_|_|_|_|/ / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #32931 from jeremyevans/fast-xor | Rafael França | 2018-05-22 | 1 | -3/+8 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | Speed up xor_byte_strings by 70% | Jeremy Evans | 2018-05-18 | 1 | -3/+8 |
* | | | | | | | | | | | | Merge pull request #32936 from jacobsmith/image-variant-allow-disabling-options | George Claghorn | 2018-05-21 | 3 | -12/+81 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | Disable variant options when false or nil present | Jacob Smith | 2018-05-21 | 3 | -12/+81 |
* | | | | | | | | | | | | | Merge pull request #32523 from kaspth/enumerable-index-with-extension | Kasper Timm Hansen | 2018-05-21 | 4 | -1/+70 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | [ci skip] Add documentation/changelog entry. | Kasper Timm Hansen | 2018-05-21 | 2 | -0/+30 |
| * | | | | | | | | | | | | | Add Enumerable#index_with. | Kasper Timm Hansen | 2018-05-21 | 2 | -1/+40 |
* | | | | | | | | | | | | | | Merge pull request #32946 from coryjb/patch-1 | Kasper Timm Hansen | 2018-05-21 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / /
|/| | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | Exception wording change | Cory Becker | 2018-05-21 | 1 | -1/+1 |
| | |_|/ / / / / / / / / /
| |/| | | | | | | | | | | |
|
* / | | | | | | | | | | | | Rename exception variable to error. | Kasper Timm Hansen | 2018-05-21 | 1 | -2/+2 |
|/ / / / / / / / / / / / |
|
* | | | | | | | | | | | | Merge pull request #32923 from yahonda/bump_sqlite3_version_to_38 | Ryuta Kamizono | 2018-05-21 | 5 | -32/+17 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | Bump minimum SQLite version to 3.8 | Yasuo Honda | 2018-05-21 | 5 | -32/+17 |
* | | | | | | | | | | | | | Enable `Lint/StringConversionInInterpolation` rubocop rule | Ryuta Kamizono | 2018-05-21 | 4 | -4/+7 |
|/ / / / / / / / / / / / |
|
* / / / / / / / / / / / | `SqlTypeMetadata` is :nodoc: class [ci skip] | Ryuta Kamizono | 2018-05-21 | 1 | -0/+1 |
|/ / / / / / / / / / / |
|
* | / / / / / / / / / | Add test case that configure `config.action_view.finalize_compiled_template_m... | yuuji.yaginuma | 2018-05-20 | 1 | -0/+17 |
| |/ / / / / / / / /
|/| | | | | | | | | |
|
* | | | | | | | | | | Rollback correctly restore initial record id after double save | Ryuta Kamizono | 2018-05-19 | 2 | -1/+2 |
* | | | | | | | | | | Merge pull request #32911 from eugeneius/finalize_transaction_record_state | Ryuta Kamizono | 2018-05-19 | 3 | -15/+54 |
|\ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | Finalize transaction record state after real transaction | Eugene Kenny | 2018-05-19 | 3 | -15/+54 |
|/ / / / / / / / / |
|
* | | | | | | | | | Merge pull request #32900 from ttanimichi/app-update-skip-yarn | Rafael França | 2018-05-18 | 4 | -3/+25 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Don't generate yarn's contents in `app:update` task if it's skipped | Tsukuru Tanimichi | 2018-05-16 | 4 | -3/+25 |
* | | | | | | | | | | Merge pull request #32925 from Linuus/fix/actioncontroller-params-fetch-docs | Rafael França | 2018-05-18 | 1 | -1/+3 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Fix documentation for ActionController::Params#fetch | Linus Marton | 2018-05-18 | 1 | -1/+3 |
* | | | | | | | | | | | Raise a better exception when a invalid depreation behavior is set | Rafael Mendonça França | 2018-05-18 | 2 | -0/+12 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Permit opening a blob in a custom tempdir | George Claghorn | 2018-05-17 | 5 | -9/+26 |
* | | | | | | | | | | Merge pull request #32921 from joshsusser/master | Rafael França | 2018-05-17 | 3 | -2/+62 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Generate getter and setter methods in mixin | Josh Susser | 2018-05-17 | 3 | -2/+62 |
* | | | | | | | | | | | Fix markdown [ci skip] | Rafael Mendonça França | 2018-05-17 | 1 | -1/+1 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #32908 from anniecodes/fix-time-random-string | Rafael França | 2018-05-17 | 4 | -0/+28 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Fix user_input_in_time_zone to coerce non valid string into nil | Annie-Claude Côté | 2018-05-16 | 3 | -0/+27 |
| * | | | | | | | | | | Add missing require for string to timezone conversion | Annie-Claude Côté | 2018-05-16 | 1 | -0/+1 |
* | | | | | | | | | | | Fix formatting of author credit [ci skip] | Ryuta Kamizono | 2018-05-17 | 1 | -1/+1 |
* | | | | | | | | | | | Merge pull request #32916 from lucfranken/patch-1 | Ryuta Kamizono | 2018-05-17 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Active storage: Image variant options not correct | lucfranken | 2018-05-17 | 1 | -1/+1 |
|/ / / / / / / / / / / |
|
* | | | | | | | | | | | Remove unused `require "active_support/core_ext/string/filters"` | Ryuta Kamizono | 2018-05-17 | 1 | -2/+0 |
* | | | | | | | | | | | Add ActiveStorage::Previewer#tempdir | George Claghorn | 2018-05-16 | 1 | -1/+5 |
* | | | | | | | | | | | Add missing block parameters | George Claghorn | 2018-05-16 | 2 | -2/+2 |
* | | | | | | | | | | | Demonstrate ActiveStorage::Blob#open in the Active Storage guide | George Claghorn | 2018-05-16 | 1 | -42/+9 |
* | | | | | | | | | | | Add ActiveStorage::Blob#open | George Claghorn | 2018-05-16 | 8 | -12/+81 |
| |/ / / / / / / / /
|/| | | | | | | | | |
|
* | | | | | | | | | | Don't expose `SingularAssociation#replace` which is internal API | Ryuta Kamizono | 2018-05-16 | 3 | -47/+44 |
|/ / / / / / / / / |
|
* | | | | | | | | | Remove :nodoc: from the methods which is added the doc [ci skip] | Ryuta Kamizono | 2018-05-15 | 1 | -4/+4 |
* | | | | | | | | | Merge pull request #32724 from nikolai-b/add_math_test | Ryuta Kamizono | 2018-05-15 | 2 | -9/+83 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Add math tests | Nikolai B | 2018-05-14 | 2 | -9/+83 |
|/ / / / / / / / / |
|
* | | | | | | | | | Merge pull request #32837 from ttanimichi/app-update-skip-spring | Yuji Yaginuma | 2018-05-14 | 3 | -1/+17 |
|\ \ \ \ \ \ \ \ \ |
|