Good Rails Tutorials
documentation, rails | Comments (0)
I found a nice list of rails tutorals on this site : http://www.digitalmediaminute.com/article/1816/top-ruby-on-rails-tutorials
jazzanowak @ March 16, 2008
documentation, rails | Comments (0)
I found a nice list of rails tutorals on this site : http://www.digitalmediaminute.com/article/1816/top-ruby-on-rails-tutorials
jazzanowak @ March 16, 2008
general, rails, ruby | Comments (2)
May be you heard about the web framework ruby on rails, and you want to give ti a try. Well, this post describes how you install ruby and rails on a windows computer in less then 10 minutes.
Installing Ruby
First you need to install ruby.
Download the latest ruby version from http://www.ruby-lang.org/en/downloads/ .
Execute the installer.
Add the […]
jazzanowak @ March 16, 2008
actionmailer, bugfix, rails | Comments (3)
If you try to use partials in an actionmailer template, you probably get the the following error message:
undefined method `controller_path’ for SupportMailer:Class
That is because the actionmailer does not support partials out of the box. (here is the belonging Trac Ticket) .
But there are two workarounds:
Patching the actionmailer staticly
This workaround is metioned in the […]
jazzanowak @ March 13, 2008