Update rails to version 4.2

Furthermore it was necessary to add the following gems:
- responders
- web-console

And additional it was necessary to update these gems manually:
- devise
- turbolinks
- delayed_job_active_record
- money-rails

And the corresponding dependencies.
http://edgeguides.rubyonrails.org/upgrading_ruby_on_rails.html#upgrading-from-rails-4-1-to-rails-4-2
This commit is contained in:
Christian Bruckmayer 2016-01-25 19:00:56 +01:00
parent 57610eb39e
commit 9e9c536946
5 changed files with 110 additions and 69 deletions

View file

@ -29,7 +29,7 @@ We are using [Vagrant](https://www.vagrantup.com/) to create our development env
7. Start your OSEM rails app:
```
vagrant exec rails s
vagrant exec rails server -b 0.0.0.0
```
8. Check out your OSEM rails app: