Project

rakeist

0.0
No commit activity in last 3 years
No release in over 3 years
Common rake tasks for a Rails project
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

Rake-ist¶ ↑

Common rake tasks for a Rails project.

Install¶ ↑

To install as a gem, add the following to config/environment.rb:

config.gem 'rakeist'

Rake tasks are not automatically loaded from gems, so you’ll need to add the following to your Rakefile:

begin
  require 'rakeist/tasks'
rescue LoadError
  STDERR.puts "Run `rake gems:install` to install rakeist"
end

To install as a plugin:

script/plugin install git://github.com/glennr/rakeist.git

Usage¶ ↑

rake setup        #Install gems and do db:setup

Contributors¶ ↑

Glenn Roberts (glenn.roberts@siyelo.com)

License¶ ↑

Homepage

github.com/glennr/rakeist

License

Copyright © 2009 Glenn Roberts <glenn.roberts@siyelo.com>, released under the MIT license.