rails-girls-summer-of-code / rgsoc-teams

Teams management and activity
https://teams.railsgirlssummerofcode.org
MIT License
68 stars 140 forks source link

Fix 500 Error in community_controller#index when filtering by role #1155

Closed PandaWhisperer closed 4 years ago

PandaWhisperer commented 4 years ago

This fixes a SQL error on /community when filtering by role.

Spec included.

Montana commented 4 years ago

Great collab again! Going to close & merge.

Montana commented 4 years ago

Ran locally, could not repro bug. Used Rollbar for error detection via:

task :environment do
  Rollbar.configure do |config |
  end
end