Sha256: 173760cc12af0b0bba1e3087966c357ea3344d243bf46c2e0e94c5463f9db2d2
Contents?: true
Size: 758 Bytes
Versions: 5
Compression:
Stored size: 758 Bytes
Contents
# Surrounded::Rails This sets up your ActiveRecord models and ActionController controllers to use [Surrounded](http://github.com/saturnflyer/surrounded). Support for non-ActiveRecord will be added. ## 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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
surrounded-rails-0.2.0 | README.md |
surrounded-rails-0.1.2 | README.md |
surrounded-rails-0.1.1 | README.md |
surrounded-rails-0.1.0 | README.md |
surrounded-rails-0.0.4 | README.md |