public
Fork of planetargon/boxcar-conductor
Description: Plugin for Rails to enhance the deployment process to RailsBoxcar.com instances
Homepage: http://railsboxcar.com/
Clone URL: git://github.com/robbyrussell/boxcar-conductor.git
Single quotes dont work here...
robbyrussell (author)
Thu Apr 17 15:30:49 -0700 2008
commit  e2b490f5a0a29a9bf2d5b4d0f672999ea911aafc
tree    4d4e6a5885c10d69d53c71bceb71d62fd86dc0e6
parent  3c6fedc846ef482fb95e462100743d82c2ef83ef
...
24
25
26
27
28
 
 
29
30
31
...
24
25
26
 
 
27
28
29
30
31
0
@@ -24,8 +24,8 @@ role :db, boxcar_server, :primary => true
0
 # What database server are you using?
0
 # Example:
0
 set :database_name, { :development => "#{application_name}_development",
0
- :test => '#{application_name}_test',
0
- :production => '#{application_name}_production' }
0
+ :test => "#{application_name}_test",
0
+ :production => "#{application_name}_production" }
0
                       
0
 # user
0
 set :user, boxcar_username

Comments

    No one has commented yet.