Integrates the Furatto CSS Framework to the Rails assets Pipeline


Keywords
assets, css, furatto, furatto-css-framework, rails, rails-asset-pipeline
License
GPL-2.0+
Install
gem install furatto -v 1.5.0

Documentation

Code Climate Issue Count

Furatto for Rails Asset Pipeline

Furatto is a lightweight & friendly front-end framework got get the job done, created and maintained by Abraham Kuri from Icalia Labs.

The furatto gem integrates the Furatto CSS framework for Rails 4+ Asset Pipeline.

Table of contents

Installing Gem

You need to only include the furatto gem inside your Gemfile:

gem 'furatto'

or you can install from the latest build:

gem 'furatto', git: 'git@github.com:IcaliaLabs/furatto-rails.git'

Install the gem using the bundle command:

$ bundle

After running the bundle command, the gem now comes with an installer for easy setup.

$ 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:

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

Furatto heroe

Credits

Abraham Kuri - kurenn@icalialabs.com

Add Me On Twitter

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.