All Versions
30
Latest Version
Avg Release Cycle
79 days
Latest Release
1150 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.12.2 Changes
September 07, 2015๐ Bug fixes
- ๐ Fixes broken sign in page
-
v0.12.1 Changes
September 07, 2015๐ Bug fixes
- ๐ Fixes issue where column ordering on index table didn't work (https://github.com/varvet/godmin/issues/124)
Other
- โ Adds integration tests
- โ Removes the namespace config in
initializers/godmin.rb
โฌ๏ธ In order to upgrade
- โ Remove the
initializers/godmin.rb
file
-
v0.12.0 Changes
June 30, 2015๐ Features
- โ Adds new navigation helpers for building a custom navbar (https://github.com/varvet/godmin/issues/54)
Other
- โ Removes the godmin router method
โฌ๏ธ In order to upgrade
- โ Remove the
godmin do
block from theconfig/routes.rb
file - Specify a root route if there is none already
- Create a
shared/_navigation.html.erb
partial if there is none already
๐ Bug fixes
- ๐ Fixes issue with authentication generator not modifying the application controller
-
v0.11.2 Changes
June 22, 2015๐ Bug fixes
- ๐ Fixes broken collection select helper
-
v0.11.1 Changes
May 20, 2015๐ Features
- โ Adds
destroy_resource
method toResourceService
- โ Adds query param to authorize
- โ Adds authorization to batch actions (https://github.com/varvet/godmin/issues/33)
- โ Adds show page (https://github.com/varvet/godmin/issues/77)
- โ Adds option to change add text on dropdowns (https://github.com/varvet/godmin/pull/106)
- โ Adds CSV export (https://github.com/varvet/godmin/issues/86)
- JSON export can now be controlled using
attrs_for_export
or by overriding a jbuilder
๐ Bug fixes
- ๐ Fixes a regression where filter labels were not translated
- โ Adds
-
v0.11.0 Changes
April 13, 2015Other
- Split resources into controllers and service objects (https://github.com/varvet/godmin/pull/79)
- ๐ Renames the following modules:
- Godmin::Application -> Godmin::ApplicationController
- Godmin::Resource -> Godmin::Resources::ResourceController
- Godmin::Sessions -> Godmin::SessionsController
-
v0.10.3 Changes
February 18, 2015๐ Bug fixes
- Adds the possibility to pass options to the
date_field
anddatetime_field
form helpers
- Adds the possibility to pass options to the
-
v0.10.2 Changes
February 16, 2015๐ Bug fixes
- ๐ Fixes standard resource params for multi-word models
-
v0.10.1 Changes
February 13, 2015๐ Bug fixes
- ๐ Fixes multi-select selectize issue (https://github.com/varvet/godmin/issues/71)
-
v0.10.0 Changes
February 11, 2015๐ Features
- ๐ Shows the number of items in each scope in the scope tab (https://github.com/varvet/godmin/issues/16)
- Two new overridable methods for resources:
build_resource
andfind_resource
- Translatable title (https://github.com/varvet/godmin/issues/17)
๐ Bug fixes
- ๐ Fixes a bug where the wrong template would be picked (https://github.com/varvet/godmin/issues/39)
- ๐ Fixes a bug so the resolver works with namespaces templates.
- ๐ Fixes an autoloading issue (https://github.com/varvet/godmin/issues/60)
- Godmin rescues
NotAuthorizedError
and returns a 403 Forbidden HTTP status.
Other
- Cleaned up generators (https://github.com/varvet/godmin/issues/28)
- Restructured the locale files a bit