Sha256: cc3088b5db59368f7cdf5d1f766ede228010fa65dfee6ba9c3a6559f09bf343e
Contents?: true
Size: 1.07 KB
Versions: 1
Compression:
Stored size: 1.07 KB
Contents
# SimpleResource SimpleResource speeds up development of standard Rails applications by integrating [Inherited Resources](https://github.com/josevalim/inherited_resources), inherited views and form builders together. ## Features * Everything is customizable application-wide and per resource * Internationalization support * Support for your own form builders * Support for external form builders * [Formtastic](https://github.com/justinfrench/formtastic) * [SimpleForm](https://github.com/plataformatec/simple_form) ## Requirements * Ruby 1.9 or greater * Rails 3.2 or greater ## Installation Add this line to your application's Gemfile: gem "simple_resource" And then execute: $ bundle ## Support If you have any questions or issues with SimpleResource, or if you like to report a bug, please create an [issue on GitHub](https://github.com/jarijokinen/simple_resource/issues). ## License MIT License. Copyright (c) 2012 [Jari Jokinen](http://jarijokinen.com). See [LICENSE](https://github.com/jarijokinen/simple_resource/blob/master/LICENSE.txt) for further details.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
simple_resource-0.0.1 | README.md |