$ rails server
bin/rails:6: warning: already initialized constant APP_PATH
/Users/songhowon/job/onboardiq_app/bin/rails:6: warning: previous definition of APP_PATH was here
Usage: rails COMMAND [ARGS]
I tried everything. I reinstalled rbenv
, ruby
, etc. Many peole had the same issue according to the following post, but it doesn't work for me.
rails server bin/rails:6: warning: already initialized constant APP_PATH error
A strange thing is this error only occurs in a specific app. In a newly created app, rails s
works great. I'd appreciate any help for this problem.