Search Results

1
vote

Implementation of “Remember me” in a Rails application.

This is a pretty good write-up of one guys experience of creating 30-day persistent sessions. WARNING: blog post is from 2006 …
0
votes

Why all the Active Record hate?

The problem with ActiveRecord is that the queries it automatically generates for you can cause performance problems. You end up doing some unintuitive tricks to optimize the queries that le …
0
votes

What IDE to use for developing in Ruby on Rails on windows?

I use Emacs on Windows. Installing and configuring it to work with rails is a pain though. …
0
votes

Why Doesn’t My Cron Job Work Properly?

Is cron sending emails with logs? If not, pipe the output of cron to a log file. Make sure to redirect STDERR to the log. …