rapidfire icon indicating copy to clipboard operation
rapidfire copied to clipboard

Making dynamic surveys should be easy!

Results 21 rapidfire issues
Sort by recently updated
recently updated
newest added

This PR includes a lot of improvements I've made over time, if you are interested in using them. Some of the commits are outdated, but I recently merged in the...

Hey, For devise gem, we are using an employee model rather the user model, So when I use your gem, it is causing issues with our routes. in the application...

I am getting error on `Download CSV` action. I've used ||=(or-equal) operator to fix this issue. ### Error details NameError in Rapidfire::SurveysController#results uninitialized class variable @@csv_user_attributes in Rapidfire::Survey > [rapidfire...

I am not sure how much overhead this is going to be, but I think rapidfire should support admin of surveys (i.e creation etc) via a JSON api, such that...

Do you have any functionality or is it possible to extend RapidFire to do grading of answers and assigning them to individual people? Like a quiz system? Thank you

Allow changing the name of current_user method to any other, this can be requested at config file. Because sometime a `SimpleUser` will be answer the survey, and a `AdminUser` will...

I don't know if is possible in the actual state of the gem, or just add proper documentation to it. For example a combined field to show: `Something: ________________ Date:...

Hello, I'm using a forked version of this repository, and now I'm needing it to have a API support, so we are going to implement it, so any suggestions on...

Hi all, The question text is rendered in the different answers partials using a common instruction: This results in a markup that looks like How are you ? This is...