Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

furatto

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

furatto

  • 1.5.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

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.

FAQs

Package last updated on 27 Jul 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc