You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to net...@googlegroups.com
I am very new to Netzke. I checked out the authentication demo at http://a3r.me/blog/2011/netzke-cucumber-selenium.html but it seems a bit outdated. Can anyone give me an idea of how Netzke 0.7.6 handles rails3 sessions controller. Creating a user is straight forward. the demo is not quite clear as how the connection is made to the session controller. I guess app/components/login.rb makes referes to endpoint :login but I can't see where Rails would handle the authentication process.
Anyone could clarify ?
scho
unread,
Aug 2, 2012, 3:06:32 AM8/2/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to net...@googlegroups.com
Hi,
here's what I've done in order to access the sessions controller from your netzke component: https://gist.github.com/3234643
Hope this helps,
cheers!
Sacketty
unread,
Aug 2, 2012, 6:07:43 AM8/2/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to net...@googlegroups.com
@scho
Thank you!. That is exactly what I was looking for