Skip to content

Rails Template (RSpec, BackBoneJS, Jasmine)

Notifications You must be signed in to change notification settings

billr578/ignition

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Ignition (LaunchWare’s Rails Template)

  1. clone this repo
    git clone git://github.com/LaunchWare/ignition.git
  2. create a rails app from this template
    rails new <app_name> -m <path_to_repo>/template.rb

Gems

  • Devise
  • kaminari
  • Inherited Resources
  • Simple Form
  • Airbrake
  • Configatron
  • Tab Menu
  • Heroku
  • Guard (livereload, rspec, bundler, spin)
  • Pry

Testing

  • Rspec
  • factory_girl
  • capybara
  • mocha
  • shoulda
  • postmaster_general
  • jasmine, sinonjs and jasminerice for client-side testing

Initializers

  • action_mailer setup
  • airbrake setup
  • validation_fix – make fieldWithErrors element a <span>
  • hoptoad – setup hoptoad
  • debugging stuff
  • pry

CSS

  • Eric Meyer’s Reset
  • bourbon
  • conditional IE6/IE7 stylesheets

JavaScript

  • JQuery (google hosted)
  • JQuery UI (google hosted)
  • JQuery Rails.js
  • Backbone

MacOS X Developers

Ignition is tested working on Lion running Xcode 4.2 or later.

Ignition will not install properly on Snow Leopard running Xcode 3.2.6. Bundler exec for several tasks will fail for twitter-bootstrap-rails (2.0.1.0) with a gsub error. The latest version of twitter-bootstrap-rails will fail with a uninitialized constant (V8::JSError) error in less.

About

Rails Template (RSpec, BackBoneJS, Jasmine)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%