Popularity
6.8
Declining
Activity
0.0
Declining
1,634
29
69

Description

This README concerns the development aspect of the project. Visit the site to learn how to use Rails Assets in your application.

Code Quality Rank: L5
Programming language: Ruby
License: MIT License
Tags: Assets     Management     Projects    

Rails Assets alternatives and similar gems

Based on the "Management" category.
Alternatively, view Rails Assets alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Rails Assets or a related project?

Add another 'Management' Gem

README

Rails Assets Build Status

Bundler to Bower proxy

This README concerns the development aspect of the project. Visit the site to learn how to use Rails Assets in your application.

Development

Setup

git clone [email protected]:tenex/rails-assets.git && cd rails-assets
bundle install && npm install
cp config/database{.sample,}.yml
cp config/application{.sample,}.yml
# edit config/database.yml and config/application.yml if necessary.
bin/rake db:setup
foreman start

Convert Bower package into Ruby gem using CLI

bin/rake 'component:convert[jquery,2.0.3]'

This will create rails-assets-NAME-VERSION.gem file.

You can remove this component by:

bin/rake 'component:destroy[jquery,2.0.3]'

Gems with a .js in their name

For packages from bower that have a .js in their name like typeahead.js which can generate a gem with the name rails-assets-typehead.js if You want to use this gem with Rails 4.2 or higher in order for your gem to work in your application.js you have to require it as follow

//= require typeahead.js.js

instead of

//= require typeahead.js

Credits

Maintained by Tenex Developers @tenex.

Originally created by @teamon, @porada and @sheerun, with the help of contributors. :heart:

Please don’t tweet bugs to us—report an issue instead. :v: