Skip to content

Rails 6 support

Compare
Choose a tag to compare
@tian-im tian-im released this 10 Dec 08:16
20b3753
  • feat: Rails 6 support (issue 158)
  • chore: extract files to separate gems (wallaby-core/wallaby-active_record/wallaby-her) (issue 156)
  • [Chore] Document update for 5.2 (issue 155)
  • [Feature] Make sure Wallaby still works without specifying resources_name in routes (issue 154)
  • [Feature] Namespace (issue 153)
  • [Chore] Change authorizer's initialize to take away the dependence of context (issue 152)
  • [Feature] wallaby:install generator (issue 151)
  • [Feature] Remove usage of index_params (issue 150)
  • [Feature] Router helper and support singular resourceful route (issue 149)
  • [Feature] Custom mode (issue 148)
  • [Chore] Theme specs (issue 147)
  • [Chore] Remove abstract classes (issue 146)
  • [Feature] options for controller and move servicer's mass assignment to create/update (issue 145)
  • [Feature] Add ActiveStorage partial and at cell helper (issue 144)
  • [Chore] Defult to exclude model ActiveRecord::SchemaMigration (issue 143)
  • [Feature] Upgrade to bootstrap4 and font-awesome (issue 142)
  • [Chore] Update dropdown html syntax and remove Font Awesome (issue 141)
  • [Chore] Update docs and make sure corresponding helper methods exists (issue 140)
  • [Feature] Add support for single column sorting (issue 139)
  • [Feature] Move error page to proper place so that it can be customized (issue 138)
  • [Feature] Base class and JSON API responder (issue 137)
  • [Chore] Reduce code duplication (issue 136)
  • [Chore] Refactor utils (issue 135)
  • [Feature] Support for cell to improve performance (issue 134)
  • [Chore] HER and auto select (issue 133)
  • [Support] Rails 4.2 and specs (issue 131)
  • [Feature] Permitted parameters for has_many-through associations (issue 129)
  • [Fix] Float form partial options (issue 128)
  • [Feature] Support Pundit 2.0 (issue 127)
  • [Feature] Sort disabled (issue 126)
  • [Feature] Extract frontend partial (issue 125)
  • [Chore] Resolve conflicts (issue 124)
  • [Chore] Remove resources helper methods and update documentation (issue 123)
  • [Feature] Authorizable and resourcable (issue 122)
  • [Feature] Resourcable and paginatable concerns (issue 120)
  • [Feature] Servicable (issue 119)
  • [Feature] Adding link type for links in show and index partials (issue 118)
  • [Feature] Decoratable (issue 117)
  • [Chore] Pagination check for ActiveRecord collection (issue 116)
  • [Chore] Support FontAwesome 5 (issue 115)
  • [Feature] Remove errors layout (issue 114)
  • [Feature] Themeable (issue 113)
  • [Chore] Update engine url/links helper methods (issue 112)
  • [Chore] Create helper methods to use in both controllers and views (issue 111)
  • [Feature] Her adapter and pundit (issue 98)