aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* depend on Zeitwerk 1.4.0Xavier Noria2019-03-193-4/+8
* Merge pull request #35659 from rails/fix-time-advance-with-historical-datesAndrew White2019-03-193-2/+17
|\
| * Fix Time#advance to work with dates before 1001-03-07Andrew White2019-03-183-2/+17
* | Merge pull request #35663 from eileencodes/fix-database-configuration-when-no...Eileen M. Uchitelle2019-03-182-1/+3
|\ \
| * | Fix database configuration when adding another config leveleileencodes2019-03-182-1/+3
* | | Simplify values_list with more compositionKasper Timm Hansen2019-03-181-24/+30
* | | Extract column check in values_listKasper Timm Hansen2019-03-181-14/+14
|/ /
* | Don't expose internal `type_casted_binds` methodRyuta Kamizono2019-03-192-8/+8
* | Added release notes for changes in Railties [ci skip] (#35622)प्रथमेश Sonpatki2019-03-182-2/+65
|/
* Merge pull request #35652 from razh/revert-rails-ujs-html-contentKasper Timm Hansen2019-03-182-3/+3
|\
| * Add regression test for HTML content in rails-ujsrazh2019-03-171-0/+11
| * Revert "Pass HTML responses as plain-text in rails-ujs"razh2019-03-172-12/+1
* | Merge pull request #35653 from kamipo/remove_arel_nodes_valuesRyuta Kamizono2019-03-1811-74/+22
|\ \
| * | Get rid of `Arel::Nodes::Values`Ryuta Kamizono2019-03-1811-74/+22
| |/
* | Add test case to prevent possible SQL injectionRyuta Kamizono2019-03-183-1/+23
* | Fix updating rich text via nested attributesGeorge Claghorn2019-03-176-7/+40
* | Merge pull request #35654 from t-richards/bugfix/referrer-policy-errorRyuta Kamizono2019-03-181-1/+1
|\ \ | |/ |/|
| * Suggest 'strict-origin' Referrer-Policy headerTom Richards2019-03-171-1/+1
|/
* Ruby 2.4 and later support native Unicode case mappingsRyuta Kamizono2019-03-181-1/+1
* Add `:reselect` and `:optimizer_hints` to the list of finder methodsRyuta Kamizono2019-03-181-0/+2
* Add test case for unscoping `:optimizer_hints`Ryuta Kamizono2019-03-183-1/+13
* Tweak `truncate_tables`Ryuta Kamizono2019-03-182-18/+18
* SQLite3: Make fixture loading to bulk statementsRyuta Kamizono2019-03-175-53/+40
* Fix undefined local variable or method `discard_remaining_results'Ryuta Kamizono2019-03-171-1/+1
* Ensure `execute_batch` discards remaining resultsRyuta Kamizono2019-03-172-14/+5
* Make `truncate_tables` to bulk statementsRyuta Kamizono2019-03-179-59/+123
* Merge pull request #35637 from y-yagi/add_environment_option_to_initializersYuji Yaginuma2019-03-173-2/+29
|\
| * Add -e/--environment option to `rails initializers`yuuji.yaginuma2019-03-163-2/+29
* | Fix warning: instance variable @optimizer_hints not initializedRyuta Kamizono2019-03-171-0/+1
* | Extract `truncate` and `truncate_tables` into database statementsRyuta Kamizono2019-03-1713-84/+42
* | Merge pull request #35615 from kamipo/optimizer_hintsRyuta Kamizono2019-03-1720-6/+184
|\ \
| * | Support Optimizer HintsRyuta Kamizono2019-03-1620-6/+184
* | | `ActiveRecord::Result#to_hash` has been renamed to `to_a` [ci skip]Ryuta Kamizono2019-03-171-2/+5
* | | Merge pull request #35642 from simi/raise-on-unknown-column-during-insert-allRyuta Kamizono2019-03-172-0/+14
|\ \ \
| * | | Raise UnknownAttributeError when unknown column is passed to insert_all and f...Josef Šimánek2019-03-162-0/+14
|/ / /
* | | Merge pull request #35634 from sharang-d/update-parameterize-docsRyuta Kamizono2019-03-162-6/+10
|\ \ \ | |_|/ |/| |
| * | Update docs for 'parameterize()' [ci skip]Sharang Dashputre2019-03-162-6/+10
* | | Engines are reloaded in Zeitwerk mode [closes #35618]Xavier Noria2019-03-153-16/+24
|/ /
* | Merge pull request #35628 from jhawthorn/file_update_any_extensionAaron Patterson2019-03-152-1/+15
|\ \
| * | Match evented checker behavior on dir with no extsJohn Hawthorn2019-03-152-1/+15
* | | Merge pull request #35623 from jhawthorn/actionview_cacheAaron Patterson2019-03-156-98/+13
|\ \ \
| * | | Remove updated_at from TemplatesJohn Hawthorn2019-03-154-18/+9
| * | | Make Template::Resolver always cacheJohn Hawthorn2019-03-153-80/+4
* | | | Merge pull request #35627 from Futurelearn/seb-rename-view-run-methodAaron Patterson2019-03-153-3/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Rename `ActionView::Base#run` to `#_run`Seb Jacobs2019-03-153-3/+3
|/ / /
* | | Merge pull request #35599 from y-yagi/improve_environment_argument_handlingYuji Yaginuma2019-03-157-12/+48
|\ \ \ | |_|/ |/| |
| * | Properly expand the environment's name in all commandsyuuji.yaginuma2019-03-157-12/+48
|/ /
* / bumps ZeitwerkXavier Noria2019-03-142-3/+3
|/
* GCS service: skip unnecessary bucket lookupsGeorge Claghorn2019-03-141-1/+1
* Merge pull request #35607 from y-yagi/ensure_application_work_without_tmp_dir...Yuji Yaginuma2019-03-142-0/+4
|\