Sha256: 6e308dc38339a863723d7f3776cdf75920b921a8b4dbb4515569940add6be8b0
Contents?: true
Size: 733 Bytes
Versions: 1
Compression:
Stored size: 733 Bytes
Contents
# BackupRails Easy use backup gem with Rails. ## Installation Add this line to your application's Gemfile: gem 'backup_rails' And then execute: $ bundle Or install it yourself as: $ gem install backup_rails ## TODO * Add Rails generator for simple backup scripts. ## Usage For now just add the gem to your Gemfile. Move the files in /examples dir into your project. Run whenever to setup your cron job. Make sure you've set the RAILS_ENV correctly. ## Contributing Very welcome.. :) 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
backup_rails-0.0.2 | README.md |