You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This gem seems to want to write files to its own gem directory. Is this normal? In production I get the following error and the Rails application won't boot:
Could not spawn process for application /var/www/spikeatschool/current: The application encountered the following error: Permission denied @ rb_sysopen - /var/www/xxxxxxxxxxxx/shared/bundle/ruby/2.6.0/gems/city-state-0.1.0/lib/db/states.nz (Errno::EACCES)
Is there a way to not have city-state write these files? Perhaps just load them into memory instead?
The text was updated successfully, but these errors were encountered:
This gem seems to want to write files to its own gem directory. Is this normal? In production I get the following error and the Rails application won't boot:
Is there a way to not have
city-state
write these files? Perhaps just load them into memory instead?The text was updated successfully, but these errors were encountered: