So, after long jokes, searching and hacking with things ... it's just not possible. so I ended up writing my own email program and bypassing the reset password methods in the controllers to create my own reset token, set my variables that I need, called my usermailer .... and embedded url dev in my mail to return it, calling it as soon as the link to the reset link was clicked, and everything was fine then ....
I hated to rewrite the logic, but in the end it is the fastest and cleanest solution.
One approach that almost worked was using the non activerecord attribute in my user model to store the bits I needed and โhackingโ that in the @resource editor in the development view, but it caused some sadness in this, as a result I went with the option above ...
source share