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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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:installI get errorand if I include those gem I get error
I don't need the web interface. I can just query the database.