GithubHelp home page GithubHelp logo

Comments (2)

the-teacher avatar the-teacher commented on August 21, 2024

Hello! In fact this gem is just prototype of my idea. Yes, it's works, but there is many ways for improvements. Unfortunately, I haven't time to work with it now.

I think I need few month to finish current projects, (for example, my new gem - TheComments), and I promise - I'll be back to this gem and I'll try to use this offer

Thank you!

from the_role.

the-teacher avatar the-teacher commented on August 21, 2024

Just one comment, maybe an other option to add (apart for enable/disable an action), is the possibility to specify from whom the object could be; i.e. "edit or destroy objects created by me (current_user) only, or by my group (group users functionality)"

Thank you for your opinion!

The Role use extremely simple way to find access state for user. I think it's should stay as main feature of this project.

Group policies should be implemented with another gem or with plugin for TheRole.

In the past I was developer of big authorization system - you should to believe me - big authorization system is dead end for many projects. Nobody needs it, in fact.

That is why I want to keep this project extremely simple.

By the way, is any option to avoid coding in every view link the "if permmission", making that automaticaly based on the actions would be awesome too (some gems use a view:helper...but is not the best approach)

Do you mean something like this?

= roled_link_to "Edit", edit_page(@page)

instead

if current_user.has_role(:pages, :edit)
  = link_to "Edit", edit_page(@page)
end

Unfortunatly, I can't see elegant way to solve this situation.

from the_role.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.