RE: Re: RE: question about creating rails app and FTP

Nate,

Here’s what I do, but you will have to test it out to see if it works
for you…

  1. Run “rails foo” on my machine, and develop my app
  2. Run “rails foo” on Dreamhost via SSH, then update config files
    manually (database.yml, environment.rb, etc.)
  3. FTP directories “app”, “db”, and “public” excluding dispatch.* files
  4. Migrate database on Dreamhost
  5. Enjoy new hosted app :wink:

Let me know if that works or if you have questions.

Nathan

Nathan L. wrote:

Nate,

Here’s what I do, but you will have to test it out to see if it works
for you…

  1. Run “rails foo” on my machine, and develop my app
  2. Run “rails foo” on Dreamhost via SSH, then update config files
    manually (database.yml, environment.rb, etc.)
  3. FTP directories “app”, “db”, and “public” excluding dispatch.* files
  4. Migrate database on Dreamhost
  5. Enjoy new hosted app :wink:

Let me know if that works or if you have questions.

Nathan

Perfect, that’s exactly what i was looking for!

Thanks again,

Nate