Skip to content
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

Fix: propshaft missing asset error #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bikash2208
Copy link

@bikash2208 bikash2208 commented Jan 18, 2025

Description:
This PR updates the README file under the INSTALL (Normal Mode) section to include the bin/rails assets:precompile step, which resolves the Propshaft::MissingAssetError.

Changes Made:

  • Updated the INSTALL (Normal Mode) section in the README file to include the following:
$ bundle install
$ EDITOR=vim bundle exec bin/rails credentials:edit # to supply your openai keys
$ bundle exec bin/setup
$ bin/rails assets:precompile
$ bundle exec bin/dev

Testing:

  1. Follow the updated README instructions to set up the application.
  2. Ensure the error does not appear, and the application starts successfully.

Issue: #23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant