Skip to content

v0.0.7: Filtering!

Choose a tag to compare

@zachahn zachahn released this 16 Dec 04:02

Added

  • Filtering support! You can now use Super to read, write, and search data.
  • A "view" object in each controller action that renders something. These are
    built via Controls to allow developers to customize them as desired. The
    return value can be any object with a method #to_partial_path (or in newer
    versions of Rails, a view component).

Changed

  • Made the table headers (on the #index action) sticky on larger screens.