Ignoring rolerequirement with restfulauthentication method in a subdomain scope I have created a site which utilizes subdomains and searches whether or not the user is at: subdomain.domain.com or dom
I\'m trying to develop a simple REST API. I\'m still trying to understand the basic architectural paradigms for it. I need some help with the following:
is it possible to configure mail.开发者_开发百科rb (in RESTFUL authentication) to test email activation locally? the default file is
I am working as a tester on a system based on a Rest API. Part of my job is to use different applications to POST files to the Rest API and then accessing the API directly via a Rest Client to verify
CouchDB access as a rest service seems insecure. Anyone can hit the database and delete/add documents once it is exposed.
I\'m using Restful Authentication and I\'d like to be able to log in as different users on our site to investigate issues they may be hav开发者_JAVA技巧ing (\"see what they see\"). Since all passwords
I recently upgraded my rails from 2.0.1 to 2.3.3 and since then have been seeing erratic behavior with the restful_authentication plugin. Below are 3 of the errors and stack traces that I got some of
Our Rails app is using Restful Authentication for user/session management and it seems that logging in to the same account from multiple computers kills the session on the other computers, thus killin
I am trying to make it possible for users to login as quick as possible, so I want users to be able to login and create records in the same form.
Since a short time my rails applications yields the following runtime error in the test suite: RuntimeError: Declare either attr_protected or attr_accessible for User, but not both.