View _color.sass
$pink: #F781F3 | |
$grey: #A4A4A4 |
View gemfile
group :production do | |
gem 'rails_12factor' | |
gem 'pg' | |
end | |
group :development, :test do | |
gem 'byebug' | |
gem 'rspec-rails', '~> 3.0' | |
end |
View stations.json
{ | |
"name" : "A", | |
"lng" : "-122.26534781271135", | |
"lat" : "37.86797373558213" | |
}, | |
{ | |
"name" : "B", | |
"lng" : "-122.26045009905016", | |
"lat" : "37.86755660481129" |
View gist:43bc4e2e2f92818127151031000d424b
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="format-detection" content="telephone=no"> | |
<meta name="x-apple-disable-message-reformatting"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title></title> | |
<style type="text/css"> |
View gist:fcaa1a1dd42ce2a39563cec031498bcb
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="format-detection" content="telephone=no"> | |
<meta name="x-apple-disable-message-reformatting"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title></title> | |
<style type="text/css"> |