Skip to content

Instantly share code, notes, and snippets.

@ryanb
Created March 4, 2011 17:31
Show Gist options
  • Save ryanb/855294 to your computer and use it in GitHub Desktop.
Save ryanb/855294 to your computer and use it in GitHub Desktop.
A list of my favorite gems for various tasks.
@fespinoza
Copy link

Views: haml, sass though compass

@alex-handley
Copy link

So what do you guys use for auditing ?

@kimyoutora
Copy link

@slippy
I've used acts_as_audited but it has some issues and adds new audit entres for creation even when I don't want it to

@alex-handley
Copy link

@kimyoutora I have the same problem, looking for a new solution :)
Anyone used paper trail(https://github.com/airblade/paper_trail) for auditing ? (need to have a better look to see if it would work)

@rdpoor
Copy link

rdpoor commented Aug 23, 2012

For everything not listed here, I depend on:

https://www.ruby-toolbox.com/categories

It does a decent job in showing which gems are actively supported and popular.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment