On Mon, 24 Dec 2018 at 03:01, <brainiacs...@gmail.com> wrote:
>
> So I have the machine configured and it is running the latest Ruby and the 
> latest Rails. I think the next step is to move the app over to the 
> development machine and then cd into the directory and run bundle install - 
> once that is complete I setup the database - rake db:create then load the 
> schema - rake db:schema:load. If there is any seed data (check the 
> db/seeds.rb) I load that with rake db:seed - now, if the app isn't in too 
> much disarray I should be able to start the rails server with rails s. Please 
> advise.

If you are updating the rails version then first get it going on the
development machine with the version of rails that the app currently
expects.  Then make sure that the app has full test coverage.  Then
see the rails guides on upgrading for how to go about upgrading.
https://guides.rubyonrails.org/upgrading_ruby_on_rails.html

Colin

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-core+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-core@googlegroups.com.
Visit this group at https://groups.google.com/group/rubyonrails-core.
For more options, visit https://groups.google.com/d/optout.

Reply via email to