Skip to content

Instantly share code, notes, and snippets.

@kevinclcn
Forked from javiervidal/gist:1433880
Last active September 14, 2015 14:01
Show Gist options
  • Select an option

  • Save kevinclcn/d9855da3fb8368f02800 to your computer and use it in GitHub Desktop.

Select an option

Save kevinclcn/d9855da3fb8368f02800 to your computer and use it in GitHub Desktop.
To access url helpers (url_for, etc) from Rails console (Rails 3)
include Rails.application.routes.url_helpers
default_url_options[:host] = "localhost"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment