Annotate is a very useful utility for annotating schema information in Rails models. The gem prepends (or appends, as per…
While the default form fields of Active Admin are decent for most use cases, there are special cases like JSON…
SQL Views are a handy feature that allow us to save a query whose results are computed/collated dynamically whenever the…