Skip to content

Instantly share code, notes, and snippets.

@raykin
Created February 9, 2012 09:44
Show Gist options
  • Save raykin/1778908 to your computer and use it in GitHub Desktop.
Save raykin/1778908 to your computer and use it in GitHub Desktop.
Maybe useful gems of rails or ruby

I don't want to watch all these gems, but sometimes these gems maybe useful

enumerize

https://github.com/twinslash/enumerize?utm_source=rubyweekly&utm_medium=email

used to easily add boolean or collection field function(like use sex in male and female)

datagrid

https://github.com/bogdan/datagrid?utm_source=rubyweekly&utm_medium=email

Gem to create data grids with sortable columns and filters

railsyardcms

https://github.com/cantierecreativo/railsyardcms

content management system. A whole web app. Another cms webapp.

browsernizer

https://github.com/assembler/browsernizer?utm_source=rubyweekly&utm_medium=email

Rack middleware for redirecting unsupported browser requests to "please upgrade" page.

With this gem I do not need to care about compatibility.

active_attr

https://github.com/cgriego/active_attr

Make you use more active_record function, but still missing association.Seems association is a difficult thing.

forem

https://github.com/radar/forem

Free,maybe sell to someone:)

perftools.rb

https://github.com/tmm1/perftools.rb

seems interesting on profiling program performance

locale_detector

This Rails gem makes use of the HTTP_ACCEPT_LANGUAGE http header sent by web browsers with every request, to set the I18n.locale setting.

mwunsch / weary

A framework and DSL for building RESTful web service clients

jeremyw / stamp

Date and time formatting for humans. http://documentup.com/jeremyw/stamp

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