All Versions
30
Latest Version
Avg Release Cycle
79 days
Latest Release
1392 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.0.0 Changes
December 06, 20192.0.0
๐ Features
- ๐ Allow skipping authorization per action (#231)
๐ Bug fixes
- ๐ Support namespaced models when generating resources (#181)
Other
- โฌ๏ธ Drop support for Rails 4 (#239)
- ๐ Better policy lookups for namespaced models (#180)
- ๐ Use Pundit for authorization (#180)
- ๐ Rails 6 support (#248) and (#250)
โฌ๏ธ In order to upgrade
- โฌ๏ธ Upgrade to at least Rails 5 and Ruby 2.2.2
- If using an admin engine, create a namespaced model for every resource, inheriting from the main app model
- Replace any
authenticate_admin_user
withauthenticate
- Replace any
skip_before_action :authenticate_admin_user
withprepend_before_action :disable_authentication
- Replace any
rescue_from NotAuthorizedError
withrescue_from Pundit::NotAuthorizedError
-
v1.5.0 Changes
February 17, 2017๐ Features
- ๐ Support for nested resources (https://github.com/varvet/godmin/pull/189)
-
v1.4.0 Changes
February 17, 2017๐ Features
- ๐ Support group queries in scopes and filters (https://github.com/varvet/godmin/pull/208)
- ๐ Change color of remove buttons, so they're not grabbing all the attention (https://github.com/varvet/godmin/pull/212)
๐ Bug fixes
- ๐ Fix permitted params in sessions controller to work with models other than
AdminUser
(https://github.com/varvet/godmin/pull/210)
Other
- โ Remove authentication alert (https://github.com/varvet/godmin/pull/207)
- โ Add table caption for tests (https://github.com/varvet/godmin/pull/187)
-
v1.3.1 Changes
September 27, 2016๐ Bug fixes
- ๐ Fix FileSystemResolver issue (https://github.com/varvet/godmin/pull/202)
Other
- โก๏ธ Update template for Rails 5 (https://github.com/varvet/godmin/commit/95e0a7917dd9767d77c3bfc876ebbf0a6036f347)
-
v1.3.0 Changes
July 11, 2016๐ Features
- Increased batch action checkbox click area (https://github.com/varvet/godmin/pull/183)
- โ Adds titles to action links (https://github.com/varvet/godmin/pull/185)
- ๐ Rails 5 support (https://github.com/varvet/godmin/pull/199)
๐ Bug fixes
- ๐ Use translated title on login page (https://github.com/varvet/godmin/pull/195)
- Hide batch action toggle when no batch action available (https://github.com/varvet/godmin/pull/197)
- โ Remove hidden field for multiselect filters (https://github.com/varvet/godmin/pull/169)
Other
- ๐ Fixes a deprecation warning on Rails 4.2.5.1 (https://github.com/varvet/godmin/pull/188)
- โ Adds caching partial overrides to increase table rendering speed (https://github.com/varvet/godmin/pull/184)
-
v1.2.0 Changes
February 02, 2016๐ Features
- โ Adds support for custom ordering of columns (https://github.com/varvet/godmin/pull/168)
- โ Adds passing of options to association form helper (https://github.com/varvet/godmin/pull/172)
- โ Adds passing of html options to association form helper (https://github.com/varvet/godmin/pull/176)
๐ Bug fixes
- ๐ Fixes an issue with the template resolver and Rails 4.2.5.1 (https://github.com/varvet/godmin/pull/175)
-
v1.1.0 Changes
December 08, 2015๐ Features
- โ Adds locale for pt-BR (Brazilian Portuguese) (https://github.com/varvet/godmin/pull/141)
- ๐ New sandbox template with with more examples (https://github.com/varvet/godmin/pull/135)
- 0๏ธโฃ Permits belongs to association by default (https://github.com/varvet/godmin/pull/149)
- ๐ฑ Enables responsive design (https://github.com/varvet/godmin/pull/146)
- Batch actions now receive a relation instead of an array (https://github.com/varvet/godmin/pull/158)
๐ Bug fixes
- ๐ Fixes a bug that masked errors in templates with a template not found error (https://github.com/varvet/godmin/pull/142)
- ๐ Fixes a namespace issue with the authentication generator (https://github.com/varvet/godmin/pull/150)
-
v1.0.0 Changes
November 13, 2015๐ Release of 1.0.0 :tada:
-
v0.12.4 Changes
October 21, 2015๐ Bug fixes
- ๐ Fixes a bug which made it impossible to override the datetimepicker locale (https://github.com/varvet/godmin/issues/132)
-
v0.12.3 Changes
September 18, 2015๐ Bug fixes
- โ Adds support for plural engines (https://github.com/varvet/godmin/pull/128)
- โ Remove turbolinks from application.js if present (https://github.com/varvet/godmin/issues/129)