Sha256: 8f8eab5042c01b7bbc38bfea2a6ebed440ad35b2cf717533ab9e2709b9653952

Contents?: true

Size: 835 Bytes

Versions: 4

Compression:

Stored size: 835 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 git:copy                       # copy .gitignore to rails root path

  rake unicorn:copy[processes,port]   # copy unicorn.rb to root path
  rake unicorn:restart[env,config]    # restart server
  rake unicorn:start[env,config]      # start server
  rake unicorn:stop                   # stop server
  
  rake log:analytics                  # analytics log file

== 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

4 entries across 4 versions & 1 rubygems

Version Path
zfben_rails_rake-0.0.13 README.rdoc
zfben_rails_rake-0.0.12 README.rdoc
zfben_rails_rake-0.0.11 README.rdoc
zfben_rails_rake-0.0.10 README.rdoc