harrystech / prelaunchr

A small and simple Rails 4 project that is ready to be used as a prelaunch site. It includes all the necessary requirements like prize groups, open/closed states, and simple social sharing.
MIT License
888 stars 532 forks source link

Fixes dev server "ArgumentError" crashes by updating ruby, rails, other dependencies. #73

Open vimota opened 6 years ago

vimota commented 6 years ago

Spent a few hours debugging #70 and got to a state where it no longer crashes with this error by updating several dependencies (and fixing the issues that arose from doing that). This is based on #58.

rayrrr commented 6 years ago

Thanks @vimota! I was able to get this running locally using your fixes branch. I hope it gets merged soon.