Easy testing on Ruby OpenID consumer implementations
This talk is organized by the 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:
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...

