Archives for April, 2009.

Rails Freelancers Required with Python experience

We are looking for an established Ruby on Rails freelancer with at least 2 years previous commercial experience in Python (and Django).

Please contact us at hello@ruby50.com or via our website: Ruby50.com for more information on the role.

Gem to interact with the Amee Project Api

What is the Amee Project?

In a nut shell its a project to measure the “Carbon Footprint” of everything on Earth.

Amee

If you fancy interacting with the service then you might want to look at

d50s Gem.

Ruby on Rails Job in Windsor (near London), UK, salary: 30 – 35K

We are looking for two Ruby on Rails developers to join a friendly fast expanding team based near Windsor, UK.

Work Environment
The job involves working on a variety of different projects in a friendly work environment with other Rails developers and designers, a IMac is provided.

Job Details
This job is permanent, 5 days a week on-site, there [...]

Using Rack to test external api's would that not be nice

Just had a thought. If we could use our integration specs against a rack application for external api’s

Then the vendor could just update their small rack application that would fire back up to date api calls. We could then just check that we have latest rack application to test against; Also that way we would [...]

Integration Testing with cucumber and pickle

So we have the power of cucumber for our integration tests; its a cool tool.

But when we used to write stories; we would find that it hard to make useable steps; that would then relate to readable stories.

Enter “Pickle”:git://github.com/ianwhite/pickle.git it will enable you to leverage your factories or blueprints depending on your flavor
of fixture replacement, [...]