Ancestry is a gem/plugin that allows the records of a Ruby on Rails ActiveRecord model to be organised as a...
Until May 2011 our gems have been created with Jeweler, which is a helper library to package code into a...
With defaults, RCov doesn't work the way you how you would like it to. To create a nice test...
Install gem and plugin sudo gem install parallel script/plugin install git://github.com/grosser/parallel_tests.git Adapt config/database.yml test: database: xxx_test<%= ENV...
sudo gem install gettext --no-ri --no-rdoc sudo gem install fast_gettext --no-ri --no-rdoc script/plugin install git://...
See the lemonade descriptions. Unfortunately, the gem has a few problems: it does not work with Sass2...
When you need to patch an existing gem, one way is to "vendor" the gem by copying it into the...
This can happen during development when classes without automatic reloading are pointing to classes with automatic reloading. E.g. some class...
This note shows how to merge an ugly feature branch with multiple dirty WIP commits back into the master as...
sudo gem install rails --version="=1.2.3" rails _1.2.3_ new-project-folder
sudo apt-get install unzip rake rails:freeze:edge RELEASE=2.2.2
Basic configuration Please keep this config simple. It should be a starting point for new developers learning Git. [user]
This is for people recovering from Subversion. Get an existing from the server for the first time git clone git@example.com...
Ruby Rails Any gem
When you include a non-existing Javascript file, you probably won't notice it during development. But with caching active...
Cerberus is a lightweight and easy-to-use Continuous Builder software for Ruby. It could be run periodically from a...
Consent is an access control abstraction layer for ActionController. It lets you restrict access to actions across your application using...
This project is (or will be) a best effort semi-static verifier for your Ruby on Rails projects. Delivered as...
Wrapper from Globalite API to the Rails 2.2 I18n API
I have been playing around with RESTful Rails recently. Below is my collection or Rails REST howtos, tutorials and other...
LaterDude is a small calendar helper with i18n support
A while back, I had a requirement to persist a record of which email addresses were sent an email through...
This guide will walk you through the I18n API and contains a tutorial how to internationalize a Rails application from...