chris-teague / ornament

Front-end framework for Ruby on Rails.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ornament

A front-end framework for your Rails app.

Visit the Ornament website for more information.

Installation

  1. Add to your Gemfile:

    group :development do
      gem 'ornament', github: 'katalyst/ornament'
    end
  2. Run bundler:

    bundle install
  3. Run the generator:

    rails generate ornament

Prototype Version

You can use the prototype version of Ornament by changing the gemfile branch:

gem 'ornament', github: 'katalyst/ornament', branch: 'prototype'

License

Copyright (c) 2013 Katalyst Interactive.

See the LICENSE file for details.

Acknowledgments

The project uses IE9.js - copyright 2004-2010, Dean Edwards.

About

Front-end framework for Ruby on Rails.

License:MIT License


Languages

Language:HTML 37.8%Language:JavaScript 29.4%Language:CSS 26.7%Language:Ruby 6.0%Language:Handlebars 0.1%