Category Archives: programming

The best solution to this warning: Giving a path to render :action is deprecated.

I for one welcome this change and deprecation warning.

Also posted in open source, Ruby programming, web programming | Tagged , , , , , , | Leave a comment

Por qué deberías usar `git pull –rebase` en vez de `git pull` solo

git-merge nos genera un commit con todos los cambios entre el branch local y el branch que estamos bajando.

Also posted in developer tools, open source | Tagged , , , , | Leave a comment

Yet another good reason to keep a gemset per project

So, if you still keep all your gems in ‘system’, you should seriously consider switching to rvm gemsets per project.

Also posted in open source, Ruby programming, software engineering | Tagged , , , , , | Leave a comment