Rails Needs bundle install
Your site needs the bundle install From shell, you will need to run the bundle command: ( Command: bundle install ) You will get asked for your root password. Simply […]
» Read moreGuides, tips, and tricks by Ryan
Your site needs the bundle install From shell, you will need to run the bundle command: ( Command: bundle install ) You will get asked for your root password. Simply […]
» Read moreFrom shell, You will need to run the following to as your user correct the issue: gem uninstall mysql2 To uninstall the problem Gem, then: bundle install (will automatically install […]
» Read more