| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Add class level `run` to Rails command. | Kasper Timm Hansen | 2015-12-06 | 2 | -22/+15 |
* | | | Replace `-> {}` with a proc. | Kasper Timm Hansen | 2015-12-05 | 1 | -1/+1 |
* | | | Remove `_instance` suffix from command. | Kasper Timm Hansen | 2015-12-05 | 1 | -2/+2 |
* | | | Default `argv` to an empty array. | Kasper Timm Hansen | 2015-12-05 | 1 | -1/+1 |
* | | | Spruce up `command_for`. | Kasper Timm Hansen | 2015-12-05 | 1 | -4/+1 |
* | | | `exists?` isn't for users. | Kasper Timm Hansen | 2015-12-05 | 1 | -1/+1 |
* | | | Move `command_name_for` to private section. | Kasper Timm Hansen | 2015-12-05 | 1 | -4/+4 |
* | | | Add Rails command infrastructure and encapsulate development caching | Chuck Callebs | 2015-12-04 | 9 | -51/+144 |
* | | | Disable FileEventedUpdateChecker for now | Rafael Mendonça França | 2015-12-04 | 1 | -5/+1 |
* | | | Mac OS X use /private as directory to temp file | Rafael Mendonça França | 2015-12-04 | 1 | -1/+1 |
* | | | Remove test_files check from plugin checks | Rafael Mendonça França | 2015-12-04 | 1 | -4/+0 |
* | | | Remove warnings | Rafael Mendonça França | 2015-12-04 | 1 | -4/+4 |
|/ / |
|
* | | Merge pull request #22469 from merhard/fix_custom_file_loader_test | Rafael França | 2015-12-02 | 1 | -0/+2 |
|\ \ |
|
| * | | Fix failing test using custom file watcher | Matthew Erhard | 2015-12-02 | 1 | -0/+2 |
* | | | Revert "don't start a new process for every test file" | Matthew Erhard | 2015-12-02 | 1 | -21/+8 |
|/ / |
|
* | | allow use of minitest-rails gem with test runner | Chris Kottom | 2015-11-30 | 2 | -1/+7 |
* | | add `bin/test` script to rails plugin | yuuji.yaginuma | 2015-11-28 | 7 | -7/+153 |
* | | let the generated app Gemfile depend on listen 3.0.5 | Xavier Noria | 2015-11-26 | 1 | -1/+1 |
* | | Merge pull request #22263 from mastahyeti/csrf-origin-check | Rafael França | 2015-11-26 | 1 | -0/+4 |
|\ \ |
|
| * | | Add option to verify Origin header in CSRF checks | Ben Toews | 2015-11-25 | 1 | -0/+4 |
* | | | Merge pull request #22401 from cllns/remove-br-from-scaffold | Kasper Timm Hansen | 2015-11-25 | 2 | -3/+7 |
|\ \ \ |
|
| * | | | Remove <br> from scaffold, in favor of using CSS | Sean Collins | 2015-11-25 | 2 | -3/+7 |
* | | | | Merge pull request #22290 from y-yagi/donot_show_test_unit_job | Eileen M. Uchitelle | 2015-11-25 | 1 | -0/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | do not show Active Job test generator | yuuji.yaginuma | 2015-11-14 | 1 | -0/+1 |
| | |/
| |/| |
|
* | | | Merge pull request #22370 from yui-knk/remove_blank_line | Andrew White | 2015-11-24 | 1 | -1/+0 |
|\ \ \ |
|
| * | | | Remove a blank line from a template for plugin `routes.rb` | yui-knk | 2015-11-22 | 1 | -1/+0 |
* | | | | Merge pull request #22287 from dharamgollapudi/patch-2 | Rafael França | 2015-11-24 | 1 | -2/+1 |
|\ \ \ \ |
|
| * | | | | Move the desc one level up | Dharam Gollapudi | 2015-11-13 | 1 | -2/+1 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #22272 from y-yagi/remove_test_files_in_plugin_gemspec | Eileen M. Uchitelle | 2015-11-23 | 1 | -3/+0 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | don't package test files in plugin gemspec | yuuji.yaginuma | 2015-11-12 | 1 | -3/+0 |
| | |/
| |/| |
|
* | | | Make the `static_index` config part of the `config.public_server` config | Yuki Nishijima | 2015-11-16 | 4 | -7/+12 |
| |/
|/| |
|
* | | Prefer Minitest's location for test failures. | Kasper Timm Hansen | 2015-11-12 | 2 | -3/+9 |
* | | Don't match specific line numbers in reporter tests. | Kasper Timm Hansen | 2015-11-12 | 1 | -4/+4 |
* | | registers these changes in the CHANGELOGs | Xavier Noria | 2015-11-11 | 1 | -0/+5 |
* | | encapsulates the logic to choose the file monitor in app config | Xavier Noria | 2015-11-10 | 1 | -1/+9 |
* | | upgrade listen to 3.0.4 | Xavier Noria | 2015-11-08 | 1 | -1/+1 |
* | | move the listen gem in the Gemfile to the development group | Xavier Noria | 2015-11-08 | 1 | -3/+4 |
* | | implements an evented file update checker [Puneet Agarwal] | Xavier Noria | 2015-11-08 | 2 | -1/+4 |
* | | fix application_controller require_dependency path generated by api scaffold ... | yuuji.yaginuma | 2015-11-08 | 2 | -1/+25 |
|/ |
|
* | [ci skip] Remove final mentions of `static_cache_control` in docs. | Kasper Timm Hansen | 2015-11-05 | 1 | -1/+3 |
* | Fix `static_cache_control` deprecation warning | Jon Atack | 2015-11-05 | 1 | -3/+6 |
* | Replace `serve_static_files` in tests with `public_file_server.enabled`. | Kasper Timm Hansen | 2015-11-04 | 4 | -5/+5 |
* | Merge pull request #22173 from kaspth/enable-public-file-server | Kasper Timm Hansen | 2015-11-04 | 6 | -12/+84 |
|\ |
|
| * | Move `static_cache_contorl` deprecation changelog entry to Railties. | Kasper Timm Hansen | 2015-11-04 | 1 | -0/+22 |
| * | Add enabled flag to the public file server. | Kasper Timm Hansen | 2015-11-03 | 6 | -12/+62 |
* | | don't start a new process for every test file | Aaron Patterson | 2015-11-03 | 1 | -8/+21 |
|/ |
|
* | added missing instructions for `rack-cors` | Gaurav Sharma | 2015-11-03 | 1 | -2/+4 |
* | Make `db:migrate:status` to render `1_some.rb` format migrate files. | yui-knk | 2015-11-02 | 1 | -0/+22 |
* | Merge pull request #22152 from y-yagi/remove_sass-cache_from_gitignore | Andrew White | 2015-11-02 | 1 | -1/+0 |
|\ |
|
| * | remove unnecessary `.sass-cache` from plugin's gitignore template | yuuji.yaginuma | 2015-11-02 | 1 | -1/+0 |