I hereby claim:
- I am jbinto on github.
- I am jbinto (https://keybase.io/jbinto) on keybase.
- I have a public key whose fingerprint is C727 8EB4 A461 0AA2 70B6 9B33 5F08 1903 2C80 49ED
To claim this, I am signing this object:
[blocked] The page at 'https://railsapps.github.io/' was loaded over HTTPS, but ran insecure content from 'http://railsapps.github.io/css/landing.css': this content should also be loaded over HTTPS. | |
railsapps.github.io/:1 | |
The page at 'https://railsapps.github.io/' was loaded over HTTPS, but displayed insecure content from 'http://railsapps.github.io/images/landing/rickquantz.png': this content should also be loaded over HTTPS. | |
railsapps.github.io/:1 | |
The page at 'https://railsapps.github.io/' was loaded over HTTPS, but displayed insecure content from 'http://railsapps.github.io/images/landing/josephmay.png': this content should also be loaded over HTTPS. | |
railsapps.github.io/:1 | |
The page at 'https://railsapps.github.io/' was loaded over HTTPS, but displayed insecure content from 'http://railsapps.github.io/images/landing/justin.png': this content should also be loaded over HTTPS. | |
railsapps.github.io/:1 | |
The page at 'https://railsapps.github.io/' was loaded over HTTPS, but displayed insecure content from 'http |
require 'gis_tools' | |
# == Schema Information | |
# | |
# Table name: bikeway_segments | |
# | |
# id :integer not null, primary key | |
# city_rid :integer | |
# city_geo_id :integer | |
# city_linear_feature_name_id :integer | |
# city_object_id :integer |
I hereby claim:
To claim this, I am signing this object:
// Based on concepts learned in ch 3 of http://ember.vicramon.com/the-ember-object | |
// defining objects | |
App.InternetUser = Ember.Object.extend(); | |
App.InternetUser.reopen({ | |
intelligence: -50, | |
status: 'anonymous' | |
}); | |
// computed properties |
{ | |
"status":"OK", | |
"sizes":[ | |
{ | |
"id":66, | |
"name":"512MB", | |
"slug":"512mb", | |
"memory":512, | |
"cpu":1, | |
"disk":20, |
{ | |
"status":"OK", | |
"images":[ | |
{ | |
"id":1601, | |
"name":"CentOS 5.8 x64", | |
"slug":"centos-5-8-x64", | |
"distribution":"CentOS", | |
"public":true, | |
"regions":[ |
In the Firebase Forge, navigate to the 'Auth' section. Under the 'Authentication Providers' header, select the 'Email & Password' option, and check 'Enable'.
It's now just called "Simple Login". See https://pbs.twimg.com/media/BjMkJAjCMAAvCGT.png
Now when we register, we should be redirected to the posts page and a log out button should appear in the navbar.
In Preferences.sublime-settings
(press CMD + ,
on OS X), add the following:
"folder_exclude_patterns": [".svn", ".git", ".hg", ".sass-cache", ".tmp", "node_modules", "dist", "bower_components"]
While walking through Thinkster.io's AngularJS tutorial chapter 4 (Three-way data binding with a real-time server), I encountered some problems.
The tutorial advises us to:
bower install angularfire --save
firebase
to the list of required modulesFIREBASE_URL
to our app
After implementing the posts functionality, I tried it in the browser and got the following error (in Chrome console):
% npm egrep: empty (sub)expression 1 ↵ | |
\"\$\{COMP_WORDS\[@\]\}\" | |
\"\$\{words\[@\]\}\" | |
\# | |
\#\#\#-begin-npm-completion-\#\#\# | |
\#\#\#-end-npm-completion-\#\#\# | |
\$\(COMP_CWORD=\$\(\(CURRENT-1\)\) | |
\$\? | |
\&\>/dev/null\; |