Forum: Ruby on Rails Proper deployment steps + next steps of learning RoR

Posted by Kamil (Guest)
on 2012-11-07 14:44
(Received via mailing list)
I'm new to RoR and going through the tutorials trying to learn as much 
as
possible. I have actually two questions:

1. What is a proper way to deploy an app into the PROD environment? Here 
is
what I'm trying to avoid: when writing/testing application (ie. new user
signs ups) on my local machine, I don't want these users to be deployed
into the PROD environment along side.

2. I'm going through http://ruby.railstutorial.org and when I finish-- 
what
should I pursue next?
Posted by Colin Law (Guest)
on 2012-11-07 16:26
(Received via mailing list)
On 6 November 2012 13:05, Kamil <supronik@gmail.com> wrote:
> I'm new to RoR and going through the tutorials trying to learn as much as
> possible. I have actually two questions:
>
> 1. What is a proper way to deploy an app into the PROD environment? Here is
> what I'm trying to avoid: when writing/testing application (ie. new user
> signs ups) on my local machine, I don't want these users to be deployed into
> the PROD environment along side.

That will not happen because users you add when running in development
mode will go into the development database on your local PC.  When you
have deployed, the database is the production db on the server, which
will initially be empty.

>
> 2. I'm going through http://ruby.railstutorial.org and when I finish-- what
> should I pursue next?

That depends on what your aim is.

Colin
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.