Skip to content

deseretbook/spree_notes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spree Notes

Installation

Add to Gemfile:

gem 'spree_notes', :git => 'git://github.com/railsdog/spree_notes.git'

Run:

$ bundle
$ bundle exec rails g spree_notes:install

Development

* Fork the repo
* clone your repo
* Run `bundle`
* Run `bundle exec rake test_app` to create the test application in `spec/test_app`.
* Make your changes.
* Ensure specs pass by running `bundle exec rake`
* Submit your pull request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 81.9%
  • HTML 13.5%
  • CSS 3.6%
  • JavaScript 1.0%