I am tired of recreating the login system for Rails for each new project so using the RESTful Rails Authentication Tutorial I created a template project that I can use to create new projects. While adding in the OpenID Authentication component I started getting this error:
/Library/Ruby/Gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:376:in `new_constants_in’: You have a nil object when you [...]
Tags: Authentication · errors · OpenID · plugins · Ruby On Rails
So if you are ever working oh so hard on a ruby on rails application and all of a sudden your application stops working and you have no idea why because the error looks like this:
/!\ FAILSAFE /!\ Mon Nov 12 17:27:15 -0700 2007
Status: 500 Internal Server Error
wrong number of [...]
Tags: · errors · Ruby On Rails
We use Edge Rails in our projects. Call me stupid if you like, I like living on the edge (get it?). This desire to push our luck has bitten us a couple of times, but not in any serious way. Not until recently anyway. We use OpenID - another brand new [...]
Tags: edge rails · errors · OpenID · Ruby On Rails