Most vim kata ruby related news are at:
jacegu.eu
– Yo y el software, also known as my long road log book
More vim kata ruby related news:
Vim for Ruby on Rails (and a sexy theme!) astonj.com 28 Jun 2012 | 09:47 am
This post started off as a small guide mainly for my own reference, but it’s grown into a good overview of why Vim is so great for Rails development – if you’re unconvinced, just read through the kill...
Kata String Calculator cxrlospxndo.blogspot.com 7 Mar 2012 | 04:08 pm
Tdd kata usando ruby y rspec Specs en osherove.com/tdd-kata-1
Kata String Calculator cxrlospxndo.blogspot.com 7 Mar 2012 | 11:08 am
Tdd kata usando ruby y rspec Specs en osherove.com/tdd-kata-1
[ vim ] 挿入モードで新しい行に勝手にコメントアウトが挿入されるの巻 trippyboy.com 25 Jun 2013 | 06:48 am
さて、viの代わりにvimを使っているワタシ。その方法は、/etc/profileに以下の一行を追加している。 これによって、viコマンドを実行しようと vi を実行すると代わりにvimが実行される。これはエイリアスの機能。現在設定されているエイリアスは alias コマンドで確認出来る。 今回は ruby の勉強がてらCentOS環境にrubyを入れて、早速 vi test.rb として新し...
Ruby on Windows the Easy Way: With Linux Part 3 ceeyel.com 1 Aug 2013 | 12:50 am
Almost there! We installed Linux on top of Windows, we got Ruby up and running, and now we just need that "other stuff." The most essential tools for any Rubyist: Git, Vim and Zsh! Of course opinio...