HowFlow

Rails Tricks   RSS Feed


http://railscasts.com/episodes/122-passenger-in-development
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.

Share it!   Posted by aroedl aroedl 3 months ago

http://railscasts.com/episodes/121-non-active-record-model
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.

Share it!   Posted by aroedl aroedl 3 months ago

http://seventytwo.co.uk/posts/making-swfupload-and-rails-work-together
co.uk SWFUpload allows us to do all sorts of fancy things including upload queues, multiple file uploads and progress info/bars. Learn how to use SWFUpload with Ruby on Rails.

Share it!   Posted by aroedl aroedl 4 months ago

http://intridea.com/2008/7/21/mobilize-your-rails-application-with-mobile-fu
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.

Share it!   Posted by aroedl aroedl 4 months ago

http://railscasts.com/episodes/119
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.

Share it!   Posted by aroedl aroedl 4 months ago

http://railscasts.com/episodes/117
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.

Share it!   Posted by aroedl aroedl 4 months ago

http://www.aptana.com/rails/
aptana.com How to install the Ruby on Rails, Ajax, Html, Javascript development IDE Aptana and RadRails Eclipse Plugins on Ubuntu.

Share it!   Posted by twan twan 4 months ago

http://railscasts.com/episodes/115
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.

Share it!   Posted by aroedl 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.

Share it!   Posted by aroedl 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.

Share it!   Posted by aroedl aroedl 5 months ago