No commit activity in last 3 years
No release in over 3 years
A limesurvey plugin for Rails to make an ActiveRecord model able to participate to Limesurvey surveys
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 3.2.16, ~> 3.2
 Project Readme

LimesurveyRails

Build Status

A limesurvey plugin for Rails to make an ActiveRecord model able to participate to Limesurvey surveys

Premise

This is a very very poor readme. I use this gem in my projects but I can't describe it better because I'm busy. But if anyone is interested just contact me

Installation

Add this line to your application's Gemfile:

gem 'limesurvey_rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install limesurvey_rails

Usage

In your participant model simply execute from your model class

is_a_limesurvey_participant

but there are many options ..

Test

Because of this it's better run test separately (in a real scenario the participant model is expected to be initialized only once):

rake spec[main] && rake spec[survey] && rake spec[participant] && rake spec[participation]

Reminder for further bug investigation:

rake spec[,25280] #failing test
rake spec[survey,25280] #passing test

Contributing

  1. Fork it ( https://github.com/[my-github-username]/limesurvey_rails/fork )
  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