No release in over 3 years
Write Ruby apps around the beta.gouv.fr dataset without the hassle
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

>= 8.1.2
 Project Readme

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)