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

Releases: user-interviews/surveyor

version/4.0.0

Choose a tag to compare

@jeffbax jeffbax released this 29 Mar 03:10
1280e77
  • 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

Choose a tag to compare

@ghu-ut ghu-ut released this 15 Mar 18:20
cd0e94a

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

version/3.3.1

Choose a tag to compare

@SirSnacksalot SirSnacksalot released this 14 Sep 16:45

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

Choose a tag to compare

@jeffbax jeffbax released this 28 Jul 19:14
86ddf46

Upgrades dependencies and removes deprecations for Rails 5.2.6 and Ruby 2.6.7

version/3.2.1

Choose a tag to compare

@jeffbax jeffbax released this 29 Sep 18:06
77fe60f

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

Choose a tag to compare

@jeffbax jeffbax released this 29 Sep 00:55
c01a8e4

Requires ruby 2.5

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

Version 3.1.1

Choose a tag to compare

@jeffbax jeffbax released this 28 Sep 17:56
b17d7f0

Syncs more gems and ruby version with the main app

Version 3.1

Choose a tag to compare

@bsaris-ut bsaris-ut released this 08 Sep 18:02
eb8d7f5

Upgrade specs & a little clean up.

Version 3

Choose a tag to compare

@bsaris-ut bsaris-ut released this 31 Aug 17:18
6860956
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.