Files
gemoji/lib
Jeremy Kemper f9aba615af Change find_by_* to return nil rather than raise an exception.
This is a breaking API change.

You probably have code that looks like
  if emoji = Emoji.find_by_alias($1) { nil }
that you can change to
  if emoji = Emoji.find_by_alias($1)
2014-07-18 09:16:21 -07:00
..
2014-01-30 17:31:09 -05:00
2012-10-02 15:15:41 -05:00