Ruby on Rails Monday, July 17, 2017

The role_id is a column in the users table.

The role.rb model and the user.rb model are related.


In user.rb the roles are processed.

I find it is helpful to try to add the feature you want to a fresh plain test project.

When you can add it to a test project, then try to add it to your project.



On Mon, Jul 17, 2017 at 11:22 PM, babacar thiam <thiamdu33@gmail.com> wrote:
I use mac os x.
I want to use your app to see specifically how use Rbac in a simple app.
And in my app i don't undertand how to link user to a specifique role.
in devise/ folder i can't see an in the form how to add role id 
and if i want to add user in the seed file i have a error.

Le lundi 17 juillet 2017 23:07:17 UTC-4, David Gleba a écrit :
What operating system are you using?

Can you download the bashrail project to your PC and follow the instructions in the README.md. 

I wonder if you can run it as it is and see if it generates a rails app you can run. Then we can break it down into smaller pieces and try to understand what it is doing.


On Monday, July 17, 2017 at 7:38:30 PM UTC-4, babacar thiam wrote:
i want to use your script to test how implement robe based access control .
I hav a problems to import this or to add some file  in my projet.
I can't see the views who create user our assign a role to a user its my matter.
help need if i could have our contact to communicate fastly.
need u david Dleba 

Le lundi 17 juillet 2017 18:46:21 UTC-4, babacar thiam a écrit :
i look our script AND I COME WITH U IF I HAVE NEW
Le vendredi 14 juillet 2017 06:44:52 UTC-4, David Gleba a écrit :
I use devise and cancancan for login and roles.

In my little rails app generator project: https://github.com/dgleba/bashrail  there are scripts for this. Even if you don't use the scripts, they document exactly how to implement it in that case.

look at:  

When I am learning something like this I strip the scripts down to just what is needed to create an app with the feature I am studing.

This app, https://github.com/dgleba/brail351d, was generated by bashrail and has fully functional roles like mention in your question.

David


On Thursday, July 13, 2017 at 4:43:41 PM UTC-4, babacar thiam wrote:
Hello guys i want to implement rbac autorisation for a rails app.
i use devise to generate user and i have a product controllers.
am a beginners at rails and i want to use:
user role show 
admin role edit
speruser role delete
I don't know how to implement this i use cancan and i have a problem to affect a role to a user

--
You received this message because you are subscribed to a topic in the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rubyonrails-talk/oHSqL1aYLs0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/75f291b1-a395-4224-87a0-7ed0b2eeccf4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAFNhzNbBW4VDOrT8sxW1WxRBMWtPXe-rDP1xFN6ZcKRQxGiFtg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment