No commit activity in last 3 years
No release in over 3 years
ORM Adapter for guacamole
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.8
>= 2.12.4, ~> 2.12.4
~> 0.10.1
~> 10.0
>= 3.2.0, ~> 3.2.0

Runtime

~> 0.4.0
~> 0.5.0
 Project Readme

OrmAdapter::Guacamole

This gem provides a simple entry to ArangoDB via guacamole gem. Its further use may be e.g. to use Devise

Installation

Add this line to your application's Gemfile:

gem 'orm_adapter-guacamole'

And then execute:

$ bundle

Or install it yourself as:

$ gem install orm_adapter-guacamole

Usage

Detailed informations about usage are available at Ian Whites orm_adapter page

NOTICE: Relations between models will not work until now.

Development

To run the specs, you can start from the last known good set of gem dependencies in Gemfile.lock.development:

git clone http://github.com/klausinho/orm_adapter-guacamole
cd orm_adapter-guacamole
bundle install
bundle exec rake spec

There are 4 pending specs. They are all related to model relations. All other tests were green and should be kept green :)

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Copyright and License

Copyright 2015 by Klaus Humme and Ian White. See LICENSE.txt for further license informations.