Sha256: fb0ec77b4b0668171f09fde13c855b88c7c4b683dafd6f7e23de6169dcfb6a21

Contents?: true

Size: 927 Bytes

Versions: 2

Compression:

Stored size: 927 Bytes

Contents

== SUMMARY

This is plugin to add some useful tasks to rails.

  rake git:clear                      # Clear files in .gitignore
  rake git:commit[comment]            # Git commit with your comment
  rake git:pull                       # Git pull
  rake git:push[comment]              # Git push with your comment

  rake unicorn:restart                # Hot restart unicorn server
  rake unicorn:start                  # Start unicorn server
  rake unicorn:stop                   # Stop unicorn server

  rake mongodb:backup                 # mongodump
  rake mongodb:clear                  # Clear mongo folder
  rake mongodb:restore                # mongorestore
  rake mongodb:start                  # Start Mongodb
  rake mongodb:stop                   # Stop Mongodb

== Getting Started

1. adding gem to Gemfile

  gem 'zfben_rails_rake'

2. update bundle

  bundle install

3. try `rake -T`, and enjoy it :)

  take -T

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
zfben_rails_rake-0.0.15 README.rdoc
zfben_rails_rake-0.0.14 README.rdoc