This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
Releases: user-interviews/surveyor
Releases · user-interviews/surveyor
version/4.0.0
- Requires Ruby 3 and Rails 6 or 6.1
- Removes rubyracer dependency that no longer builds
- Fixes deprecation warnings for Rails 6.1 in the spec suite
version/3.4.0
update_attributes will
be deprecated in Rails 6.1. Change to update
.
version/3.3.1
Adds inverse_of: :question
to the has_many :answers
declaration in the Question model to prevent n+1 issues when calling as_json
after serialization despite prior eager loading.
version/3.3.0
Upgrades dependencies and removes deprecations for Rails 5.2.6 and Ruby 2.6.7
version/3.2.1
Auto-Rubocop Rails 5.1
Execute rubocop auto-fixes against the UI app rules. Leaves some incomplete, but in a better place in a lot of ways (like frozen string literal and just readability upon debugging)
version/3.2.0
Requires ruby 2.5
- Addresses rspec deprecations
- Remove rails < 2.4.10 support
- Update gem credits
Version 3.1.1
Syncs more gems and ruby version with the main app
Version 3.1
Upgrade specs & a little clean up.
Version 3
RS-4164 allow gem to run with Rails 5.1 (#5) This includes removing sass and rabl, updating rspec, and removing unused specs. This gem is now primarily concerned with the models and does not include anything around the FE for taking surveys as that is provided by the rails-server.