Sha256: 18318da7af765a4b27dd61220f14cf619b40bd744e2e71f402317617a0491b0b

Contents?: true

Size: 901 Bytes

Versions: 2

Compression:

Stored size: 901 Bytes

Contents

== SUMMARY

This is plugin to add some useful tasks to rails.

  rake clear:all                    # clear all
  rake clear:log                    # clear log folder
  rake clear:public                 # clear public folder
  rake clear:tmp                    # clear tmp folder

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

2 entries across 2 versions & 1 rubygems

Version Path
zfben_rails_rake-0.0.9 README.rdoc
zfben_rails_rake-0.0.8 README.rdoc