All Projects → IcaliaLabs → furatto-rails

IcaliaLabs / furatto-rails

Licence: MIT license
Furatto CSS Framework for Rails Asset Pipeline

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to furatto-rails

js-namespace-rails
js-namespace-rails let you choose which javascript snippet can execute in rails assets pipeline
Stars: ✭ 57 (+58.33%)
Mutual labels:  assets, rails-asset-pipeline
hashed-asset-bundle
Apply an asset version based on a hash of the asset for symfony/asset
Stars: ✭ 24 (-33.33%)
Mutual labels:  assets
Infinite Scroll Unity
Infinite Scroll is a script extension that allows you to use ScrollRect control as an infinite spinner. It is fast, simple and mobile-friendly way to make lists with thousands of rows.
Stars: ✭ 209 (+480.56%)
Mutual labels:  assets
RAImagePicker
📸 iMessage-like, Image Picker Controller Provides custom features.
Stars: ✭ 14 (-61.11%)
Mutual labels:  assets
Rtimageassets
A Xcode plugin to automatically generate 2x, 1x image from 3x image for you, or upscale to 3x from 2x
Stars: ✭ 2,490 (+6816.67%)
Mutual labels:  assets
asset-map-webpack-plugin
Webpack plugin that creates a map of assets to public url slug for server agnostic usage.
Stars: ✭ 14 (-61.11%)
Mutual labels:  assets
Unity Aseprite Importer
An aseprite-file importer for unity written in C#, built upon the experimental AssetImporter API
Stars: ✭ 177 (+391.67%)
Mutual labels:  assets
project-curator
A convenient tool to help cleaning and to maintain Unity Projects ✨
Stars: ✭ 99 (+175%)
Mutual labels:  assets
Website-downloader
💡 Download the complete source code of any website (including all assets). [ Javascripts, Stylesheets, Images ] using Node.js
Stars: ✭ 615 (+1608.33%)
Mutual labels:  assets
egg-view-assets
Manage frontend assets in development and production.
Stars: ✭ 51 (+41.67%)
Mutual labels:  assets
serviceworker-rails-sandbox
Service Workers on Rails demo app with the serviceworker-rails gem
Stars: ✭ 88 (+144.44%)
Mutual labels:  rails-asset-pipeline
Asset Packagist
Asset Packagist
Stars: ✭ 235 (+552.78%)
Mutual labels:  assets
kirby-hashed-assets
🛷 File name hashes support for css() and js() helpers. Without rewrite rules!
Stars: ✭ 15 (-58.33%)
Mutual labels:  assets
Ocsinventory Server
Communication server of OCS Inventory
Stars: ✭ 214 (+494.44%)
Mutual labels:  assets
jasper-helpers
A library of helpers for working with html for apps Crystal
Stars: ✭ 20 (-44.44%)
Mutual labels:  assets
Django Webpack Loader
Transparently use webpack with django
Stars: ✭ 2,327 (+6363.89%)
Mutual labels:  assets
phoenix assets webpack
Asset Pipeline with Webpack on Phoenix
Stars: ✭ 52 (+44.44%)
Mutual labels:  assets
composer-asset-compiler
Composer plugin that installs dependencies and compiles assets based on configuration.
Stars: ✭ 19 (-47.22%)
Mutual labels:  assets
picasso
Picasso is a tool that can take a template and data, and generate images from them.
Stars: ✭ 16 (-55.56%)
Mutual labels:  assets
adonis-bundler
Blazing fast, zero configuration assets bundler for AdonisJS
Stars: ✭ 19 (-47.22%)
Mutual labels:  assets

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: '[email protected]: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 - [email protected]

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].