-
Notifications
You must be signed in to change notification settings - Fork 340
Rails - Can't run rails server with spring gem #610
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
Comments
This issue was a code issue. In
I found this issue after removing the bin/rails
to
So I saw this issue.
So I fixed In
Now I can run rails server. 🎉 |
@yu-coder if I'm understanding your resolution correctly, it sounds like you were able to make changes within your app to fix the issue. If that's the case, would it make sense to close this issue? |
@tmr08c yes, I could fix this issue. Closing now. |
sudo apt-get install git-core zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev libcurl4-openssl-dev software-properties-common libffi-dev nodejs yarn yarn install --check-files |
I don't think this issue is fixed. Rails says you should upgrade Spring, but the problem is in your code. How was this issue addressed? |
Follow the steps below to install the new Spring and resolve the issue, Actually, I tried these steps but didn't work until I removed the
|
The idea here is to disable spring to check for all the code issues. Which was my case also. |
@norioumata Upgrading ruby caused my PG to upgrade to 1.1 (from .20). This prevented spring from running. Following this helped me troubleshoot the issue! Thanks |
When I could run the rails project yesterday on local.
But today I can't run the project with the below issues.
I haven't done anything.
I am using Spring 2.1.0
I know this issue is a commonly known issue.
I have researched to fix issues but I couldn't fix it.
Anyone had this issue before?
The text was updated successfully, but these errors were encountered: