| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unfinished command infrastructure. | Kasper Timm Hansen | 2016-03-10 | 1 | -2/+2 |
* | revert dev:cache to rake task, fixes #23410 | Scott Bronson | 2016-02-07 | 1 | -1/+0 |
* | Implement Rake proxy for Rails' command line interface. | Dharam Gollapudi | 2015-12-13 | 1 | -1/+1 |
* | Ditch `Commands` namespace for base command. | Kasper Timm Hansen | 2015-12-06 | 1 | -9/+6 |
* | Invert command and commands tasks reference. | Kasper Timm Hansen | 2015-12-06 | 1 | -6/+9 |
* | Add Rails command infrastructure and encapsulate development caching | Chuck Callebs | 2015-12-04 | 1 | -0/+1 |
* | spike of a `OptionParser` backed test runner. | Yves Senn | 2015-03-18 | 1 | -1/+2 |
* | Creating a class for carrying out rails commands. | wangjohn | 2013-07-07 | 1 | -94/+2 |
* | s/plugin_new/plugin | schneems | 2013-06-30 | 1 | -1/+1 |
* | Fix `rails plugin --help` | schneems | 2013-06-29 | 1 | -9/+7 |
* | Remove code related to the rails test command | Robin Dupret | 2013-06-21 | 1 | -2/+0 |
* | dir -> directory [ci skip] | Prathamesh Sonpatki | 2013-05-04 | 1 | -1/+1 |
* | removing `rails test`, updating docs to show how to use `rake test` | Aaron Patterson | 2013-04-05 | 1 | -9/+0 |
* | Make sure that `rails test` load test in test env | Prem Sichanugrist | 2013-03-09 | 1 | -2/+1 |
* | Add support for MiniTest flags in TestRunner | Prem Sichanugrist | 2013-03-09 | 1 | -9/+6 |
* | Add `rails test` command to run the test suite | Prem Sichanugrist and Chris Toomey | 2013-03-09 | 1 | -0/+15 |
* | remove performance tests from the default stack | Yves Senn | 2013-01-10 | 1 | -7/+0 |
* | Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ... | Jeremy Kemper | 2013-01-06 | 1 | -1/+1 |
* | prefer do-end for multiline block | Gosha Arinich | 2013-01-06 | 1 | -2/+2 |
* | Replace comments' non-breaking spaces with spaces | claudiob | 2012-12-04 | 1 | -1/+1 |
* | Prompt to run rake when accidentally typed rails | schneems | 2012-10-12 | 1 | -23/+32 |
* | removes usage of Object#in? from the code base (the method remains defined by... | Xavier Noria | 2012-08-06 | 1 | -4/+2 |
* | Fix various bugs with console arguments. | Sam Oliver | 2012-05-30 | 1 | -1/+9 |
* | More faster rails dbconsole | Dmitry Vorotilin | 2012-05-06 | 1 | -2/+1 |
* | "rails new -h" shows message in rails directory | ask | 2012-04-09 | 1 | -3/+7 |
* | Rails::Plugin has gone | Santiago Pastorino | 2012-01-03 | 1 | -1/+1 |
* | Add Destroy Alias | Andrey Ognevsky | 2011-08-22 | 1 | -1/+2 |
* | Small missing information added to command description. --help also works lik... | Bratish Goswami | 2011-07-23 | 1 | -1/+1 |
* | Merge pull request #1356 from flippingbits/fix_engine_generator | José Valim | 2011-06-09 | 1 | -5/+1 |
|\ |
|
| * | We moved engine commands to rails/engine/commands | Stefan Sprenger | 2011-05-27 | 1 | -5/+1 |
* | | add alias info for runner command | Vijay Dev | 2011-06-02 | 1 | -1/+1 |
|/ |
|
* | Streamline generators initialization flow. | José Valim | 2011-05-25 | 1 | -1/+5 |
* | Add alias `r` for rails runner | Jordi Romero | 2011-05-07 | 1 | -1/+2 |
* | Remove `#among?` from Active Support | Prem Sichanugrist | 2011-04-13 | 1 | -1/+1 |
* | Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg... | David Heinemeier Hansson | 2011-04-12 | 1 | -1/+1 |
* | Using Object#in? and Object#either? in various places | Prem Sichanugrist | 2011-04-11 | 1 | -1/+3 |
* | Use exit(1) instead of exit(false) | Philip Arndt | 2011-01-29 | 1 | -2/+2 |
* | Apply exit code 1 when commands don't succeed so that other libraries can pro... | Philip Arndt | 2011-01-29 | 1 | -0/+2 |
* | Use Rails::Engine.find in commands.rb | Piotr Sarnacki | 2010-12-09 | 1 | -2/+1 |
* | Tidy up generators commits. | José Valim | 2010-11-17 | 1 | -4/+1 |
* | Do not allow to use plugin_new generator directly, you should use Usage: | Piotr Sarnacki | 2010-11-16 | 1 | -0/+3 |
* | Allow running `rails plugin new` command inside rails application | Piotr Sarnacki | 2010-11-16 | 1 | -6/+11 |
* | Add more information to comments. | José Valim | 2010-09-30 | 1 | -3/+5 |
* | Try to guess application's directory while trying to run the server, but only... | Piotr Sarnacki | 2010-09-30 | 1 | -0/+5 |
* | Allow running generators for Engine with usage of other application. | Piotr Sarnacki | 2010-09-30 | 1 | -1/+11 |
* | Add a header that tells Internet Explorer (all versions) to use the best avai... | wycats | 2010-07-27 | 1 | -1/+1 |
* | Avoid calls to Rails::Application since this is not the official API. | José Valim | 2010-07-01 | 1 | -5/+5 |
* | Changing command line API from 'rails blog' to 'rails new blog'. | Mikel Lindsaar | 2010-06-04 | 1 | -0/+6 |
* | Ops. Rename performance to profiler. | José Valim | 2010-04-29 | 1 | -1/+1 |
* | The rake task :environment now loads config/environment.rb instead of initial... | José Valim | 2010-04-29 | 1 | -54/+48 |