Project

reusable

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Reusable mixins for Rails, RSpec, and Cucumber.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Reusable

Code snippets, modules and generators that I commonly use on Ruby / Rails projects.

View the README.md located in each sub-directory under lib/reusable for additional info.

Installation

To use Reusable in a Ruby or Rails application:

  • Require it in the Gemfile: gem 'jsmestad_reusable', :require => 'reusable'
  • Install it by running bundle install.

Copyright & License

Reusable is Copyright (c) 2011 Justin Smestad. All Rights are Reserved. Code is distributed under the Apache 2.0 License. See LICENSE file for more information