Sha256: a5aa4873d0ce9e6664aa6268864eabbfe153e56aad6d4dff3ade987434cd6efd
Contents?: true
Size: 861 Bytes
Versions: 2
Compression:
Stored size: 861 Bytes
Contents
# Adminpanel This gem is developed to be a CMS for Ruby 1.8.7 and Rails 3.2.12 ## Installation Add this line to your application's Gemfile: gem 'adminpanel' And then execute: $ bundle Or install it yourself as: $ gem install adminpanel ## Usage In you application.rb config.default_locale = :es no other language is currently supported, but pull requests are welcome. The gem expects you to have a database with tables as the schema.rb in the root. You have to add your sections in the seeds.rb to add them to the database. Any doubt feel free to ask me! ## 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
adminpanel-0.0.3 | README.md |
adminpanel-0.0.2 | README.md |