Sha256: 28db8373b1459f110e637424d3d14bf24daad2b59fe523d157e250799d75468a

Contents?: true

Size: 1.51 KB

Versions: 8

Compression:

Stored size: 1.51 KB

Contents

# Cantango Configuration

Configuration for [CanTango](https://github.com/kristianmandrup/cantango).

## Status: Dec 1 2011

The Configuration DSL has now been almost fully "spec'ed".

## Dependencies

This extension depends on the CanTango [core](https://github.com/kristianmandrup/cantango-core) and follows the extension conventions as described there.

## Core extensions

* YAML Loader - use of Config to set where (which folder) to load the YAML file from

## Configuration

Configuration allows configuration of the following components:

* Ability
* Account
* Accounts
* Adapters
* Categories
* Debug
* Engines
* Guest
* Hooks
* Localhosts
* Models
* Modes
* Orms
* User
* Users

Example: 

```ruby
CanTango.config.accounts do |accounts|
  # configure accounts
end
```

## Contributing to cantango-config
 
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
* Fork the project
* Start a feature/bugfix branch
* Commit and push until you are happy with your contribution
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

## Copyright

Copyright (c) 2011 Kristian Mandrup. See LICENSE.txt for
further details.

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cantango-config-0.1.9.2 README.mdown
cantango-config-0.1.8.1 README.mdown
cantango-config-0.1.8 README.mdown
cantango-config-0.1.7 README.mdown
cantango-config-0.1.6 README.mdown
cantango-config-0.1.5 README.mdown
cantango-config-0.1.4 README.mdown
cantango-config-0.1.3 README.mdown