Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Releases: user-interviews/surveyor

version/4.0.0

29 Mar 03:10
1280e77
Compare
Choose a tag to compare
  • 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

15 Mar 18:20
cd0e94a
Compare
Choose a tag to compare

update_attributes will be deprecated in Rails 6.1. Change to update.

version/3.3.1

14 Sep 16:45
Compare
Choose a tag to compare

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

28 Jul 19:14
86ddf46
Compare
Choose a tag to compare

Upgrades dependencies and removes deprecations for Rails 5.2.6 and Ruby 2.6.7

version/3.2.1

29 Sep 18:06
77fe60f
Compare
Choose a tag to compare

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

29 Sep 00:55
c01a8e4
Compare
Choose a tag to compare

Requires ruby 2.5

  • Addresses rspec deprecations
  • Remove rails < 2.4.10 support
  • Update gem credits

Version 3.1.1

28 Sep 17:56
b17d7f0
Compare
Choose a tag to compare

Syncs more gems and ruby version with the main app

Version 3.1

08 Sep 18:02
eb8d7f5
Compare
Choose a tag to compare

Upgrade specs & a little clean up.

Version 3

31 Aug 17:18
6860956
Compare
Choose a tag to compare
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.