./pythonandchips.net

Git presenter

Presenting code live is hard and error prone. Git presenter gives you a slide like interface to your code so that don’t have to risk coding live.

Status: Ready to use

Github RubyGems

In Every

In every will was created to simulate random failures in code when developing code by executing a block of code a set number of times within a number of calls.

Status: Ready to use

Github RubyGems

Fail Whale

When you have a application that talks to external service these services will fail. Fail whale simulates these failures by sending what you specify randomly to your application.

Status: In development

Github

Make Private

Ruby’s ActiveRecord makes everything public which isn’t the most desirable thing when trying to create encapsulated objects. Make private sets all ActiveRecord methods private and brings back encapsulation.

Status: Experimental

Github

Depends On

An experiment with dependency injection in rails

Status: Experimental

Github

Repotil

An experiment in creating a repository layer for rails applications. Currently uses active record but could be include other data sources.

Status: Experimental

Github