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

Sprockets Rails integration

Results 81 sprockets-rails issues
Sort by recently updated
recently updated
newest added

In previous versions it was possible to set (instead of extend) the `precompile` array. This was broken, seemingly by accident, in https://github.com/rails/sprockets-rails/commit/af647983b6fcb265276f184f037ede929ee99bf1 fixes #218 fixes #327 fixes #372 fixes #390

I can't reproduce this error. I don't know how to reproduce this error. I am not even sure what the error is. I just know it was an error. I...

I _think_ this _may_ be a re-file of the previously closed issue #218, I'm refiling it which I hope this story will be prove justified. I spent a couple hours...

In our web application built in Rails we have several clients using the same application who will have different assets that are used dependant on which subdomain is used. To...

I am currently upgrading my app to Rails 5.1.6, and when I `bundle update` to latest sprockets-rails 3.2.1, I get the following output in `localhost:3000`: ![image](https://user-images.githubusercontent.com/19597045/39823781-288c9bc0-5384-11e8-9e5e-0788ae717f19.png) My Gemfile: ``` Gemfile...

Explained at https://github.com/rails/sprockets-rails/issues/419.

I'm using Rails 5.1.4, sprockets 3.7.1 and sprockets-rails 3.2.1. When I start the development server and visit a url for the first time, precompiling is triggered hugely slowing down page...

_From @rosenfeld on December 28, 2015 18:39_ From the official guides: http://guides.rubyonrails.org/asset_pipeline.html "3.1 Runtime Error Checking By default the asset pipeline will check for potential errors in development mode during...

Ensure people realize when they've configured sprockets to not use any resolvers. Motivation: I was upgrading a legacy app and the staging configuration resulted in an empty `resolve_with` array (much...

From [Section 3.3 of the Edge Guides on the Asset Pipeline](http://edgeguides.rubyonrails.org/asset_pipeline.html#turning-debugging-off): > Debug mode can also be enabled in Rails helper methods: > > ```erb > > > ``` >...