Skip to content

Type /dev/log_in/john in browser to log in as john (in env.development)

License

Notifications You must be signed in to change notification settings

divineforest/dev_log_in

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev Log in

Rails gem that helps you to log in and easily switch between multiple users in development env (without configuration).

Usage

Go to http://myproject.local/dev/log_in/john to log in as john (if a user with email "john@." exists in DB)

or

/dev/log_in/ivan for "ivan@*.*"
/dev/log_in/admin for "admin@*.*"
/dev/log_in/1 for User(id=1)

Go to http://myproject.local/dev/log_in/john/admin to log in, if your model has a different from User name

Installation

Just add to your Gemfile:

gem 'dev_log_in'

Configuration

Not needed!

Copyright © 2012 divineforest, evrone.com This project rocks and uses MIT-LICENSE.

About

Type /dev/log_in/john in browser to log in as john (in env.development)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •