Upgrading Ember

Time to upgrade Ember to 2.0! When upgrading the project I like to us the series shown on the Ember CLI page. rm -rf node_modules bower_components dist tmp – Delete temporary development folders. npm install –save-dev ember-cli@1.13.8 – Update project’s...

Ember 2 is Out

Boy what a time to start a new Ember project! Ember 2.0 has finally been released! You can read the notes here At first Ember was an MVC (Model-View-Controller) for your frontend. With Ember 2.0 they start to remove two-thirds...

Day 2 - Initialize the projects

Yesterday I went over the switch to rbenv to install ruby. I’ll also need to install rails which is a simple: $ gem install rails This installs the latest rails version which is 4.2.3 as of this writing. Now I...

Day 1 - Removing rvm

##Switching to Rbenv I’ve noticed that I have way to many versions for ruby on my machine and it’s time to clean them up. For the last few years I’ve been using RVM to manage my ruby versions. It’s been...

Let's Begin

##Let’s see how long this goes. I took a break from writing after getting a new job, graduating, having a kid, and moving into a new house. It’s always something I’ve wanted to get better at. It’s an important skill...