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 !
Mention migrations in the manual.
Hongli Lai (Phusion) (author)
Mon May 12 17:29:35 -0700 2008
commit  4c186ace8589aef55a12d3636aa5004ee9b96344
tree    d11b987a5eea8e45b84c01b1cee9c608f21a2faa
parent  0337f4f4b88f5067f218b3df64707d60058a59dd
...
250
251
252
 
 
 
 
 
 
 
253
254
255
...
250
251
252
253
254
255
256
257
258
259
260
261
262
0
@@ -250,6 +250,13 @@
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.