The issue is running the app under that version has generated errors which
is why in this thread we opted to install the latest versions and modify
the gemfile accordingly. Attempting with the version it was developed under
provided the following errors:

An error occurred while installing pg (0.18.3), and Bundler cannot
continue.
Make sure that gem install pg -v '0.18.3' --source 'https://rubygems.org/'
succeeds before bundling.

ERROR: Could not find a valid gem 'pg' (>= 0), here is why:
Unable to download data from https://rubygems.org/ - SSL_connect returned=1
errno=0 state=error: certificate verify failed (
https://api.rubygems.org/specs.4.8.gz)


On Mon, Dec 24, 2018 at 4:12 AM Colin Law <clan...@gmail.com> wrote:

> 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.
>

-- 
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