aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | 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
|\ \ \ \ \ \
| * | | | | | Make application work without tmp directoryyuuji.yaginuma2019-03-142-0/+4
|/ / / / / /
* | | | | | Merge pull request #35605 from richardmonette/support-slice-assign-safe-bufferRafael França2019-03-132-2/+38
|\ \ \ \ \ \
| * | | | | | support slice assignment on SafeBufferRichard Monette2019-03-132-2/+38
* | | | | | | Fix secret_key_base for Railtieseileencodes2019-03-132-0/+2
* | | | | | | Add secret token for action mailbox testseileencodes2019-03-131-0/+1
|/ / / / / /
* | | | | | Fix gemfile.lockRafael Mendonça França2019-03-131-49/+49
* | | | | | Revert "Remove Marshal support from SchemaCache"Rafael Mendonça França2019-03-132-0/+29
* | | | | | Merge tag 'v6.0.0.beta3'eileencodes2019-03-1338-36/+156
|\ \ \ \ \ \
| * | | | | | Prep releaseeileencodes2019-03-1132-69/+134
| * | | | | | Fix possible dev mode RCEAaron Patterson2019-03-104-6/+43
| * | | | | | Only accept formats from registered mime typesJohn Hawthorn2019-03-103-6/+23
* | | | | | | Fix typo s/ActiveSupport::Timezone/ActiveSupport::TimeZone/ [ci skip]Ryuta Kamizono2019-03-131-1/+1