| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed typo in mysql client parameter | Kent Sibilev | 2015-12-09 | 1 | -1/+1 |
* | We don't need to set config.debug_exception_response_format given that :api i... | Jorge Bejar | 2015-12-09 | 1 | -6/+0 |
* | Make debug_exception_response_format config depends on api_only when is not set | Jorge Bejar | 2015-12-09 | 1 | -2/+12 |
* | Adjust comment in development.rb template file for app generator | Jorge Bejar | 2015-12-09 | 1 | -3/+0 |
* | debug_exception_response_format needs to be writeable in Configuration | Jorge Bejar | 2015-12-09 | 1 | -2/+2 |
* | Fix indent in generated Rails API env file | Jorge Bejar | 2015-12-09 | 1 | -6/+6 |
* | DebugException initialize with a response_format value | Jorge Bejar | 2015-12-09 | 1 | -1/+1 |
* | Add debug_exception_response_format config to configure DebugException | Jorge Bejar | 2015-12-09 | 2 | -30/+39 |
* | Response when error should be formatted properly in Rails API if local request | Jorge Bejar | 2015-12-09 | 1 | -1/+1 |
* | Fix #22232: rake test tasks exit status code | Arkadiusz Fal | 2015-12-07 | 1 | -1/+3 |
* | Merge pull request #22508 from y-yagi/remove_request_forgery_protection_from_... | Santiago Pastorino | 2015-12-07 | 1 | -0/+1 |
|\ |
|
| * | remove `request_forgery_protection` initializer from rails api | yuuji.yaginuma | 2015-12-06 | 1 | -0/+1 |
* | | Ditch `Commands` namespace for base command. | Kasper Timm Hansen | 2015-12-06 | 4 | -83/+78 |
* | | Invert command and commands tasks reference. | Kasper Timm Hansen | 2015-12-06 | 3 | -10/+14 |
* | | Remove "run with rake" suggestion. | Kasper Timm Hansen | 2015-12-06 | 1 | -22/+0 |
* | | 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 | 6 | -16/+105 |
* | | Disable FileEventedUpdateChecker for now | Rafael Mendonça França | 2015-12-04 | 1 | -5/+1 |
|/ |
|
* | allow use of minitest-rails gem with test runner | Chris Kottom | 2015-11-30 | 1 | -1/+1 |
* | add `bin/test` script to rails plugin | yuuji.yaginuma | 2015-11-28 | 4 | -6/+18 |
* | 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 | 2 | -3/+3 |
| |/
|/| |
|
* | | Prefer Minitest's location for test failures. | Kasper Timm Hansen | 2015-11-12 | 1 | -2/+8 |
* | | 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 | 1 | -1/+1 |
|/ |
|
* | [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 |
* | Add enabled flag to the public file server. | Kasper Timm Hansen | 2015-11-03 | 4 | -6/+27 |
* | added missing instructions for `rack-cors` | Gaurav Sharma | 2015-11-03 | 1 | -2/+4 |