Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | 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 | |
* | | | | | | Merge pull request #35607 from y-yagi/ensure_application_work_without_tmp_dir... | Yuji Yaginuma | 2019-03-14 | 2 | -0/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Make application work without tmp directory | yuuji.yaginuma | 2019-03-14 | 2 | -0/+4 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #35605 from richardmonette/support-slice-assign-safe-buffer | Rafael França | 2019-03-13 | 2 | -2/+38 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | support slice assignment on SafeBuffer | Richard Monette | 2019-03-13 | 2 | -2/+38 | |
* | | | | | | | Fix secret_key_base for Railties | eileencodes | 2019-03-13 | 2 | -0/+2 | |
* | | | | | | | Add secret token for action mailbox tests | eileencodes | 2019-03-13 | 1 | -0/+1 | |
|/ / / / / / | ||||||
* | | | | | | Fix gemfile.lock | Rafael Mendonça França | 2019-03-13 | 1 | -49/+49 | |
* | | | | | | Revert "Remove Marshal support from SchemaCache" | Rafael Mendonça França | 2019-03-13 | 2 | -0/+29 | |
* | | | | | | Merge tag 'v6.0.0.beta3' | eileencodes | 2019-03-13 | 38 | -36/+156 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Prep release | eileencodes | 2019-03-11 | 32 | -69/+134 | |
| * | | | | | | Fix possible dev mode RCE | Aaron Patterson | 2019-03-10 | 4 | -6/+43 | |
| * | | | | | | Only accept formats from registered mime types | John Hawthorn | 2019-03-10 | 3 | -6/+23 | |
* | | | | | | | Fix typo s/ActiveSupport::Timezone/ActiveSupport::TimeZone/ [ci skip] | Ryuta Kamizono | 2019-03-13 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #35601 from yahonda/bigint_support | Vipul A M | 2019-03-13 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ |