TinyBox2Rails

TODO: Write a gem description

Installation

Add this line to your application's Gemfile:

gem 'tiny_box2_rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install tiny_box2_rails

Usage

add to css file

/*
 *= require tiny_box2
*/

add to js file

//= require tiny_box2

visit: http://www.scriptiny.com/2011/03/javascript-modal-windows/

Contributing

  1. Fork it ( https://github.com/cgg5207/tiny_box2_rails/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request