authlogic_example
authlogic_example copied to clipboard
An example rails app using the Authlogic authentication library
The test states "should destroy user session". How can it do that when there is no session present at the start of the test? There needs to be an action...
Hi, You may want to check the links in your tutorial and on your project page: http://github.com/binarylogic/authlogic_example.git (page not found) authlogicexample.binarylogic.com (page not found)
rpx now
Any idea on having https://rpxnow.com/ exaple branch ? Thanks in advance luca
http://authlogicexample.binarylogic.com/ => 404 ! Thx :)
I'm on ubuntu 9.10 after export RPX_API_KEY='xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' export RPX_APP_NAME='my-little-app' I couldn't login with my google account. But changing RPX_APP_NAME to ENV['RPX_APP_NAME'] in the calls to rpx_popup and rpx_embed in the...
seems these controllers are missing in the app from your turorial
To use this example app with Rails 3, you need to include the csrf_meta_tag in app/views/layouts/application.html.erb, or you'll get a javascript error when the code in rails.js executes.
Hi,I followed your tutorial to setup Authlogic. I am getting this error when i try to create a new user. Full trace http://pastie.org/614421
I followed this example exactly and keep getting template error undefined method for login, username etc. someone else had this problem on another site and added login_field :login to the...
Make a fresh clone of this app, add a database.yml, run migrations, run the tests...oh, they expect email to be defined. It's a poor example if it doesn't work, Ben....