Rails API Only #71

Open
opened 2025-12-29 00:22:16 +01:00 by adam · 0 comments
Owner

Originally created by @SaimonL on GitHub (Apr 3, 2025).

Is there a way to install this gem in Rails API only mode?

Right now when I run the command rails generate crono:install I get error

Crono requires either Propshaft or Sprockets to be installed. (RuntimeError)

and if I include those gem I get error

Expected to find a manifest file in `app/assets/config/manifest.js` (Sprockets::Railtie::ManifestNeededError)

I don't need the web interface. I can just query the database.

Originally created by @SaimonL on GitHub (Apr 3, 2025). Is there a way to install this gem in Rails API only mode? Right now when I run the command `rails generate crono:install` I get error ``` Crono requires either Propshaft or Sprockets to be installed. (RuntimeError) ``` and if I include those gem I get error ``` Expected to find a manifest file in `app/assets/config/manifest.js` (Sprockets::Railtie::ManifestNeededError) ``` I don't need the web interface. I can just query the database.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/crono#71