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

This PR adds test cases and edge case handling to the Build::Utils#fix_version_string method when version string is like `>1.4.x` or `

Able to tag gems, and give them alternative names. Such as ngInfintieScroll, tag it as "angular, infinite scroll" (splitted by comma) to be able to see it better. Or some...

``` 2.2.3 :014 > Component.first.destroy SystemStackError: stack level too deep from /home/rails-assets/rails-apps/rails-assets/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.5/lib/active_support/per_thread_registry.rb:40:in `instance' from /home/rails-assets/rails-apps/rails-assets/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.5/lib/active_record/runtime_registry.rb:18:in `connection_handler' from /home/rails-assets/rails-apps/rails-assets/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.5/lib/active_record/core.rb:101:in `connection_handler' from /home/rails-assets/rails-apps/rails-assets/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.5/lib/active_record/connection_handling.rb:113:in `retrieve_connection' from /home/rails-assets/rails-apps/rails-assets/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.5/lib/active_record/connection_handling.rb:87:in `connection' from /home/rails-assets/rails-apps/rails-assets/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.5/lib/active_record/persistence.rb:171:in `destroy' from /home/rails-assets/rails-apps/rails-assets/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.5/lib/active_record/callbacks.rb:292:in...

[Issue automatically imported by https://github.com/controlgroup/CSV-GitHub-import-export]

When a component's version is built, the index is updated. But when it is destroyed, it is not. [Issue automatically imported by https://github.com/controlgroup/CSV-GitHub-import-export]

Include some loading indicator that shows "Searching bower for more..." [Issue automatically imported by https://github.com/controlgroup/CSV-GitHub-import-export]

Either downcase the main asset files, or give proper guidance on what case to use in your asset pipeline. https://github.com/tenex/rails-assets/issues/92#issuecomment-215073212 [Issue automatically imported by https://github.com/controlgroup/CSV-GitHub-import-export]

It looks like although `rails_stdout_logging` is being used, we still have a (rather large) production.log file. Also, in the nginx logs, there are no timestamps for the logs which makes...

Bundler 1.12 supports the new index format: http://bundler.io/blog/2016/04/28/the-new-index-format-fastly-and-bundler-1-12.html This sounds like it would take a huge load off our servers, and I think that updating Reindex would probably not be...

This took me forever to track down, so I apologize for the long issue. In the error logs, I often see: ``` Build::BowerError: Package bootstrap-3 not found from build/utils.rb:21:in `rescue...

bug