Rails Tricks 
railscasts.com —
Tired of juggling multiple Rails apps around with script/server? See how to set up Passenger in development so each one has its own local domain name.
Posted by
aroedl 3 months ago
aroedl 3 months ago
railscasts.com —
This episode of Railscasts will show you how to make a model which isn't based on Active Record. You may want to do this if a resource isn't backed by the database.
Posted by
aroedl 3 months ago
aroedl 3 months ago
intridea.com —
Let's face it, iPhone interfaces are awesome, but they can only cater to a fraction of the mobile market. What are you to do if you want to satisfy the rest of the mobile world? Mobile Fu helps to make this job much easier by automatically detecting mobile devices that access your Rails application.
Posted by
aroedl 4 months ago
aroedl 4 months ago
railscasts.com —
If you have a lot of logic associated with the data inside a session, you'll need some central location to put this logic. See how to create a session based model in this episode of Railscasts.
Posted by
aroedl 4 months ago
aroedl 4 months ago
railscasts.com —
Static pages can sometimes be a little awkward to add to a Rails app. See a couple different solutions to this problem in this railscasts episode.
Posted by
aroedl 4 months ago
aroedl 4 months ago
aptana.com —
How to install the Ruby on Rails, Ajax, Html, Javascript development IDE Aptana and RadRails Eclipse Plugins on Ubuntu.
Posted by
twan 4 months ago
twan 4 months ago
railscasts.com —
Rails 2.1 brings some new caching features which makes it very easy to cache any values including models. See how in this episode of Railscasts.
Posted by
aroedl 5 months ago
aroedl 5 months ago
HowFlow —
The Ruby on Rails plugin userstamp automatically sets created_by and updated_by and works much like the ActiveRecord::Timestamp module (created_at and updated_at). But when you try to save a record on the Rails console, it suddenly returns an error.
Posted by
aroedl 5 months ago
aroedl 5 months ago
HowFlow —
CipherMail provides a safe alternative to the mail_to helper by hiding mailto links from e-mail harvesting bots. The generated output is completely obfuscated by a 1024 bit random key.
Posted by
aroedl 5 months ago
aroedl 5 months ago 










