Date: 2005-07-26 13:58
Sender: Brett
I've been working on a partial solution to this problem... Anyone
interested can see the discussion that has been going on regarding
the various problems on the Ruby on Rails wiki:
http://wiki.rubyonrails.com/rails/show/SaltedHashLoginGenerator
There are problems with nil being passed to methods (usually
solved by testing whether @reguest.method is post. Someone also
noted a double rendering issue in UserController::Delete. My
major problem was with ActionMailer::Base. I've submitted a
patch (which seems to be going nowhere) here:
http://dev.rubyonrails.com/ticket/1727
Once this is in place, you can fix the problem in Localization
in which the email template filenames are being altered for the
appropriate suffix. Just be warned that for multi-part messages,
the same suffix may be necessary for any attachments. The
instructions for altering the file lib/Localization.rb and any
mailers using localization are included in both sites listed
above. |