aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands.rb
Commit message (Expand)AuthorAgeFilesLines
* [Railties] require_relative => requireAkira Matsuda2017-10-211-1/+1
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* [Railties] require => require_relativeAkira Matsuda2017-07-011-1/+1
* Initial command structure.Kasper Timm Hansen2016-09-251-4/+2
* applies new string literal convention in railties/libXavier Noria2016-08-061-2/+2
* Remove unfinished command infrastructure.Kasper Timm Hansen2016-03-101-2/+2
* revert dev:cache to rake task, fixes #23410Scott Bronson2016-02-071-1/+0
* Implement Rake proxy for Rails' command line interface.Dharam Gollapudi2015-12-131-1/+1
* Ditch `Commands` namespace for base command.Kasper Timm Hansen2015-12-061-9/+6
* Invert command and commands tasks reference.Kasper Timm Hansen2015-12-061-6/+9
* Add Rails command infrastructure and encapsulate development cachingChuck Callebs2015-12-041-0/+1
* spike of a `OptionParser` backed test runner.Yves Senn2015-03-181-1/+2
* Creating a class for carrying out rails commands.wangjohn2013-07-071-94/+2
* s/plugin_new/pluginschneems2013-06-301-1/+1
* Fix `rails plugin --help`schneems2013-06-291-9/+7
* Remove code related to the rails test commandRobin Dupret2013-06-211-2/+0
* dir -> directory [ci skip]Prathamesh Sonpatki2013-05-041-1/+1
* removing `rails test`, updating docs to show how to use `rake test`Aaron Patterson2013-04-051-9/+0
* Make sure that `rails test` load test in test envPrem Sichanugrist2013-03-091-2/+1
* Add support for MiniTest flags in TestRunnerPrem Sichanugrist2013-03-091-9/+6
* Add `rails test` command to run the test suitePrem Sichanugrist and Chris Toomey2013-03-091-0/+15
* remove performance tests from the default stackYves Senn2013-01-101-7/+0
* Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ...Jeremy Kemper2013-01-061-1/+1
* prefer do-end for multiline blockGosha Arinich2013-01-061-2/+2
* Replace comments' non-breaking spaces with spacesclaudiob2012-12-041-1/+1
* Prompt to run rake when accidentally typed railsschneems2012-10-121-23/+32
* removes usage of Object#in? from the code base (the method remains defined by...Xavier Noria2012-08-061-4/+2
* Fix various bugs with console arguments.Sam Oliver2012-05-301-1/+9
* More faster rails dbconsoleDmitry Vorotilin2012-05-061-2/+1
* "rails new -h" shows message in rails directoryask2012-04-091-3/+7
* Rails::Plugin has goneSantiago Pastorino2012-01-031-1/+1
* Add Destroy AliasAndrey Ognevsky2011-08-221-1/+2
* Small missing information added to command description. --help also works lik...Bratish Goswami2011-07-231-1/+1
* Merge pull request #1356 from flippingbits/fix_engine_generatorJosé Valim2011-06-091-5/+1
|\
| * We moved engine commands to rails/engine/commandsStefan Sprenger2011-05-271-5/+1
* | add alias info for runner commandVijay Dev2011-06-021-1/+1
|/
* Streamline generators initialization flow.José Valim2011-05-251-1/+5
* Add alias `r` for rails runnerJordi Romero2011-05-071-1/+2
* Remove `#among?` from Active SupportPrem Sichanugrist2011-04-131-1/+1
* Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...David Heinemeier Hansson2011-04-121-1/+1
* Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-111-1/+3
* Use exit(1) instead of exit(false)Philip Arndt2011-01-291-2/+2
* Apply exit code 1 when commands don't succeed so that other libraries can pro...Philip Arndt2011-01-291-0/+2
* Use Rails::Engine.find in commands.rbPiotr Sarnacki2010-12-091-2/+1
* Tidy up generators commits.José Valim2010-11-171-4/+1
* Do not allow to use plugin_new generator directly, you should use Usage:Piotr Sarnacki2010-11-161-0/+3
* Allow running `rails plugin new` command inside rails applicationPiotr Sarnacki2010-11-161-6/+11
* Add more information to comments.José Valim2010-09-301-3/+5
* Try to guess application's directory while trying to run the server, but only...Piotr Sarnacki2010-09-301-0/+5
* Allow running generators for Engine with usage of other application.Piotr Sarnacki2010-09-301-1/+11