vim plugin for Git integration, VCSCommand February 23rd, 2009


Yay, just switched to using Git at my workplace!! FINALLY, a chance to learn more about GIT which turns out to be the new king of all that is SCM

Found a sweet plugin for vim called vcscommand.

Clone the plugin. Merge copy the files from plugin/*, syntax/* into ~/.vim/*

Read doc/vcscommand.txt for the awesome commands.

The commands I like are: VCSVimDiff (love vimdiff!!), VCSBlame

acts_as_serializable March 15th, 2008

You heard it here first folks. Acts_as_serializable is making it's public debut today! Yes it may be horrifically stuck in a brain twister of recursion that could bring your server to it's knees when used improperly, AND THAT'S why I feel it is finally READY.

Are YOU ready? Here we go:

script/plugin install http://svn.rubyonlinux.org/acts_as_serializable/trunk

Haha, I know no one is even reading this. That's ok because I need someone to help me finish coding it first :) It's really coming along though! Even as I'm writing this, I would describe it to you but instead I'm going to work on the documentation and tests.

...

OK, I think the way I was approaching it was too crazy. I think this serializable thing is better suited to be some kind of helper like the TestFactory. Mocks etc should be used to stub out required relationships. Building a generic solution is way less effective than teaching how to export your data serialized in yaml form (custom).

Example: ..coming soon If what you see in the SVN interests you, drop me a comment.