Skip to content

Instantly share code, notes, and snippets.

@anlek
Created March 11, 2010 00:41
Show Gist options
  • Save anlek/328654 to your computer and use it in GitHub Desktop.
Save anlek/328654 to your computer and use it in GitHub Desktop.
Issue when running cucumber with subdomains
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