public this repo is viewable by everyone
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Repo Search:
Add script/dbconsole to app generator
jeremy (author)
15 days ago
commit  b510d8bfd8355e63432514814e3177244a26275a
tree    dacc11c04bfb26b4e3f1cae1bc626b8ce81fbf7f
parent  4a07103687084496b773e18a03b1f2f5e686f7ad
...
1
2
 
 
3
4
5
...
1
2
3
4
5
6
7
0
@@ -1,5 +1,7 @@
0
 *SVN*
0
 
0
+* script/dbconsole fires up the command-line database client. #102 [Steve Purcell]
0
+
0
 * Fix bug where plugin init.rb files from frozen gem specs weren't being run. (pjb3) [#122 state:resolved]
0
 
0
 * Made the location of the routes file configurable with config.routes_configuration_file (Scott Fleckenstein) [#88]
...
72
73
74
75
 
76
77
78
...
72
73
74
 
75
76
77
78
0
@@ -72,7 +72,7 @@ class AppGenerator < Rails::Generator::Base
0
       m.file "environments/test.rb", "config/environments/test.rb"
0
 
0
       # Scripts
0
- %w( about console destroy generate performance/benchmarker performance/profiler performance/request process/reaper process/spawner process/inspector runner server plugin ).each do |file|
0
+ %w( about console dbconsole destroy generate performance/benchmarker performance/profiler performance/request process/reaper process/spawner process/inspector runner server plugin ).each do |file|
0
         m.file "bin/#{file}", "script/#{file}", script_options
0
       end
0
 

Comments

    No one has commented yet.