| Commit message (Expand) | Author | Age | Files | Lines |
* | Define path with __dir__ | bogdanvlviv | 2017-05-23 | 1 | -1/+1 |
* | Remove unnecessary files to API-only Applications when `app:task` task executed | yuuji.yaginuma | 2017-03-24 | 1 | -1/+1 |
* | Add `app:update` task to engines | yuuji.yaginuma | 2017-03-20 | 1 | -0/+11 |
* | Add generators and ability to run system tests | eileencodes | 2017-02-20 | 1 | -0/+1 |
* | Fix rubocop violations | Rafael Mendonça França | 2017-02-09 | 1 | -1/+1 |
* | Make Yarn quieter during precompilation as that is typically run by a deploy ... | David Heinemeier Hansson | 2017-01-19 | 1 | -1/+1 |
* | only enhance when `assets:precompile` task is defined | yuuji.yaginuma | 2017-01-18 | 1 | -1/+3 |
* | Fix all rubocop violations | Rafael Mendonça França | 2017-01-17 | 1 | -2/+2 |
* | Be a bit more explicit rather than relying on the default task | David Heinemeier Hansson | 2017-01-17 | 1 | -1/+1 |
* | Make yarn install available as a rake task via yarn:install so we can use tha... | David Heinemeier Hansson | 2017-01-17 | 1 | -0/+9 |
* | remove unused requires | yuuji.yaginuma | 2017-01-12 | 2 | -4/+0 |
* | Remove deprecated CONTROLLER environment variable for routes task | Rafael Mendonça França | 2017-01-03 | 1 | -7/+0 |
* | Remove deprecated tasks in railties | Rafael Mendonça França | 2017-01-03 | 1 | -12/+0 |
* | Merge pull request #24814 from vipulnsward/24811-fix-double-tasks | Arthur Nogueira Neves | 2017-01-03 | 1 | -1/+0 |
|\ |
|
| * | Don't list out tasks as separately that are under lib, which cause them to be... | Vipul A M | 2016-07-09 | 1 | -1/+0 |
* | | Merge branch 'master' into clear_all_environments_log_by_default | Rafael França | 2016-12-29 | 1 | -1/+1 |
|\ \ |
|
| * | | Use JavaScripts instead of Javascripts in `rake stats` | Koichi ITO | 2016-12-03 | 1 | -1/+1 |
* | | | clear all environments log files by default | yuuji.yaginuma | 2016-10-14 | 1 | -2/+6 |
|/ / |
|
* | | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -1/+1 |
* | | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 2 | -5/+5 |
* | | modernizes hash syntax in railties | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
* | | applies new string literal convention in railties/lib | Xavier Noria | 2016-08-06 | 11 | -46/+46 |
|/ |
|
* | Merge pull request #25257 from ta1kt0me/inspect_initializers | Richard Schneeman | 2016-07-05 | 1 | -1/+1 |
|\ |
|
| * | Initializer provides its context class name | ta1kt0me | 2016-06-12 | 1 | -1/+1 |
| * | Delegate public method for raitile name | ta1kt0me | 2016-06-11 | 1 | -1/+1 |
| * | Display railtie class name in `rails initializers` | ta1kt0me | 2016-06-02 | 1 | -1/+1 |
* | | Display link to Rails upgrade guide at the end of `rails app:update` task. | Prathamesh Sonpatki | 2016-06-30 | 1 | -1/+5 |
* | | Remove FORCE option as it was only needed for tests | Prathamesh Sonpatki | 2016-06-07 | 1 | -1/+1 |
* | | Fix minor regression about old apps not getting per_form_csrf and request_for... | Prathamesh Sonpatki | 2016-06-04 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #24696 from y-yagi/remove_unnessary_option_setting | Kasper Timm Hansen | 2016-04-25 | 1 | -0/+3 |
|\ |
|
| * | register rake options to `OptionParser` | yuuji.yaginuma | 2016-04-25 | 1 | -0/+3 |
* | | add channels files in `stats` task | yuuji.yaginuma | 2016-04-24 | 1 | -0/+1 |
|/ |
|
* | use rails command in `time:zones` task desc [ci skip] | yuuji.yaginuma | 2016-04-20 | 1 | -1/+1 |
* | Merge pull request #20625 from Envek/add_country_zones_method | Jeremy Daer | 2016-04-19 | 1 | -6/+23 |
* | issue FileUtils commands directly in Rake tasks | Xavier Noria | 2016-04-11 | 3 | -14/+11 |
* | revises fileutils dependencies in railties | Xavier Noria | 2016-04-11 | 3 | -0/+5 |
* | do not create unnecessary directory | yuuji.yaginuma | 2016-04-10 | 1 | -3/+1 |
* | Fix rails restart issue with Puma | Prathamesh Sonpatki | 2016-03-30 | 1 | -0/+1 |
* | Share dev caching implementation between task and server. | Kasper Timm Hansen | 2016-03-15 | 1 | -11/+3 |
* | Merge pull request #23940 from prathamesh-sonpatki/rm-with-dispatchers | Rafael França | 2016-03-09 | 1 | -2/+3 |
|\ |
|
| * | Remove passing `with_dispatchers` to AppGenerator | Prathamesh Sonpatki | 2016-03-09 | 1 | -2/+3 |
* | | Update deprecation message shown when tasks from rails namespace are run | Prathamesh Sonpatki | 2016-02-27 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #23439 from ryohashimoto/160203_rake_rails | Kasper Timm Hansen | 2016-02-27 | 1 | -1/+15 |
|\ |
|
| * | The tasks in the rails task namespace is deprecated in favor of app namespace. | Ryo Hashimoto | 2016-02-26 | 1 | -1/+15 |
* | | :scissors: | Rafael Mendonça França | 2016-02-26 | 1 | -2/+2 |
* | | Create tmp folder if not present | Chashmeet Singh | 2016-02-27 | 1 | -1/+3 |
|/ |
|
* | - Fixed and removed long arguments to rake routes | Vipul A M | 2016-02-12 | 1 | -3/+3 |
* | revert dev:cache to rake task, fixes #23410 | Scott Bronson | 2016-02-07 | 1 | -0/+14 |
* | Pass api only option to rails rails:update task to update only based on API. | Vipul A M | 2016-02-04 | 1 | -1/+1 |
* | use rails command in routes task | yuuji.yaginuma | 2016-02-03 | 1 | -3/+3 |