devise 1.3.3, rails 3 #fail

I’m starting a small Rails project for a webapp that I hope to have ready by January.  While working on building up the application’s foundation, I ran into a small  compatibility issue with Devise and Rails 3.

Devise 1.3.3 and Rails 3.0, on my Windows development machine at least, seems to have some kind of issue where the helpers don’t become available.  authenticate_user!, user_signed_in?, current_user, and user_session were unavailable to controllers or views.  Backing out to Devise 1.3.2 did the trick, everything works fine now.