Skip to content

Instantly share code, notes, and snippets.

View nonrational's full-sized avatar
🦕

Alan Norton nonrational

🦕
View GitHub Profile
@javiervidal
javiervidal / gist:1433880
Created December 5, 2011 15:05
To access url helpers (url_for, etc) from Rails console (Rails 3)
include Rails.application.routes.url_helpers
default_url_options[:host] = "localhost"
@jgornick
jgornick / countries.json
Created January 5, 2011 18:33
SQL: ISO 3166-1 Country Codes
{
"countries" : [
{
"code": "ZW",
"name": "Zimbabwe"
},
{
"code": "ZM",
"name": "Zambia"
},