This release provide select field for "new role" form Now it's easy to create new roles based on previous created roles
you should use following gem set to get new functionality
the_role 2.5.3
the_role_bootstrap3_ui 1.1
Unclaimed project
Are you a maintainer of the_role? Claim this project to take control of your public changelog and roadmap.
This release provide select field for "new role" form Now it's easy to create new roles based on previous created roles
you should use following gem set to get new functionality
the_role 2.5.3
the_role_bootstrap3_ui 1.1
This release has minor changes for internal methods which provide processing of incoming test strings
was
def has_section? section_name
to_hash.key? section_name.to_s.to_slug_param(delimiter: '_')
end
became
def has_section? section_name
to_hash.key? section_name.to_slug_param(sep: '_')
end
I drop old ParamHelper and replace it with my helper-gem for building of slugs
https://github.com/the-teacher/the_string_to_slug
The Role became popular. TheRole is unique because it has flexible Admin GUI.
Now GUI based on Bootstrap3, but some users wants to use other front-end frameworks for UI, for example Foundation
Today we separate base of TheRole and Bootstrap3 UI for it. Now end-point user can create own versions of UI for TheRole!
Last 3 months was hard for me, because I changed a job. But now I have a little p...
Refactoring. Please learn README again