Skip to content

Instantly share code, notes, and snippets.

@Fro0z1k
Forked from javiervidal/gist:1433880
Last active May 10, 2019 12:22
Show Gist options
  • Save Fro0z1k/0b7e8029ae94cc3cf78e to your computer and use it in GitHub Desktop.
Save Fro0z1k/0b7e8029ae94cc3cf78e 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