You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.