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...

web.archive.org

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

makandra dev

Basic configuration Please keep this config simple. It should be a starting point for new developers learning Git. [user]

makandra dev

This is for people recovering from Subversion. Get an existing from the server for the first time git clone git@example.com...

makandra dev
rdoc.info

Ruby Rails Any gem

When you include a non-existing Javascript file, you probably won't notice it during development. But with caching active...

makandra dev
github.com

Cerberus is a lightweight and easy-to-use Continuous Builder software for Ruby. It could be run periodically from a...

github.com

Consent is an access control abstraction layer for ActionController. It lets you restrict access to actions across your application using...

railscheck.rubyforge.org

This project is (or will be) a best effort semi-static verifier for your Ruby on Rails projects. Delivered as...

github.com

Wrapper from Globalite API to the Rails 2.2 I18n API

rubyrailways.com

I have been playing around with RESTful Rails recently. Below is my collection or Rails REST howtos, tutorials and other...

github.com

LaterDude is a small calendar helper with i18n support

pathf.com

A while back, I had a requirement to persist a record of which email addresses were sent an email through...

guides.rails.info

This guide will walk you through the I18n API and contains a tutorial how to internationalize a Rails application from...

rails-i18n.org

YAML List of all translations currently available in Rails

dev.rubyonrails.org

List of Rails releases.

dehora.net

PUT means update the resource with this entity, which tends means "overwrite". Now think for a moment about how that...

intridea.com

I am a huge fan of SASS (Syntactically Awesome Stylesheets) for styling Rails applications. I have been using it on...

amundsen.com

Once you start introducing partial updates, you open yourself for caching problems. doing partial updates means all cached copies of...

pathf.com

Noel Rappin discusses ways to keep up with edge Rails.