Featured Post

17 Visual Effects for Ruby on Rails RJS functions

Ruby on Rails has a scriptaculous framework integration out of the box. The Rails helper functions are very powerful, but every time i need a visual_effect i have to search in API docs to get all Rails supported scriptaculous effects. To shorten the search i’m going to list all 17 supported effects.

Read More

Extract zip files with Ruby on Rails

Posted by Lars | Posted in Rails, Ruby, Tutorials | Posted on 13-04-2009

5

Some friends of mine found my first tutorial difficult to understand. So i’m going to start with smaller pieces of code and start with basic unzip functions in Ruby on Rails.