GitXplorerGitXplorer
d

dev_log_in

public
13 stars
5 forks
1 issues

Commits

List of commits on branch master.
Unverified
ec42c3ec7c57f3f04f5363dbbf25c3c9d0b6c33d

Bump version 1.1.0

ddivineforest committed 10 years ago
Unverified
8616d4da195552ddc6b15eb3a8da6e22c0fa2c11

Merge pull request #4 from kirs/login-with-id

ddivineforest committed 10 years ago
Unverified
5537111b7b06efa1cc0d5df963b544d630594413

Log in with id

kkirs committed 10 years ago
Unverified
656ef3b82250c086d0dd04fa16e902d863e84f4a

Merge pull request #3 from semenyukdmitriy/login_with_dots

ddivineforest committed 11 years ago
Unverified
f9fa2e0a6246e8a42b95f73b0314dbc94931504a

Allow dots to be in login

committed 11 years ago
Unverified
20d8e84851c25a9bf094a1ed89179e526fb2edfd

Version bump 1.0.0

ddivineforest committed 12 years ago

README

The README file for this repository.

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.