uwblueprint / somo

Text messaging survey app for Somo
http://www.thesomoproject.org
5 stars 1 forks source link

Convert project to Rails v4.2 #4

Closed kaivalyagandhi closed 8 years ago

dinahshi commented 8 years ago

Fixed by https://github.com/uwblueprint/somo/commit/6cd8f30b77bb1acbcd39579c918ca82284da5967

MKhowaja commented 8 years ago

I don't think this was actually fixed. We're running into issues when we try to start the server and they are errors that show up because of downgrading to v4.2

dinahshi commented 8 years ago

Ah, I see. Perhaps worth scraping everything and just creating a new Rails project with 4.2. Especially since very little has been coded as of yet.

chrisjluc commented 8 years ago

@katrinacrisostomo will be doing this

MKhowaja commented 8 years ago

Out of curiosity I'm still not 100% clear as to why we're switching versions. Is it because 5.0 is missing features?

chrisjluc commented 8 years ago

It doesn't have any new features that benefits us in any significant way. We feel it's safer to use a version of the framework that is more stable and reliable, especially as we're going to hand this off in the coming months to Somo.

dinahshi commented 8 years ago

Fixed by https://github.com/uwblueprint/somo/commit/93f2d8473f043d9e8933088fdc77694af4aadf6f and https://github.com/uwblueprint/somo/pull/22