| Commit message (Expand) | Author | Age | Files | Lines |
* | Add DSL for configuring Content-Security-Policy header | Andrew White | 2017-11-27 | 2 | -0/+198 |
* | Change `form_with` to generates ids by default | npezza93 | 2017-11-25 | 1 | -0/+62 |
* | Add `environment` as dependency of `load_config` (#31135) | Yuji Yaginuma | 2017-11-14 | 1 | -2/+18 |
* | Do not show credentials in generators help | yuuji.yaginuma | 2017-11-09 | 1 | -1/+2 |
* | Remove unnecessary migration deletion | yuuji.yaginuma | 2017-11-08 | 5 | -19/+0 |
* | Fix `bin/rails db:migrate` with specified `VERSION` | bogdanvlviv | 2017-11-06 | 1 | -2/+154 |
* | Merge pull request #30101 from bogdanvlviv/initialization-active_storage | Rafael França | 2017-11-06 | 6 | -2/+24 |
|\ |
|
| * | `rails new` runs `rails active_storage:install` | bogdanvlviv | 2017-11-06 | 6 | -2/+24 |
* | | s/an/a/ | Akira Matsuda | 2017-11-04 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #30579 from bogdanvlviv/fix_ar_internal_metadata_for_a_tes... | Sean Griffin | 2017-10-18 | 1 | -0/+47 |
|\ |
|
| * | `ActiveRecord::Tasks::DatabaseTasks.load_schema` has always to establish data... | bogdanvlviv | 2017-10-15 | 1 | -0/+8 |
| * | Fix `bin/rails db:setup` and `bin/rails db:test:prepare` create wrong ar_int... | bogdanvlviv | 2017-10-15 | 1 | -0/+39 |
* | | Remove unnecessary `allow_failure: true` option | yuuji.yaginuma | 2017-10-18 | 1 | -1/+1 |
|/ |
|
* | Improve RakeTest#test_db_test_prepare_when_using_sql_format | bogdanvlviv | 2017-10-08 | 1 | -3/+1 |
* | Invoke rails command inside the railties' test app with TestHelpers::Generati... | bogdanvlviv | 2017-10-08 | 3 | -16/+12 |
* | Remove redundant execution of `Dir.chdir(app_path) { }` in railties' tests | bogdanvlviv | 2017-10-08 | 4 | -230/+194 |
* | Deprecate secret_token, long since usurped by secret_key_base. | Kasper Timm Hansen | 2017-09-28 | 1 | -0/+26 |
* | Fix cookies/session tests broken after merging key rotation. | Kasper Timm Hansen | 2017-09-25 | 2 | -35/+31 |
* | Skip complex cookie tests for now; I'll deal with them tomorrow. | Kasper Timm Hansen | 2017-09-24 | 2 | -0/+6 |
* | Add key rotation message Encryptor and Verifier | Michael Coyne | 2017-09-23 | 1 | -0/+143 |
* | Use `TOPLEVEL_BINDING` in rails runner command | yuuji.yaginuma | 2017-09-22 | 1 | -0/+12 |
* | Don't expose Active Storage routes | yuuji.yaginuma | 2017-09-16 | 1 | -28/+13 |
* | Add credentials using a generic EncryptedConfiguration class (#30067) | David Heinemeier Hansson | 2017-09-11 | 4 | -83/+72 |
* | Remove needless `silence_warnings` | yuuji.yaginuma | 2017-09-09 | 2 | -13/+2 |
* | Run in-app rails commands via fork+load where possible | Matthew Draper | 2017-09-04 | 17 | -278/+242 |
* | Don't need the layout here | Matthew Draper | 2017-09-04 | 1 | -0/+2 |
* | Preload Rails component gems in railties tests | Matthew Draper | 2017-09-04 | 3 | -1/+3 |
* | Remove needless `silence_warnings` | yuuji.yaginuma | 2017-09-01 | 1 | -4/+1 |
* | Make `restart` and `dev:cache` tasks work when customizing pid file path | yuuji.yaginuma | 2017-08-21 | 3 | -13/+36 |
* | Fix RuboCop offenses | Koichi ITO | 2017-08-16 | 5 | -12/+12 |
* | Add test case to make sure Parameters configuration are executed once | Rafael Mendonça França | 2017-08-15 | 1 | -0/+10 |
* | Adding frozen_string_literal pragma to Railties. | Pat Allan | 2017-08-14 | 48 | -0/+96 |
* | Railties updates for frozen string literals. | Pat Allan | 2017-08-14 | 1 | -1/+2 |
* | Merge pull request #29559 from kirs/eager-load-controller-actions | Rafael França | 2017-08-11 | 1 | -0/+60 |
|\ |
|
| * | Eager load controller and mailer actions | Kir Shatrov | 2017-07-29 | 1 | -0/+60 |
* | | Deprecate support of older `config.ru` | yuuji.yaginuma | 2017-08-08 | 1 | -0/+31 |
* | | Check for `app.secrets.secret_key_base`, not `app.config.secret_key_base` | George Claghorn | 2017-08-05 | 1 | -3/+1 |
* | | Convert to strings so array can be sorted deterministically | David Heinemeier Hansson | 2017-08-04 | 1 | -3/+3 |
* | | Deterministic comparisons please | David Heinemeier Hansson | 2017-08-03 | 1 | -3/+3 |
* | | Do not eager load ActiveRecord::Base | Rafael Mendonça França | 2017-08-03 | 2 | -10/+6 |
* | | Active Storage routes are now part of the default routes | David Heinemeier Hansson | 2017-08-03 | 1 | -9/+37 |
* | | Same issue from AR getting loaded earlier | David Heinemeier Hansson | 2017-08-03 | 1 | -3/+3 |
* | | Including new default classes in loading test | David Heinemeier Hansson | 2017-08-03 | 1 | -3/+3 |
* | | Active Storage loads AR earlier to extend it so require env later | David Heinemeier Hansson | 2017-08-03 | 1 | -3/+7 |
* | | Generating the app is where the exception is now raised | David Heinemeier Hansson | 2017-08-03 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/master' into unlock-minitest | Rafael Mendonça França | 2017-08-01 | 8 | -60/+154 |
|\ \ |
|
| * | | Fix `warning: method redefined;` | yuuji.yaginuma | 2017-07-28 | 1 | -3/+3 |
| |/ |
|
| * | Merge pull request #29926 from pawandubey:fix-test-with-absolute-paths | Kasper Timm Hansen | 2017-07-25 | 1 | -0/+26 |
| |\ |
|
| | * | Allow bin/rails test task to take absolute paths as arguments | Pawan Dubey | 2017-07-25 | 1 | -0/+26 |
| * | | Merge pull request #29931 from y-yagi/extract_assert_output_and_available_pty... | Sean Griffin | 2017-07-25 | 2 | -44/+10 |
| |\ \
| | |/
| |/| |
|