Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Remove 5.0.0 entry from 5.1.0 CHANGELOG [ci skip] | claudiob | 2017-03-20 | 1 | -4/+0 | |
* | | | | Default to yielding a `form` variable. | Kasper Timm Hansen | 2017-03-20 | 2 | -12/+12 | |
* | | | | Merge pull request #28406 from chukitow/feature/user-form-with-instead-of-for... | Kasper Timm Hansen | 2017-03-20 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | disable remote submits | Ivan Velasquez | 2017-03-14 | 1 | -1/+1 | |
| * | | | | user form with instead of form for in scaffold generator | Ivan Velasquez | 2017-03-13 | 1 | -1/+1 | |
* | | | | | Add `app:update` task to engines | yuuji.yaginuma | 2017-03-20 | 5 | -1/+51 | |
* | | | | | Merge pull request #28481 from y-yagi/fix_warning | Kasper Timm Hansen | 2017-03-20 | 1 | -3/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix `warning: character class has duplicated range` | yuuji.yaginuma | 2017-03-20 | 1 | -3/+3 | |
* | | | | | | Correctly check whether key is defined in configuration | yuuji.yaginuma | 2017-03-19 | 3 | -4/+16 | |
|/ / / / / | ||||||
* | | | | | Track the version-compatible config settings inside railties | Matthew Draper | 2017-03-18 | 7 | -59/+60 | |
* | | | | | Bump Capybara and include Minitest::Assertions | eileencodes | 2017-03-17 | 1 | -1/+1 | |
* | | | | | Merge pull request #28368 from y-yagi/add_test_for_secrets_command | Kasper Timm Hansen | 2017-03-15 | 1 | -0/+13 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add secrets edit test | yuuji.yaginuma | 2017-03-12 | 1 | -0/+13 | |
* | | | | | | Merge pull request #28409 from y-yagi/make_destroy_command_work_within_engines | Eileen M. Uchitelle | 2017-03-15 | 2 | -2/+57 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Make destroy command work within engines | yuuji.yaginuma | 2017-03-14 | 2 | -2/+57 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #28422 from y-yagi/rename_app_update_test_to_more_appropri... | Kasper Timm Hansen | 2017-03-15 | 1 | -7/+7 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Rename test of `app:update` to more appropriate name | yuuji.yaginuma | 2017-03-15 | 1 | -7/+7 | |
| |/ / / / / | ||||||
* | / / / / | Add CHANGELOG entry for --skip-coffee [ci skip] | claudiob | 2017-03-14 | 1 | -0/+4 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Move "fixes" to a new line | Jon Moss | 2017-03-13 | 1 | -1/+3 | |
|/ / / / | ||||||
* | | | | Merge pull request #28182 from y-yagi/show_correct_rails_commands | Kasper Timm Hansen | 2017-03-09 | 8 | -18/+47 | |
|\ \ \ \ | ||||||
| * | | | | Show correct commands in help | yuuji.yaginuma | 2017-03-03 | 8 | -18/+47 | |
* | | | | | [ci skip] Document read_encrypted_secrets config. | Kasper Timm Hansen | 2017-03-09 | 1 | -0/+8 | |
* | | | | | Use appropriate type in generators test | yuuji.yaginuma | 2017-03-08 | 1 | -1/+1 | |
| |/ / / |/| | | | ||||||
* | | | | [ci skip] 🎬 expensive: take two | Kasper Timm Hansen | 2017-03-06 | 1 | -1/+1 | |
* | | | | Merge pull request #28257 from yahonda/app_generators_use_oracle_enhanced | Andrew White | 2017-03-06 | 2 | -5/+6 | |
|\ \ \ \ | ||||||
| * | | | | Update `database.yml` when `rails new <new_app> -d oracle` specified | Yasuo Honda | 2017-03-02 | 2 | -5/+6 | |
* | | | | | Avoid running system tests by default | Robin Dupret | 2017-03-05 | 5 | -10/+70 | |
* | | | | | A private method can't be called with `self.` | Akira Matsuda | 2017-03-04 | 1 | -2/+2 | |
* | | | | | Remove unnecessary system test code | eileencodes | 2017-03-03 | 1 | -13/+0 | |
* | | | | | Fix random failure on system test with ajax | Fumiaki MATSUSHIMA | 2017-03-03 | 1 | -0/+28 | |
|/ / / / | ||||||
* | | | | [ci skip] Add changelog entry for #28139. | Kasper Timm Hansen | 2017-03-02 | 1 | -0/+16 | |
* | | | | Inline CIPHER constant. | Kasper Timm Hansen | 2017-03-02 | 1 | -6/+3 | |
* | | | | Move key packing into encryptor. | Kasper Timm Hansen | 2017-03-02 | 2 | -6/+4 | |
* | | | | Add back yaml require. | Kasper Timm Hansen | 2017-03-02 | 1 | -0/+1 | |
* | | | | Merge pull request #28139 from stouset/update-secrets-to-use-modern-crypto | Kasper Timm Hansen | 2017-03-02 | 2 | -17/+16 | |
|\ \ \ \ | ||||||
| * | | | | Default Secrets to AES-128-GCM, using ActiveSupport::MessageEncryptor | Stephen Touset | 2017-03-01 | 2 | -17/+16 | |
* | | | | | Convert `ENV["EDITOR"]` to string before check | yuuji.yaginuma | 2017-03-02 | 1 | -1/+1 | |
* | | | | | [ci skip] Add changelog entry for encrypted secrets. | Kasper Timm Hansen | 2017-03-01 | 1 | -0/+14 | |
* | | | | | Put it to me straight: just say it. | Kasper Timm Hansen | 2017-03-01 | 1 | -3/+3 | |
* | | | | | Tell users how to assign a $EDITOR. | Kasper Timm Hansen | 2017-03-01 | 2 | -0/+35 | |
* | | | | | Merge pull request #28239 from y-yagi/use_appropriate_type_for_test_framework... | Kasper Timm Hansen | 2017-03-01 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Use appropriate type for `test_framework` option | yuuji.yaginuma | 2017-03-01 | 1 | -1/+1 | |
* | | | | | | Merge pull request #28230 from y-yagi/HOST_to_be_in_uppercase | Rafael França | 2017-02-28 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | `HOST` must be all capital letters | yuuji.yaginuma | 2017-03-01 | 1 | -1/+1 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #28120 from vfonic/plugin-generator-skip-turbolinks-dummy | Rafael França | 2017-02-28 | 1 | -0/+1 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Skip turbolinks for engine test application | Viktor Fonic | 2017-02-28 | 1 | -0/+1 | |
* | | | | | | Fix http -> https [ci skip] | kenta-s | 2017-02-28 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Use released webpacker in new applications | yuuji.yaginuma | 2017-02-28 | 1 | -1/+1 | |
* | | | | | Merge pull request #28196 from y-yagi/set_correct_host_except_development_env... | Andrew White | 2017-02-27 | 2 | -3/+25 | |
|\ \ \ \ \ | ||||||
| * | | | | | Set correct host except development environment | yuuji.yaginuma | 2017-02-27 | 2 | -3/+25 | |
| | |/ / / | |/| | | |