Project

dev_log_in

0.01
No commit activity in last 3 years
No release in over 3 years
Log in by typing myproject.local/dev/log_in/john or myproject.local/dev/log_in/admin to easily switch between users in development env
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 3.0.0
 Project Readme

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.