Initializify

Put in the condition appropriate to the start of an operation.

View the Project on GitHub bitaculous/initializify

Initializify loads all Ruby files in config/initializers, just like Rails.

Installation

  1. Add Initializify to your Gemfile:

    gem 'bitaculous-initializify', github: 'bitaculous/initializify'
  2. Run bundle to install all dependencies with Bundler

Development

Run specs with RSpec

Run rspec.

or via Guard:

$ guard -g spec

Run RuboCop

Run rubocop.

To run all specs and RuboCop altogether, run rake.

Code Status

Travis CI Status Gemnasium Status

Bug Reports

Github Issues are used for managing bug reports and feature requests. If you run into issues, please search the issues and submit new problems here.

Versioning

This library aims to adhere to Semantic Versioning 2.0.0. Violations of this scheme should be reported as bugs. Specifically, if a minor or patch version is released that breaks backward compatibility, that version should be immediately yanked and / or a new version should be immediately released that restores compatibility.

License

Initializify is released under the MIT License (MIT), see LICENSE.