espace_membre-ruby
This gem offers some glue (namely ActiveRecord models) around the Espace-Membre database to allow writing simple Ruby apps around it.
TODO
- allow configuration (database name)
- restore RSpec
- run the tests
- distribute.
Installation
Add this line to your application's Gemfile:
gem "espace_membre-ruby"Then start having fun:
EspaceMembre::User.without(:active_missions).last(10)