Skip to content

Releases: wallaby-rails/wallaby-rails

Fix date format issue on Safari and remove BS warning

14 Dec 02:57
e071c45
Compare
Choose a tag to compare
  • chore(css): get rid of bootstrap deprecation warning (issue 161)
  • fix(js): remove the warning of moment by format the date string properly (issue 160)

Fix to include vendor folder in the gem release

14 Dec 02:56
0b87548
Compare
Choose a tag to compare
  • fix(gemspec): include vendor folder (issue 159)

Rails 6 support

10 Dec 08:16
20b3753
Compare
Choose a tag to compare
  • 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)

Allow custom CSV partials

12 Jun 22:27
ea252d0
Compare
Choose a tag to compare
  1. [Fix] Keep filter param for search (#102)
  2. [Feature] Allow custom csv partials (#103)
  3. [Chore] Use mapping configuration for servicer class method model_class (#104)
  4. [Feature] Add url_params for index and export link helper methods (#105)
  5. [Security] Remove option html: true for bootstrap tooltip to prevent XSS attack (#108). Patch for issue (#107)

Update resources router to reflect the `resources_controller` configuration

13 May 23:15
d0d5b0f
Compare
Choose a tag to compare
  1. [Fix] Routes update for configurable resources_controller (#99)
  2. [Fix] Update resources router to reflect the resources controller configuration (#100)

Configurable base class of controller/decorator/paginator/servicer

13 Apr 22:32
e61dfb9
Compare
Choose a tag to compare
  1. [Chore] upgrade to robucop 0.53 standard (#88)
  2. [Feature] Configurable global base controller/decorator/paginator/servicer (#91)
  3. [Feature] Add 'step' to float field (partial view) (#89)
  4. [Chore] Update documentation (#93)
  5. [Feature] Be able to use default base class of controller/decorator/paginator/servicer (#95)
  6. [Feature] Add test helper for controller tests (#96)

Hint customization and misc fixes

06 Mar 00:24
e940b77
Compare
Choose a tag to compare
  1. [Chore] Simplify 'resources/show/_image.html.erb' (issue 80)
  2. [Chore] Add more information to the type validation message (issue 81)
  3. [Feature] Be able to customize hint in form view (issue 82)
  4. [Fix] Link of Strong Parameters (issue 84)
  5. [Fix] Restrict font-awesome-sass version to 5 and below (issue 85)
  6. [Chore] Reload should be triggered in to_prepare instead of ResourcesRouter (issue 86)

Chores and added feature to customize logout related

21 Jan 11:35
7807213
Compare
Choose a tag to compare
  1. Chore: Only use resource_params for create and update action (issue 73)
  2. Chore: Localization for style helpers (issue 74)
  3. Chore: Refactor class mapper to allow descendents (issue 75)
  4. Chore: Remove is_origin metadata (issue 76)
  5. Support: Manual tested under Rails 4.2 (issue 77)
  6. Feature: Ability to customize logout_path, logout_method, email_method (issue 78)

Misc fixes

13 Jan 03:46
4a8fb0e
Compare
Choose a tag to compare
  1. Chore: Remove jquery-turbolinks gem (issue 66)
  2. Feature: Add html attribute title to the links (issue 67)
  3. Chore: normalize the partials that user could replace/override (issue 69)
  4. Fix: Have to make sure that app/models are loaded before Rails eager load (issue 68)
  5. Chore: index_params should not contain resources, utf8 (issue 71)

Prevent the reference to model decorator from being cached

12 Jan 20:47
6ab71a4
Compare
Choose a tag to compare
[Rails 5] Prevent the reference to model decorator from being cached …

…(#65)

* remove instance varialbe cache for model decorator

* remove Map.clear from initializer

* patch version