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
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.