Bugs: Browse | Submit New | Admin

[#2103] Broken in Rails 0.13

Date:
2005-07-14 08:39
Priority:
3
Submitted By:
Nobody
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
Broken in Rails 0.13

Detailed description
Salted hash login generator and Localization are both broken in Rails 0.13/0.13.1 

Add A Comment: Notepad

Please login


Followup

Message
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.

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

No Changes Have Been Made to This Item