Topic: Rails server fails with [BUG] cross-thread violation on rb_gc()
Created entirely new application with: rails new first_project.
No other edits/changes/commands run.
$ rails s
=> Booting WEBrick
=> Rails 3.2.3 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
[BUG] cross-thread violation on rb_gc()
(null)
Searching [BUG] cross-thread violation on rb_gc() results in minimal results and I have no clue why I can't run this project. I've tried multiple different instances of new projects and they all kick out the same error.
I also have another project that I'm collaborating on and am able to run middleman without a hiccup.
Please help, I'm losing my mind over this. Thanks so much!