rails-assets icon indicating copy to clipboard operation
rails-assets copied to clipboard

The solution to assets management in Rails

Results 32 rails-assets issues
Sort by recently updated
recently updated
newest added

A large number of users still rely on rails-assets. @joshjordan when was our last donation? We should be able to have some funding without you having to pay the bills...

In trying to trigger a fetch of a new version from GitHub with the following code: ``` curl -H "Content-Type: application/json" \ -X POST \ -d "{ \"component\": { \"name\":...

Currently we serve the gems from an SSD through nginx. Therefore, we have a fixed-sized disk that we have to manually increase in size over time. The solution in the...

It appears that promise-polyfill compiles to an unrecognisable JS structure. gemfile `gem 'rails-assets-promise-polyfill', source: 'https://rails-assets.org'` Error thrown ``` couldn't find file 'promise-polyfill' with type 'application/javascript' Checked in these paths: ......

Hello, I'd like to invite you to submit expenses like domain or hosting costs through Bower's OpenCollective https://opencollective.com/bower We'll be happy to support you If you can think of any...

https://rails-assets.org/#/components/mozilla--pdf.js docs say: ``` //= require mozilla--pdf.js //= require jquery //= require jquery_ujs //= require turbolinks ``` However this did not work, by digging through the gem. I had to...

Hi, I created this issue since https://github.com/rails-assets/rails-assets/issues/132 is locked. I have the exact same issue of the link above but the mentioned workaround does not appear to be working on...

While debugging an issue with `rails-assets-espi-a11y-dialog` found that, at version 5.0.0, file `app/assets/javascripts/espi-a11y-dialog/a11y-dialog.js` does not match the source code at the same version. The file seems to be of version...

I am trying to add this component https://github.com/Nelrohd/bootstrap-dropdown-checkbox to Rails Assets and I get the following error: ``` rake aborted! Bundler::GemspecError: There was a Gem::Requirement::BadRequirementError while loading rails-assets-bootstrap-dropdown-checkbox.gemspec: Illformed requirement...