-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
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
bin/goldberg start broken #71
Comments
Thanks, we appreciate the compliment, and I agree it's a terrific build server. |
I am still looking into the issue |
Would it make sense to switch the daemonising of |
starting rails server in development environment and daemon mode fails. This is due to I am still working on figuring out, why starting a new thread should make the daemon fail. In the mean while I have removed bin/goldberg start/stop falling back to 'rails server' |
I have the same problem. Please, keep me posted! Lucas |
We never updated this ticket. But, we've switched to suggesting you use the "rails s" command when we wish to start the server. 5650ad4 |
Really enjoying this terrific build server yall have been kind enough to release.
Following the setup instructions in the README, I was able to get the server up and working by using
rails s
to boot Goldberg. If I boot it usingbin/goldberg start
, pages either never load, or errors are thrown (undefined method clear_active_connections! and an error related to page_cache).I've tried editing the start script to explicitly use the mongrel server, which is what rails s would use, but it hasn't made any difference. Additionally, the server will sometimes flat-out fail when trying to boot, which results in a goldberg.pid file which must be removed by hand as the stop script doesn't delete it if the process is not found.
Thanks!
OS: Snow Leopard
Using RVM, ruby-1.9.2-p180
The text was updated successfully, but these errors were encountered: