Project

frontend

0.0
No commit activity in last 3 years
No release in over 3 years
Includes: jQuery, Backbone, Backbone.localStorage, Backrub, Handlebars, Twitter Bootstrap (SCSS) and more.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 3.1.0
 Project Readme

FrontEnd

A Rails 3.1 engine which provides Javascript Libraries and Stylesheets for rapidly prototyping advanced frontends.

Javascript libraries

  • jQuery
  • jQuery UI
  • Backbone
  • Backbone.localStorage
  • BackRub
  • Handlebars.js
  • Backbone.relational

Stylesheets

  • Normaliser.css
  • Twitter Bootstrap (in SCSS)
  • Compass

Generators (Coming Soon)

We also include generators for Backbone Models, Views, Routers and a Backbone style scaffold, as well as installation generators.

Installation

In your Gemfile:

	gem 'frontend'

Automatic install of everything:

	rails g frontend:install

Limited install options:

	rails g frontend:bootstrap
	rails g frontend:backbone
	rails g frontend:backbone:relational
	rails g frontend:backbone:localstorage

Contributing

  • Fork it
  • Commit
  • Test
  • Issue pull request
  • Grab a beer

Authors

  • Ivan Vanderbyl