| Commit message (Expand) | Author | Age | Files | Lines |
* | `--skip-action-cable` pass throughs `rails plugin new` | bogdanvlviv | 2017-08-10 | 1 | -0/+6 |
* | Improve plugin generator tests. Related to #30123. | bogdanvlviv | 2017-08-10 | 2 | -44/+74 |
* | Merge pull request #30091 from yhirano55/fix_engine_command | Rafael França | 2017-08-08 | 1 | -0/+4 |
|\ |
|
| * | Fix engine command | Yoshiyuki Hirano | 2017-08-06 | 1 | -0/+4 |
* | | Merge pull request #30090 from yhirano55/fix_escaped_character | Rafael França | 2017-08-08 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix escaped character | Yoshiyuki Hirano | 2017-08-06 | 1 | -1/+1 |
| |/ |
|
* | | Merge pull request #30127 from y-yagi/deprecate_support_of_older_config_ru | Rafael França | 2017-08-08 | 1 | -0/+31 |
|\ \ |
|
| * | | Deprecate support of older `config.ru` | yuuji.yaginuma | 2017-08-08 | 1 | -0/+31 |
| |/ |
|
* / | ActiveStorage:Add migrations per rails engine conventions (#30111) | Dino Maric | 2017-08-08 | 1 | -2/+2 |
|/ |
|
* | Check for `app.secrets.secret_key_base`, not `app.config.secret_key_base` | George Claghorn | 2017-08-05 | 1 | -3/+1 |
* | Merge pull request #30020 from rails/active-storage-import | David Heinemeier Hansson | 2017-08-04 | 6 | -16/+56 |
|\ |
|
| * | Make sure the test fails if the code chages | Rafael Mendonça França | 2017-08-04 | 1 | -8/+10 |
| * | Do not call isolate_namespace on the application | Rafael Mendonça França | 2017-08-04 | 1 | -1/+9 |
| * | Include active_storage in all generated application.rb files | David Heinemeier Hansson | 2017-08-04 | 1 | -1/+2 |
| * | 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 branch 'master' into active-storage-import | David Heinemeier Hansson | 2017-08-02 | 3 | -3/+3 |
| |\ |
|
| * \ | Merge branch 'master' into active-storage-import | David Heinemeier Hansson | 2017-08-01 | 2 | -1/+2 |
| |\ \ |
|
| * | | | Use config/storage.yml as part of the skeleton and loading | David Heinemeier Hansson | 2017-07-31 | 1 | -1/+1 |
| * | | | Include default storage configuration | David Heinemeier Hansson | 2017-07-31 | 1 | -0/+1 |
* | | | | Merge pull request #30011 from guilherme/fix-migration-generator-special-cases | Sean Griffin | 2017-08-03 | 1 | -0/+22 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Handling add/remove to/from migration edge cases | Guilherme Reis Campos | 2017-08-03 | 1 | -0/+22 |
* | | | | Merge remote-tracking branch 'origin/master' into unlock-minitest | Rafael Mendonça França | 2017-08-01 | 22 | -141/+368 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Merge pull request #30015 from larskanis/use-duktake-on-mingw | Guillermo Iguaran | 2017-08-01 | 1 | -0/+2 |
| |\ \ \ |
|
| | * | | | Use duktape gem as default JS engine on Windows-MINGW and MS-Visual-C builds | Lars Kanis | 2017-08-01 | 1 | -0/+2 |
| | |/ / |
|
| * | / | Remove unnecessary `doc` directory deletion | yuuji.yaginuma | 2017-08-01 | 1 | -1/+0 |
| | |/
| |/| |
|
| * | | Set Ruby version in Gemfile and .ruby-version by default | Alberto Almagro | 2017-07-31 | 1 | -0/+12 |
| |/ |
|
| * | 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 | 4 | -65/+36 |
| |\ \
| | |/
| |/| |
|
| | * | Extract `assert_output` and `available_pty?` into `ConsoleHelpers` module | yuuji.yaginuma | 2017-07-25 | 4 | -65/+36 |
| * | | Fix `dbconsole` test when tempdir is a long path | Sean Griffin | 2017-07-25 | 1 | -1/+1 |
| * | | Merge pull request #29916 from lugray/stop_generating_application_record | Eileen M. Uchitelle | 2017-07-25 | 5 | -34/+26 |
| |\ \
| | |/
| |/| |
|
| | * | Stop creating ApplicationRecord on model generation | Lisa Ugray | 2017-07-24 | 5 | -34/+26 |
| * | | Fix `warning: ambiguous first argument` | yuuji.yaginuma | 2017-07-25 | 1 | -1/+1 |
| * | | Fix regression from multiple mountpoint support | David Rodríguez | 2017-07-24 | 2 | -0/+38 |
| |/ |
|
| * | Avoid modifying frozen string in check_schema_file | Eugene Kenny | 2017-07-23 | 1 | -0/+7 |
| * | Fix false positive test related to wrong app root path. | Wojciech Wnętrzak | 2017-07-21 | 1 | -11/+11 |
| * | support `-` as an argument to `rails runner` | Cody Cutrer | 2017-07-17 | 1 | -0/+8 |
| * | Rename helper to force_lazy_load_hooks. | Kasper Timm Hansen | 2017-07-17 | 1 | -14/+14 |
| * | Set `RAILS_ENV` before load application file | yuuji.yaginuma | 2017-07-17 | 1 | -3/+32 |
| * | Merge pull request #29782 from y-yagi/follow_up_29699 | Kasper Timm Hansen | 2017-07-16 | 1 | -12/+35 |
| |\ |
|
| | * | add helper method for explicit lazy load | yuuji.yaginuma | 2017-07-16 | 1 | -13/+18 |