This sounds promising: The best part from the Rails side, is that you don’t have to change anything at...
If you're suffering from a huge de.yml or similiar file, cry no more. Rails lets you freely organize your...
If you upgrade to the mysql2 gem, you will run into the problem that the server's database.yml (which is...
Last week saw a security issue with rails 2.3 that required a fix. While an official patch was provided, the...
Promises unified window for all chat conversations, better call quality. Upgrade seems to work fine. If you installed your old...
If you have a file that looks like a precompilation fingerprint, the Rails asset pipeline will not see it. So...
When using the asset pipeline your assets (images, javascripts, stylesheets, fonts) live in folders inside app: app/assets/fonts app/assets/images...
deploy-to-production now calls Capistrano with bundle exec since we started to bundle Capistrano in all projects.
The following code activates autoloading using ActiveSupport 3.x: require 'active_support' require 'active_support/dependencies' relative_load_paths = %w[app/controllers...
Geoffrey Grosenbach has created Gruff for easily plotting graphs. It is written in pure Ruby and integrates with Rails applications...
Consider the following HTML & CSS: ^ img { background-color: red; } div { border: 1px solid black; } This will leave a margin of...
Localizing a non-trivial application can be a huge undertaking. This card will give you an overview over the many...
There is now a solution.
There is a conflict between current capistrano versions and the 2.5.1 net-ssh gem. Make sure you upgrade to 2.5.2...
Capistrano recently had some API changes that can results in deploys not working when running with old deploy.rb files.
When requests arrive at the application servers simultaneously, weird things can happen. Sometimes, this can also happen if a user...
Using beginning_of_day or end_of_day on Date or DateTime objects in Rails 2.x applications will never...
Today, this line made me trouble. Can you spot the mistake? match 'sitemap.xml' => 'feeds#sitemap', :constraints => { :format => 'xml' }, :as => 'sitemap...
Slides presenting ways to integrate the ideas of Aspect-Oriented Programming in Ruby. Outline Why Aspect-Oriented Programming?
If you get an error like this ... can’t find executable rails for rails-3.2.3 (Gem::Exception) ... one of several...
How to call routes, make requests and try out helpers from the Rails console.
This is for you when you want to mount a dmcrypt encrypted partition manually, e.g. from a live CD.
I got these warnings while deploying a Rails 3.2 app with asset pipeline enabled: *** [err :: host.tld] find: `/opt/www/hollyapp.com/releases/20120503115342/public/images': No such...
A small library to provide the Rails I18n translations in Javascript clients.