rails--rails/railties/lib/rails/commands
Mikel Lindsaar 06892c3421 Changing command line API from 'rails blog' to 'rails new blog'.
Also removed the limitation of not being able to call your new server any of
the rails commands (generate, server, dbconsole, console etc) as there is
no longer any ambiguity here.

http://rails.lighthouseapp.com/projects/8994/tickets/4665
2010-06-03 23:47:44 +10:00
..
application.rb Changing command line API from 'rails blog' to 'rails new blog'. 2010-06-03 23:47:44 +10:00
benchmarker.rb The rake task :environment now loads config/environment.rb instead of initializing the application on its own. This fixes [#4492 state:resolved] and also avoids the application being initialized twice in some rake tasks. 2010-04-29 08:39:52 +02:00
console.rb Add missing -h/--help flag to several rails command [#3909 status:resolved] 2010-02-10 08:08:16 +01:00
dbconsole.rb add support for mysql2 adapter to dbconsole 2010-05-04 15:47:08 -07:00
destroy.rb Still copy application configuration to generator even if they are required earlier. Also tidy up the guide a little bit. 2010-06-03 23:32:12 +10:00
generate.rb Still copy application configuration to generator even if they are required earlier. Also tidy up the guide a little bit. 2010-06-03 23:32:12 +10:00
plugin.rb fix usage examples and more to use new invocations 2010-02-06 09:51:53 -08:00
profiler.rb The rake task :environment now loads config/environment.rb instead of initializing the application on its own. This fixes [#4492 state:resolved] and also avoids the application being initialized twice in some rake tasks. 2010-04-29 08:39:52 +02:00
runner.rb The rake task :environment now loads config/environment.rb instead of initializing the application on its own. This fixes [#4492 state:resolved] and also avoids the application being initialized twice in some rake tasks. 2010-04-29 08:39:52 +02:00
server.rb Create tmp directories if required before starting server [#3907 state:resolved] 2010-03-31 16:02:59 +02:00
update.rb Have config/application.rb contain the application definition and require that file instead of config/boot.rb or config/environment.rb in script/*. 2009-10-15 14:54:12 -07:00