Sha256: 0e5448607e78c973d52c1920ed5d09395a7ae8367f44c9606255d204ef3fe7e9
Contents?: true
Size: 729 Bytes
Versions: 3
Compression:
Stored size: 729 Bytes
Contents
# Surrounded::Rails This sets up your ActiveRecord and/or Mongoid models and ActionController controllers to use [Surrounded](http://github.com/saturnflyer/surrounded). ## Installation Add this line to your application's Gemfile: gem 'surrounded-rails' And then execute: $ bundle Or install it yourself as: $ gem install surrounded-rails ## Usage Add it to your Gemfile and start using it. See [Surrounded](https://github.com/saturnflyer/surrounded) for more details. ## Contributing 1. Fork it 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 new Pull Request
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
surrounded-rails-0.4.0 | README.md |
surrounded-rails-0.3.1 | README.md |
surrounded-rails-0.3.0 | README.md |