-
It would be nice if the gem was updated to generated the locales.js file in vendor/assets/javascripts/locales.js. Perhaps even better would be to make the path configurable but at least having it in a…
-
Hi,
I don't consider this an issue, but it would be awesome if this could read JS files with `require` directives from Rails assets pipeline. Example:
I have a file called info.js that reads:
``` j…
-
We have just installed the gem and attempted to import the en.yml file from our existing rails 6.1 project that we have been using for years, and get the following error.
I am attempting to upl…
-
### Steps to reproduce
The following paths are added to my `assets_manifest` in `deploy.rb`:
```ruby
desc "define assets manifests files"
task :set_assets_manifests do
on roles(:app) …
-
In rails 7, on the release-7.x branch of blacklight I see this error:
```
generate blacklight:assets
rails generate blacklight:assets
gemfile bootstrap (~> 4.0)
gemfile t…
-
Apparently this component is missing some version info to properly configure it for bower packaging, and as a result I couldn't use it from rails-assets to easily manage it in my rails app.
Could you …
-
### Steps to reproduce
bin/dev
### Issue
No route gets created at the start of the server. All the routes get created when the routes.rb file gets edited.
### System configuration
**Rails 8.0…
-
## Summary
Jump to definition for `ActiveModel::SecurePassword.has_secure_password` does not seem to be working. I thought it might have been all gems, but jump to definition is working on `has_man…
-
I was attempting to install the latest release 2.7.1, using the [custom server installation](https://github.com/TracksApp/tracks/blob/v2.7.1/doc/installation.md#custom-server-installation) path. I a u…
-
When building a docker image, it is recommended practice to do that as follows
```
# Precompiling assets for production without requiring secret RAILS_MASTER_KEY
RUN SECRET_KEY_BASE_DUMMY=1 ./bin…