Skip to content

Instantly share code, notes, and snippets.

@mathildathompson
Last active August 29, 2015 14:00
Show Gist options
  • Save mathildathompson/11359693 to your computer and use it in GitHub Desktop.
Save mathildathompson/11359693 to your computer and use it in GitHub Desktop.
//Pages will exist and they will be crawlable and then build backbone on top of it;
//Gradual enhancehement, add JS ontop of it;
//Graceful degredation, build JS and then add rails afterwards;
cp -r zoo zoo-ajax //cp -r means recursive copy;
//Ajax only works if you can talk to a webserver;
python -m SimpleHTTPServer
ifconfig //Tells you about your network setting, you are interested in inet 10.22.1.213, copy this number in 10.22.1.213:8000 then I can get Joels files off localhost;
gem 'rails-backbone'
rails g backbone:install
RESOURCES
sideBarEnahncements for sublime sidebar;
//Remember JS files are linked in the head of html page, thus all JS files have been run in functions inside document.ready();
//PushState only works in moderm browsers, to fix this have to use modernizer;
//Modernizer, tests whether each of the features are available; http://modernizr.com/;
//Include the modernizer gem;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment