# Furatto for Rails Asset Pipeline Furatto is a lightweight & friendly front-end framework got get the job done, created and maintained by [Abraham Kuri](https://twitter.com/kurenn) from [Icalia Labs](http://twitter.com/icalialabs). The furatto gem integrates the Furatto CSS framework for Rails 4+ Asset Pipeline. ## Table of contents - [Installing Gem](#installing-gem) - [Issues](#issues) - [Contributors & Patches & Forks](#contributors-&-patches-&-forks) - [Furatto heroe](#furatto-heroe) - [Credits](#credits) - [License](#license) ## Installing Gem You need to only include the `furatto` gem inside your `Gemfile`: ```ruby gem 'furatto' ``` or you can install from the latest build: ```ruby gem 'furatto', git: 'git@github.com:IcaliaLabs/furatto-rails.git' ``` Install the gem using the bundle command: ```console $ bundle ``` After running the `bundle` command, the gem now comes with an installer for easy setup. ```console $ rails g furatto:install ``` This will add furatto to the asset pipeline automatically, and install an application layout skeleton. Now you can just run the rails server and then everything should be nice and clean. ## Issues If for some reason you find troubles installing the gem due to `sass` version like: ```ruby Bundler could not find compatible versions for gem "sass-rails": In snapshot (Gemfile.lock): sass-rails (= 5.0.3) In Gemfile: furatto (>= 0) ruby depends on compass-rails (>= 2.0.4, ~> 2.0) ruby depends on sass-rails (<= 5.0.1) ruby sass-rails (~> 5.0) ruby Running `bundle update` will rebuild your snapshot from scratch, using only the gems in your Gemfile, which may resolve the conflict. ``` Just remove the `Gemfile.lock` from the project or update the `sass-rails` gem. ## Contributors & Patches & Forks - Abraham Kuri Vargas ([@kurenn](http://twitter.com/kurenn)) ## Furatto heroe - Abraham Kuri Vargas ([@kurenn](http://twitter.com/kurenn)) ## Credits Abraham Kuri - kurenn@icalialabs.com [Add Me On Twitter](http://twitter.com/kurenn "Follow me") [Add Me On Linkedin](http://www.linkedin.com/pub/abraham-kuri/26/a21/b41 "Add Me On Linkedin") ## Score me You can +K my influence in Ruby on Rails on @klout http://klout.com/#/kurenn ## License Copyright (c) 2011 Abraham Kuri Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/gpl.html.