a ragtag collection of things I couldn't find in a quick 5-minute search on google, as well as some curiosities and what not.
Sunday, June 16, 2013
Load Ext grid with store
So I wasted about an hour trying to load a grid with a store, and nothing ever showed up. Turns out I needed to do Ext.create('Namespace.store.storename') for it to work.
Stupid!
Monday, June 3, 2013
A git tutorial
Here's a quick git tutorial. Helpful for complete noobs.
Sunday, June 2, 2013
Getting Ruby for Mac
I was working on a project with a friend and needed to get Ruby on Rails for my mac, and this was an incredibly helpful tutorial to do so. here.
I would like to add that if you get the error
Can not find compiler and 'make' tool - make sure Xcode and/or Command Line Tools are installed., in order to get command line tools (assuming you've downloaded Xcode) do the following: go to Preferences>Downloads, and click install on the row for "Command Line Tools". After this, you should be all set! Note: it'll take awhile. 20-30 minutes is my estimate?
Subscribe to:
Posts (Atom)