aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Ditch `Commands` namespace for base command.Kasper Timm Hansen2015-12-064-83/+78
* Invert command and commands tasks reference.Kasper Timm Hansen2015-12-063-10/+14
* Remove "run with rake" suggestion.Kasper Timm Hansen2015-12-061-22/+0
* Add class level `run` to Rails command.Kasper Timm Hansen2015-12-062-22/+15
* Replace `-> {}` with a proc.Kasper Timm Hansen2015-12-051-1/+1
* Remove `_instance` suffix from command.Kasper Timm Hansen2015-12-051-2/+2
* Default `argv` to an empty array.Kasper Timm Hansen2015-12-051-1/+1
* Spruce up `command_for`.Kasper Timm Hansen2015-12-051-4/+1
* `exists?` isn't for users.Kasper Timm Hansen2015-12-051-1/+1
* Move `command_name_for` to private section.Kasper Timm Hansen2015-12-051-4/+4
* Add Rails command infrastructure and encapsulate development cachingChuck Callebs2015-12-049-51/+144
* Disable FileEventedUpdateChecker for nowRafael Mendonça França2015-12-041-5/+1
* Mac OS X use /private as directory to temp fileRafael Mendonça França2015-12-041-1/+1
* Remove test_files check from plugin checksRafael Mendonça França2015-12-041-4/+0
* Remove warningsRafael Mendonça França2015-12-041-4/+4
* Merge pull request #22469 from merhard/fix_custom_file_loader_testRafael França2015-12-021-0/+2
|\
| * Fix failing test using custom file watcherMatthew Erhard2015-12-021-0/+2
* | Revert "don't start a new process for every test file"Matthew Erhard2015-12-021-21/+8
|/
* allow use of minitest-rails gem with test runnerChris Kottom2015-11-302-1/+7
* add `bin/test` script to rails pluginyuuji.yaginuma2015-11-287-7/+153
* let the generated app Gemfile depend on listen 3.0.5Xavier Noria2015-11-261-1/+1
* Merge pull request #22263 from mastahyeti/csrf-origin-checkRafael França2015-11-261-0/+4
|\
| * Add option to verify Origin header in CSRF checksBen Toews2015-11-251-0/+4
* | Merge pull request #22401 from cllns/remove-br-from-scaffoldKasper Timm Hansen2015-11-252-3/+7
|\ \
| * | Remove <br> from scaffold, in favor of using CSSSean Collins2015-11-252-3/+7
* | | Merge pull request #22290 from y-yagi/donot_show_test_unit_jobEileen M. Uchitelle2015-11-251-0/+1
|\ \ \ | |/ / |/| |
| * | do not show Active Job test generatoryuuji.yaginuma2015-11-141-0/+1
* | | Merge pull request #22370 from yui-knk/remove_blank_lineAndrew White2015-11-241-1/+0
|\ \ \
| * | | Remove a blank line from a template for plugin `routes.rb`yui-knk2015-11-221-1/+0
* | | | Merge pull request #22287 from dharamgollapudi/patch-2Rafael França2015-11-241-2/+1
|\ \ \ \
| * | | | Move the desc one level up Dharam Gollapudi2015-11-131-2/+1
| | |/ / | |/| |
* | | | Merge pull request #22272 from y-yagi/remove_test_files_in_plugin_gemspecEileen M. Uchitelle2015-11-231-3/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | don't package test files in plugin gemspecyuuji.yaginuma2015-11-121-3/+0
| | |/ | |/|
* | | Make the `static_index` config part of the `config.public_server` configYuki Nishijima2015-11-164-7/+12
| |/ |/|
* | Prefer Minitest's location for test failures.Kasper Timm Hansen2015-11-122-3/+9
* | Don't match specific line numbers in reporter tests.Kasper Timm Hansen2015-11-121-4/+4
* | registers these changes in the CHANGELOGsXavier Noria2015-11-111-0/+5
* | encapsulates the logic to choose the file monitor in app configXavier Noria2015-11-101-1/+9
* | upgrade listen to 3.0.4Xavier Noria2015-11-081-1/+1
* | move the listen gem in the Gemfile to the development groupXavier Noria2015-11-081-3/+4
* | implements an evented file update checker [Puneet Agarwal]Xavier Noria2015-11-082-1/+4
* | fix application_controller require_dependency path generated by api scaffold ...yuuji.yaginuma2015-11-082-1/+25
|/
* [ci skip] Remove final mentions of `static_cache_control` in docs.Kasper Timm Hansen2015-11-051-1/+3
* Fix `static_cache_control` deprecation warningJon Atack2015-11-051-3/+6
* Replace `serve_static_files` in tests with `public_file_server.enabled`.Kasper Timm Hansen2015-11-044-5/+5
* Merge pull request #22173 from kaspth/enable-public-file-serverKasper Timm Hansen2015-11-046-12/+84
|\
| * Move `static_cache_contorl` deprecation changelog entry to Railties.Kasper Timm Hansen2015-11-041-0/+22
| * Add enabled flag to the public file server.Kasper Timm Hansen2015-11-036-12/+62
* | don't start a new process for every test fileAaron Patterson2015-11-031-8/+21
|/
* added missing instructions for `rack-cors`Gaurav Sharma2015-11-031-2/+4