We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Is there anything specific with mysql as to why thats required?
Trying to help a friend setup on a windows machine and mysql is failing to install :(
Wondering if it might be easier to revert to the sqlite option...
Thanks, Chris
The text was updated successfully, but these errors were encountered:
What seems to be working for me (at least on OSX - still trying to get the Windows machine going..)
Change mysql to sqlite3 in the Gemfile
Run bundle to install that gem bundle
Change config/database.yml dev entry to this:
development: adapter: sqlite3 database: db/dev.sqlite3 pool: 5
Then setup db rake db:migrate
seed db rake db:seed
Then run server rails server
Sorry, something went wrong.
Plus had to disable this gem - hopefully thats not used too much...
gem 'jasmine-headless-webkit'
No branches or pull requests
Hi,
Is there anything specific with mysql as to why thats required?
Trying to help a friend setup on a windows machine and mysql is failing to install :(
Wondering if it might be easier to revert to the sqlite option...
Thanks,
Chris
The text was updated successfully, but these errors were encountered: