TMail 1.2.2 Out with Ruby 1.9 Compatibility
March 10th, 2008
Well, 1.2.2 is now released. You can get the latest version by gem install tmail or download from the TMail Rubyforge project
Read the rest of this entryTMail Is Growing
November 14th, 2007
TMail is the mail library that powers ActionMailer in Ruby on Rails and the mail component of Nitro… and it is alive!
Read the rest of this entryLatest comments
- Tomek
CTR-W is my best friend :) So called bash shotcuts – highly recommended stuff
- Ali Rizvi
Did you mean Person.new instead of MyStruct.new in your second code excerpt?
Keep up the good work! Ali
- Mikel
@Clemens
I actually use Geoffrey’s approach in all my spec’s in addition to this little builder.
The idea of the...
- Clemens Kofler
Geoffrey Grosenbach uses another method in his screencasts sometimes.
In your user_spec.rb, you’d have the following code:module UserSpecHelper...
- Xavier Shay
Even quicker way to assign User.find to a variable: user = _
the value of the last line executed is...
- Mikel
Duncan, good point, I changed the code above. Thanks for that.