search for: lifejournal

Displaying 2 results from an estimated 2 matches for "lifejournal".

Did you mean: elitejournal
2006 Jan 18
3
Partial Problems
...lt;div> > 3: <h2><%= link_to write.title, :action => ''show'', :id => write %></h2> > 4: <span><%= write.date.to_s(:long) %></span> > > Trace of template inclusion: /app/views/write/show.rhtml > > RAILS_ROOT: C:/source/lifejournal/public/../config/.. > If anyone has any answers, please help a n00b. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060118/fcb93575/attachment-0001.html
2008 May 19
6
Sample Code, quick simple openid auth
...: '' + response.message end end end end Then just point a form at /login with an input by the name of openid_identifier, and you have yourself some auth! It will set @state.identity to their OpenID URL. Using this you can auth people with existing aol, lifejournal, yahoo accounts, and a lot of littler openid provider''s too. It could sure use some upgrades in the error reporting department, which you could hook up to your own error pages or whatever. I''ll be using this in an app which doesn''t use any relational databases, ju...