rake aborted! [US]

May 13, 2014

If you get this message trying to run a rake command:

rake aborted!
no such file to load -- bundler/setup

Run:

gem install bundler
bundle install
bundle exec rake db:create

You might want to learn about Bundler.
Thanks to lemoncider

Measuring JavaScript execution times [US]

Want to see if you implementation is time consuming ?## console.time()You can use console.time like this:{% highlight javascript %}var co...… Continue reading

Atl-F2 history with XFCE [US]

Published on May 14, 2014