zacharywelch / kabu-rails

Kabu for the Rails asset pipeline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kabu::Rails

Code Climate Issue Count

Kabu for the Rails asset pipeline.

Installation

Add this line to your application's Gemfile:

gem 'kabu-rails', git: 'git@cagit.careerbuilder.com:CorpAppsCB/kabu-rails.git'

And then execute:

$ bundle

Or install it yourself as:

$ gem install kabu-rails

Usage

Require Kabu in your application.css manifest:

...
*= require kabu
*= require_tree .
*= require_self

Require Kabu in your application.js manifest:

...
//= require kabu
//= require_tree .

Scaffolding

Kabu-rails provides scaffold views using Kabu styling and markup. To use these templates run the install generator.

rails g kabu:rails:install

Contributing

  1. Fork it ( https://github.com/[my-github-username]/kabu-rails/fork )
  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 a new Pull Request

About

Kabu for the Rails asset pipeline

License:MIT License


Languages

Language:JavaScript 55.9%Language:HTML 35.8%Language:Ruby 8.0%Language:CSS 0.2%Language:CoffeeScript 0.0%