@Rick: What do you mean by "if I try to sign in (using Devise)" and "If I'm on the login screen however"? Are trying to sign in a Model from another controller and you redirect back if login was not successful? Everything works fine for me.
One more thing, make sure you set the flash messages explicitly if you are overriding default Devise controllers' actions. On Sep 22, 11:25 am, Rick R <[email protected]> wrote: > On Tue, Sep 21, 2010 at 7:14 AM, José Mota <[email protected]> wrote: > > Hi everyone! I have installed Devise under the following settings: > > * Rails 3.0.0. > > * Ruby version: 1.9.2p0 (2010-08-18 revison 29036). > > * Ubuntu 10.04. > > * Devise version: 1.1.2 > > > It appears the alert messages are not being displayed. The notices are > > being displayed, no problem with those. > > Has anyone noticed this in the meantime perhaps? > > I might be having a similar issue, if I try to sign in (using Devise), > I do not get a message of anything happening if the login is > incorrect. (I assume some kind of error message should show up?) > > If I'm on the login screen however and I do something wrong I do get > proper error notices showing up. > > -- > Rick R -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

