Homesteading Tasks

https://github.com/homesteading/homesteading-tasks

Description

A collection of rake tasks shared by Homesteading apps.

Current Version

0.0.4

Requirements

Installation

Add this line to your application's Gemfile:

gem "homesteading-tasks"

And then execute:

bundle

Or install it yourself as:

gem install homesteading-tasks

Usage

Tasks:

rake hs:server:start

This will start puma using rails server.

rake hs:db:config

This will cp config/database.example.yml config/database.yml to use the example database config as yours.

rake hs:db:seed

This will load the seed data from db/seeds.rb and then from db/dev.seeds.rb.

rake hs:db:seed:rerename

This can be used to rename the files back to db/seeds.rb and db/dev.seeds.rb in case rake hs:db:seed dumps out in the middle of running with an error.

Authors

Contributions

  1. Fork it
  2. Get it running (see below)
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Write your code and specs
  5. Commit your changes (git commit -am 'Add some feature')
  6. Push to the branch (git push origin my-new-feature)
  7. Create new Pull Request

If you find bugs, have feature requests or questions, please file an issue.

License

PUBLIC DOMAIN

Your heart is as free as the air you breathe.
The ground you stand on is liberated territory.

In legal text, Homesteading Tasks is dedicated to the public domain using Creative Commons -- CC0 1.0 Universal.

http://creativecommons.org/publicdomain/zero/1.0