Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | load "rack/test" before "action_controller/railtie" in bug report templates ↵ | yuuji.yaginuma | 2015-02-05 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Update bug report templates to use version 4.2.0 instead of 5.0.0 [ci skip] | Prathamesh Sonpatki | 2015-01-04 | 1 | -1/+1 |
| | | | | | | | | - Right now master is 5.0.0. Latest gem release is 4.2.0 for which we are accepting bug reports. So lets use it in bug report templates. - 5.0.0 is not installable as it's not available on Rubygems yet. So the gem bug templates are not usable without editing the version. Using 4.2.0 will make them usable again. | ||||
* | Using Rails 5.0 in bug report templates [ci skip] | Lucas Caton | 2015-01-02 | 1 | -1/+1 |
| | |||||
* | `secret_token` is now saved in `Rails.application.secrets.secret_token` | Benjamin Fleischer | 2014-11-02 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | - `secrets.secret_token` is now used in all places `config.secret_token` was - `secrets.secret_token`, when not present in `config/secrets.yml`, now falls back to the value of `config.secret_token` - when `secrets.secret_token` is set, it over-writes `config.secret_token` so they are the same (for backwards-compatibility) - Update docs to reference app.secrets in all places - Remove references to `config.secret_token`, `config.secret_key_base` - Warn that missing secret_key_base is deprecated - Add tests for secret_token, key_generator, and message_verifier - the legacy key generator is used with the message verifier when secrets.secret_key_base is blank and secret_token is set - app.key_generator raises when neither secrets.secret_key_base nor secret_token are set - app.env_config raises when neither secrets.secret_key_base nor secret_token are set - Add changelog Run focused tests via ruby -w -Itest test/application/configuration_test.rb -n '/secret_|key_/' | ||||
* | Ensure backward compatibility between Minitest 5 and 4 | Robin Dupret | 2013-12-27 | 1 | -1/+4 |
| | | | | | | | | Define Minitest::Test in case we are running the gist under Minitest 4 and avoid relying on MiniTest::Unit::TestCase to avoid displaying warning on version five. [ci skip] | ||||
* | Minitest::Unit::TestCase is Minitest::Test [ci skip] | Arun Agrawal | 2013-12-26 | 1 | -1/+1 |
| | |||||
* | Change all `MiniTest` to `Minitest` since, `MiniTest` namespace has been ↵ | Vipul A M | 2013-12-18 | 1 | -1/+1 |
| | | | | | | renamed to `Minitest` Ref: https://github.com/seattlerb/minitest/blob/master/History.txt | ||||
* | Include URL helpers in TestController in bug report templates | Roman Kushnir | 2013-11-11 | 1 | -0/+2 |
| | | | | | | [ci skip] Fixes #12848. | ||||
* | Added bug report template for ActionController | Paul Nikitochkin | 2013-08-21 | 1 | -0/+42 |
[ci skip] |