Skip to content

v0.0.12

Compare
Choose a tag to compare
@zachahn zachahn released this 04 Apr 20:33
· 205 commits to main since this release

Added

  • Support for "virtual" fields that don't need to be correlated to a method on
    the model. Although it's not possible to sort by virtual fields (sorting is
    only done by the database), this will make it possible to show derived values
  • Route generation when using bin/rails g super:resource MyModel. It can
    generate routes under a namespace, scope, or keep it at the top level.
  • Generation of AdminController::AdminControls, which subclasses
    Super::Controls. (The name changes automatically depending on the controller
    namespace)

Changed

  • A few configuration keys
  • The number of records per paginated page. It's now at 100.
  • Moved generated definition of #new_controls into the parent class.