public
Description: Phusion Passenger (mod_rails)
Homepage: http://www.modrails.com/
Clone URL: git://github.com/FooBarWidget/passenger.git
Search Repo:
Click here to lend your support to: passenger and make a donation at www.pledgie.com !
Merge branch 'stable-1.0'
Hongli Lai (Phusion) (author)
Mon May 12 17:29:40 -0700 2008
commit  2f1959d07c8c864ded105ce63be5143f36d7437e
tree    17977dbf9e2a20f01dd7dd7dc00102eb02524ff0
parent  7c98461c2d5c9bf551876e2167553e8cda9a2d62 parent  4c186ace8589aef55a12d3636aa5004ee9b96344
...
250
251
252
 
 
 
 
 
 
 
253
254
255
...
250
251
252
253
254
255
256
257
258
259
260
261
262
0
@@ -250,6 +250,13 @@ command line:
0
 touch /webapps/mycook/tmp/restart.txt
0
 -------------------------------------------
0
 
0
+=== Migrations ===
0
+
0
+Passenger is not related to Ruby on Rails migrations in any way. To run
0
+migrations on your deployment server, please login to your deployment server
0
+(e.g. with 'ssh') and type `rake db:migrate RAILS_ENV=production' in a shell
0
+console, just like one normally runs migrations.
0
+
0
 
0
 == Configuring Passenger ==
0
 

Comments

    No one has commented yet.