I'm trying to set up a new Rails (3.0.4) app using the following gems/
versions, having followed the documentation at
https://github.com/plataformatec/devise#readme:
mongo_mapper 0.8.6
devise 1.1.5
mm-devise 1.1.10
Attempting to access users/sign_up gives an error that
new_user_session_path is undefined; this is being called from one of
the views provided in the devise gem.
Looking at the routes, I can see:
/users
/users/password/*
/users/sign_up
/users/edit
/users/confirmation/*
/users/unlock/*
Should there be more than this, e.g. a "sessions" route, or is
something else wrong? I'd be grateful if anyone might indicate how to
sort this out.