January 2009
3 posts
Include custom actions from a module in a Merb...
module Foo def self.included(base) base.show_action(:custom_action) end def custom_action "foo" end end
Jan 23rd
4 notes
Git SHA1 of HEAD in your Rails/Merb App →
Jan 19th
4 notes
Delete all removed files from git
git add -u This deletes all removed files from git.
Jan 16th
1 note