Skip to content

Commit

Permalink
Add script/dbconsole to app generator
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed May 7, 2008
1 parent 4a07103 commit b510d8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN* *SVN*


* script/dbconsole fires up the command-line database client. #102 [Steve Purcell]

* Fix bug where plugin init.rb files from frozen gem specs weren't being run. (pjb3) [#122 state:resolved] * Fix bug where plugin init.rb files from frozen gem specs weren't being run. (pjb3) [#122 state:resolved]


* Made the location of the routes file configurable with config.routes_configuration_file (Scott Fleckenstein) [#88] * Made the location of the routes file configurable with config.routes_configuration_file (Scott Fleckenstein) [#88]
Expand Down
Expand Up @@ -72,7 +72,7 @@ def manifest
m.file "environments/test.rb", "config/environments/test.rb" m.file "environments/test.rb", "config/environments/test.rb"


# Scripts # Scripts
%w( about console destroy generate performance/benchmarker performance/profiler performance/request process/reaper process/spawner process/inspector runner server plugin ).each do |file| %w( about console dbconsole destroy generate performance/benchmarker performance/profiler performance/request process/reaper process/spawner process/inspector runner server plugin ).each do |file|
m.file "bin/#{file}", "script/#{file}", script_options m.file "bin/#{file}", "script/#{file}", script_options
end end


Expand Down

0 comments on commit b510d8b

Please sign in to comment.