tips for a open id authentication wrapper for rails - ruby-on-rails

i'm looking for a rails plugin for open id authentication.
I'm using restful-authentication
Can you tip me any plugin?
Do you know any tutorials for using these plugins?
thanks

Use the open_id_authentication plugin maintain by Rails core team http://github.com/rails/open_id_authentication

When I tried this a few years ago, I had problems configuring Apache/mongrel. I vaguely remember with respect to Yahoo.
The plugin itself was easy to use!
Stephan

Related

Security in grails

I'm looking for a security plugin for a grails project.
Spring security core 1.2.7.3 looks awesome but it seems that it's not under development for almost a year. Does anyone knows if that is the case?
Also are there any other good plugins?
Also i'm using mongodb and wanted to know if spring security core is compatible with mongo
Thanks!
Roy
Take a look at the plugin again. It's supported by SpringSource. If no updates, no need in them. Don't think they just forget to update.

Something like Spree for Grails?

Is there something like Spree (Rails) for Grails? I've seen the answers on this question https://stackoverflow.com/questions/6543129/grails-ecommerce-framework-platform but it is more than half a year old and didn't give an answer that is similar to Spree.
Well, there is a new plugin based on Broadleaf Commerce. Wich is an open source Java eCommerce platform based on the Spring Framework...
http://grails.org/plugin/broadleaf
Please check out Greenfield. http://opengreenfield.org/. Built on the Grails framework.

Using Windows Authentication in Ruby on Rails

I'm working on a Rails app for an internal project and can't work out how to set up the users model to use Windows Authentication for logging in. I had a look and can't find anything that was covering this topic. I've managed to configure Rails to use SQLServer fine but I'm just blanking here.
Thanks in advance.
Maybe this article helps: http://www.zorched.net/2007/06/04/active-directory-authentication-for-ruby-on-rails/

Rails 2.3.11 Administrator Gem

This is my first question here in StackOverflow :)
I've been searching for the best plugin for administrator for my Rails 2.3.11 app.
I can create my own but I have to rush my project so I decided to use these kinds of plugin.
I already searched rails_admin and active_admin. There are both good but I think that's for Rails 3 only. So I need to find some admin plugins for Rails 2.3.11.
Your ideas are much welcome :) Thanks!
Give Typus a try. It works on rails 2.3 and is quite popular, although the author isn't planning on maintaining the 2.3 version anymore.
https://github.com/typus/typus/wiki/requirements

Admin Plugins For Rails

I'm looking for a good admin plugin/gem for a Rails 3 application. I have tested rails_admin and it seems very good. Has anybody used any other plugins for Rails 3.0?
Also has anybody had any issues with rails_admin?
A lot of options, at the moment. Check all of them out here.
http://ruby-toolbox.com/categories/rails_admin_interfaces.html
I have heard both admin_data and typus are good.
Using Rails Admin too. Never had a problem.

Resources