sql view
Rietta's post on using SQL views, via the Scenic gem, to build complex reports in a Ruby on Rails application.
11/28/2013
How to use SQL views to Build Reports with Ruby on Rails
by Frank Rietta
Reports can be complex to develop. Sometimes SQL views help us rationalize these complex reports. Rails doesn't ship with SQL view support by default, but the Ruby Gem Scenic is very effective at utilizing SQL Views in Rails.