Domanda

Is there a way to quickly setup a Bootstrap/FontAwesome/[insert other cool service/framework] setup on a RoR project w/ out having to install each one separately?

È stato utile?

Soluzione

Take a look at the Rails Composer script.

It will automate and install many extensions/gems in a new RoR project, and is also extensible by creating new "recipies."

I don't remember it having FontAwsome, but it has many recipies, including Bootstrap, Zurb Foundation, and others.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top