Created
March 11, 2010 00:41
-
-
Save anlek/328654 to your computer and use it in GitHub Desktop.
Issue when running cucumber with subdomains
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Processing SessionController#new (for 127.0.0.1 at 2010-03-10 19:39:54) [GET] | |
Account Load (0.3ms) SELECT * FROM `accounts` WHERE (`accounts`.`subdomain` = 'example') LIMIT 1 | |
Redirected to http://www.org/signin | |
Filter chain halted as [:fetch_account] rendered_or_redirected. | |
Completed in 13ms (DB: 13) | 302 Found [http://example.org/signin] | |
Processing SessionController#new (for 127.0.0.1 at 2010-03-10 19:39:54) [GET] | |
Rendering template within layouts/session | |
Rendering session/new | |
Completed in 47ms (View: 22, DB: 0) | 200 OK [http://www.org/signin] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment