| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | Fix a ContentNegotiation test description | Sharang Dashputre | 2019-03-19 | 1 | -1/+1 |
* | | | | | | | | | depend on Zeitwerk 1.4.0 | Xavier Noria | 2019-03-19 | 3 | -4/+8 |
* | | | | | | | | | Merge pull request #35659 from rails/fix-time-advance-with-historical-dates | Andrew White | 2019-03-19 | 3 | -2/+17 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | Fix Time#advance to work with dates before 1001-03-07 | Andrew White | 2019-03-18 | 3 | -2/+17 |
* | | | | | | | | | Merge pull request #35663 from eileencodes/fix-database-configuration-when-no... | Eileen M. Uchitelle | 2019-03-18 | 2 | -1/+3 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|_|/ / /
|/| | | | | | | | |
|
| * | | | | | | | | Fix database configuration when adding another config level | eileencodes | 2019-03-18 | 2 | -1/+3 |
| | |_|_|_|/ / /
| |/| | | | | | |
|
* | | | | | | | | Simplify values_list with more composition | Kasper Timm Hansen | 2019-03-18 | 1 | -24/+30 |
* | | | | | | | | Extract column check in values_list | Kasper Timm Hansen | 2019-03-18 | 1 | -14/+14 |
|/ / / / / / / |
|
* | | | | | | | Don't expose internal `type_casted_binds` method | Ryuta Kamizono | 2019-03-19 | 2 | -8/+8 |
* | | | | | | | Added release notes for changes in Railties [ci skip] (#35622) | प्रथमेश Sonpatki | 2019-03-18 | 2 | -2/+65 |
|/ / / / / / |
|
* | | | | | | Merge pull request #35652 from razh/revert-rails-ujs-html-content | Kasper Timm Hansen | 2019-03-18 | 2 | -3/+3 |
|\ \ \ \ \ \ |
|
| * | | | | | | Add regression test for HTML content in rails-ujs | razh | 2019-03-17 | 1 | -0/+11 |
| * | | | | | | Revert "Pass HTML responses as plain-text in rails-ujs" | razh | 2019-03-17 | 2 | -12/+1 |
* | | | | | | | Merge pull request #35653 from kamipo/remove_arel_nodes_values | Ryuta Kamizono | 2019-03-18 | 11 | -74/+22 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Get rid of `Arel::Nodes::Values` | Ryuta Kamizono | 2019-03-18 | 11 | -74/+22 |
| |/ / / / / / |
|
* | | | | | | | Add test case to prevent possible SQL injection | Ryuta Kamizono | 2019-03-18 | 3 | -1/+23 |
* | | | | | | | Fix updating rich text via nested attributes | George Claghorn | 2019-03-17 | 6 | -7/+40 |
* | | | | | | | Merge pull request #35654 from t-richards/bugfix/referrer-policy-error | Ryuta Kamizono | 2019-03-18 | 1 | -1/+1 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | Suggest 'strict-origin' Referrer-Policy header | Tom Richards | 2019-03-17 | 1 | -1/+1 |
|/ / / / / / |
|
* | | | | | | Ruby 2.4 and later support native Unicode case mappings | Ryuta Kamizono | 2019-03-18 | 1 | -1/+1 |
* | | | | | | Add `:reselect` and `:optimizer_hints` to the list of finder methods | Ryuta Kamizono | 2019-03-18 | 1 | -0/+2 |
* | | | | | | Add test case for unscoping `:optimizer_hints` | Ryuta Kamizono | 2019-03-18 | 3 | -1/+13 |
* | | | | | | Tweak `truncate_tables` | Ryuta Kamizono | 2019-03-18 | 2 | -18/+18 |
* | | | | | | SQLite3: Make fixture loading to bulk statements | Ryuta Kamizono | 2019-03-17 | 5 | -53/+40 |
* | | | | | | Fix undefined local variable or method `discard_remaining_results' | Ryuta Kamizono | 2019-03-17 | 1 | -1/+1 |
* | | | | | | Ensure `execute_batch` discards remaining results | Ryuta Kamizono | 2019-03-17 | 2 | -14/+5 |
* | | | | | | Make `truncate_tables` to bulk statements | Ryuta Kamizono | 2019-03-17 | 9 | -59/+123 |
* | | | | | | Merge pull request #35637 from y-yagi/add_environment_option_to_initializers | Yuji Yaginuma | 2019-03-17 | 3 | -2/+29 |
|\ \ \ \ \ \ |
|
| * | | | | | | Add -e/--environment option to `rails initializers` | yuuji.yaginuma | 2019-03-16 | 3 | -2/+29 |
* | | | | | | | Fix warning: instance variable @optimizer_hints not initialized | Ryuta Kamizono | 2019-03-17 | 1 | -0/+1 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | Extract `truncate` and `truncate_tables` into database statements | Ryuta Kamizono | 2019-03-17 | 13 | -84/+42 |
* | | | | | | Merge pull request #35615 from kamipo/optimizer_hints | Ryuta Kamizono | 2019-03-17 | 20 | -6/+184 |
|\ \ \ \ \ \ |
|
| * | | | | | | Support Optimizer Hints | Ryuta Kamizono | 2019-03-16 | 20 | -6/+184 |
* | | | | | | | `ActiveRecord::Result#to_hash` has been renamed to `to_a` [ci skip] | Ryuta Kamizono | 2019-03-17 | 1 | -2/+5 |
* | | | | | | | Merge pull request #35642 from simi/raise-on-unknown-column-during-insert-all | Ryuta Kamizono | 2019-03-17 | 2 | -0/+14 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Raise UnknownAttributeError when unknown column is passed to insert_all and f... | Josef Šimánek | 2019-03-16 | 2 | -0/+14 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #35634 from sharang-d/update-parameterize-docs | Ryuta Kamizono | 2019-03-16 | 2 | -6/+10 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| * | | | | | | Update docs for 'parameterize()' [ci skip] | Sharang Dashputre | 2019-03-16 | 2 | -6/+10 |
* | | | | | | | Engines are reloaded in Zeitwerk mode [closes #35618] | Xavier Noria | 2019-03-15 | 3 | -16/+24 |
|/ / / / / / |
|
* | | | | | | Merge pull request #35628 from jhawthorn/file_update_any_extension | Aaron Patterson | 2019-03-15 | 2 | -1/+15 |
|\ \ \ \ \ \ |
|
| * | | | | | | Match evented checker behavior on dir with no exts | John Hawthorn | 2019-03-15 | 2 | -1/+15 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #35623 from jhawthorn/actionview_cache | Aaron Patterson | 2019-03-15 | 6 | -98/+13 |
|\ \ \ \ \ \ |
|
| * | | | | | | Remove updated_at from Templates | John Hawthorn | 2019-03-15 | 4 | -18/+9 |
| * | | | | | | Make Template::Resolver always cache | John Hawthorn | 2019-03-15 | 3 | -80/+4 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge pull request #35627 from Futurelearn/seb-rename-view-run-method | Aaron Patterson | 2019-03-15 | 3 | -3/+3 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | Rename `ActionView::Base#run` to `#_run` | Seb Jacobs | 2019-03-15 | 3 | -3/+3 |
|/ / / / / |
|
* | | | | | Merge pull request #35599 from y-yagi/improve_environment_argument_handling | Yuji Yaginuma | 2019-03-15 | 7 | -12/+48 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Properly expand the environment's name in all commands | yuuji.yaginuma | 2019-03-15 | 7 | -12/+48 |
|/ / / / |
|
* / / / | bumps Zeitwerk | Xavier Noria | 2019-03-14 | 2 | -3/+3 |
|/ / / |
|
* | | | GCS service: skip unnecessary bucket lookups | George Claghorn | 2019-03-14 | 1 | -1/+1 |