This is a simple devise strategy that allows you to bypass the need to enter a password when a site is runnning in development mode.
lib\devise\strategies\development.rb
module Devise
module Strategies
class Development < Authenticatable
def authenticate!
resource = mapping.to.find_for_database_authentication(authentication_hash)