Saturday, September 22, 2012

Easing functions

http://easings.net...

Sunday, September 2, 2012

A substitute for 'ruby-debug' gem

Solution is here: http://archimedesnewton.com/2012/05/30/installing-ruby-debug-ide19-on-ruby-1-9-3-p125-from-railsinstaller-2-1-0/ http://stackoverflow.com/questions/8087610/ruby-debug-with-ruby-1-9-3 https://github.com/cldwalker/debug...

RVM cheat sheets

Source: http://cheat.errtheblog.com/s/rvm/ RVM home page: https://rvm.beginrescueend.com Install RVM ------------ See https://rvm.beginrescueend.com/rvm/install/ bash -s stable < <(curl -s \ https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer) Update RVM ---------- rvm get stable In case of problems try first with development version (maybe it's already fixed): rvm get head Very old installations might not support those update methods, just run the installer and reopen your terminal. List known rubies ----------------- ...

Installing MongoDB with Homebrew

Installation of mysql and mongodb with brew sometimes could end with an access error, for example: Error: Permission denied - /usr/local/var/log/mongodb Actually, there is no proper decision yet, so the short term solution might be the following: ls -al /usr/local/bin/brew #confirm brew ownership sudo chown root:wheel /usr/local/bin/brew sudo brew install mongodb sudo chown <your user>:<your group> /usr/local/bin/brew  #revert ownersh...

Powered by Blogger.