You will need to restart the Rails application that is running in
production mode if you change the schema.
On Sep 16, 2:31 pm, "Simone R."
<rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>
wrote:> Hi everybody,
>
> I''m trying to convert to Ror one of my old ASP classic project.
>
> the website is an e-commerce with a community
>
> In this website I have 2 separate database for products/BI and for user
> generated content so is easyer to develop BI without touching the
"user"
> database.
>
> Pubblishing a new BI or a mayor database update is just matter of
> drop/restore
> the full BI database.
>
> Also we can keep our development environment and staging environment on
> sync with user generated content just by dropping the user database and
> restoring a backup from production.
>
> How can I make this in Ror ?
>
> thanks
> --
> Posted viahttp://www.ruby-forum.com/.