Mario Ricalde

Scroll to Info & Navigation

Hi, i want to thank you for the kuroir textmate theme! Its so awesome i had to let you know. I've never seen a more elegant theme and its also easy on the eyes and a pleasure to code with. :)

Asked by
Anonymous

Another satisfied user that likes to use my theme instead of a 100% white or a 100% black one!

git log pimping

PIMP IT YO

git log --graph --pretty="%n[%C(yellow)%h%Creset][%C(red)%cn%Creset] %s - %Cgreen%cr%Creset"
git log --graph --pretty="------------------------------------------------%n[%C(yellow)%h%Creset][%C(red)%cn%Creset] - %Cgreen%cr%Creset%n%n%Cblue%s%Creset%n%n%b" -U

AS::Concern will look for modules named ClassMethods and InstanceMethods and bootstrap them as you normally would like.

@pda: @Kuroir ActiveSupport::Concern is great. But there’s no need to specify an InstanceMethods module. Just methods, and a ClassMethods module.