AgileVentures / EventManager

A system for managing events and hangout participation - microservice API and basic UI
0 stars 5 forks source link

Upgrade to Rails 5.0.1 #21

Closed mattlindsey closed 7 years ago

mattlindsey commented 7 years ago

upgrades rails to 5.0.1

tansaku commented 7 years ago

so given this all works I guess fine to pull in - I have local issues with checking. I can't currently run master as I have a different phantomjs setup to others. I get the following error:

Could not find an executable ["phantomjs"] on your path. (Cliver::Dependency::NotFound)
./features/step_definitions/joining_steps.rb:6:in `/^I visit the page for an event$/'
features/joining_an_event.feature:15:in `Given I visit the page for an event'

because I uninstalled phantomjs, and have been using the phantomjs (in WSO) to try and ensure that we're all using the same version to avoid variation ... I guess I will merge this in and do a separate PR on phantomjs ...