MetaGreg

writes code that writes code for food

Easy testing on Ruby OpenID consumer implementations

without comments

This talk is organized by the The Vancouver Ruby/Rails/Merb Meetup Group. The presentation will include:

  • OpenID background. what it is and why you would like to use it.
  • OpenID consumer implementations made easy in Merb & Rails
  • The hard part: Testing the damn thing, and why mocks won’t do it.
  • Introducing ROTS (Ruby OpenID Test Server)
  • Live Code
  • Q&A

The speaker for the night is Román González.

When:  Mar 23, 7pm
Where: WorkSpace 21 Water Street, Vancouver

Update:



Share and Enjoy:
  • Digg
  • Facebook
  • StumbleUpon
  • TwitThis

Related posts:

  • Ruby 101: How to add methods to a Ruby class Let’s add a method that checks whether an Array has many elements. a = [1,2,3] a.many? # NoMethodError: undefined method `many?' Let’s fix this by adding a new method to...
  • Ruby 101: How to filter an Array using proc Over at the PhRUG, a Ruby developer community based in the Philippines, we conduct code review sessions via our mailing list. A code is posted and members share alternative implementations....
  • Why testing your code will not get you fired If it works without tests, it works by accident. – Brian Liles Test All The F***in Time Brian Liles Test All The F***in Time  is a passionate talk on testing...
  • Ruby 101: Make your class behave like a Ruby built-in I got re-acquianted with this scenario while working on the OpenAmplify gem – a wrapper for the OpenAmplify API. When you give the api a text like a blog comment,...
  • Rails 3 upgrade part 2: Routes In the previous post, I outlined the steps I took to upgrade and boot a Rails 3 application. This time, I share my experience upgrading the routes file. By the...

Written by Greg Moreno

March 18th, 2009 at 2:12 pm

Posted in Geekiness

Tagged with

Leave a Reply