Joshua, Authlogic seemed to simply work, keep in mind I'm using the source from github (gem "authlogic", :git => 'git://github.com/binarylogic/ authlogic.git') so it may have been fixed recently. I have not exercised stuff too hard. The site accepts logins so you could give it a little more testing. Internally I did not need to change any of my implementation and the old Rails 2.3 route file worked fine in Rails 3, except for some strange things around nested singular controllers.
As I said in my post I would not rush to run this in production at the moment, stuff is in too much flux and there are too many weird issues. The big thing you need to make sure you do with authlogic is require it early, I require it in boot.rb, but I'm not sure if the best practice is to require stuff in application.rb or boot.rb On Jan 20, 4:28 pm, Joshua Partogi <[email protected]> wrote: > Sam, > > Thanks for the write up. Did you use Authlogic with the latest Rails > 3. Does it work okay? Because Rails 3 has changed the routing logic > internally? Is there anything I need to look out for on integrating > Authlogic and Rails 3? > > Regards, > > On Wed, Jan 20, 2010 at 2:51 PM, sambo99 <[email protected]> wrote: > > Over the weekend I upgraded an instance of my community tracker > > project to Rails 3. It was not a trivial task but it sort-of works: > > > I posted some notes > > here:http://rails3.community-tracker.com/permalinks/5/notes-from-the-field... > > > *drumroll* that site actually runs Ruby 1.9.2 head / nginx / passenger > > and Rails 3, defiantly not stable / complete enough to run the rest of > > my trackers but was a good learning experience. Bundler rules. > > --http://jobs.scrum8.com|http://twitter.com/scrum8
-- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rails-oceania?hl=en.
