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?

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top