Project

ink3-rails

0.01
No commit activity in last 3 years
No release in over 3 years
Ink Sapo 3.x for Rails 4
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

>= 0
 Project Readme

ink3-rails

Ink version 3.x.x for Rails asset pipeline (Rails >= 3.1).

Gem Version

More information about Ink Framework at https://github.com/sapo/Ink and http://ink.sapo.pt

Example Application

An example application is available at mutablestate/ink3-rails-demo. You can see it in action on heroku here.

Installation

Add this line to your application's Gemfile:

gem 'ink3-rails'

or

gem 'ink3-rails', github: 'mutablestate/ink3-rails'

For FontAwesome support:

gem 'font-awesome-rails'

Then execute:

$ bundle install

Usage

Add these lines to your application.css before "*= require_tree .":

*= require ink

or for flexbox support

*= require ink-flex

Add this line for FontAwesome support:

*= require font-awesome

Add these lines to your application.js before "//= require_tree .":

//= require ink-all
//= require autoload
//= require html5shiv

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request