Posts Tagged gem
How to translate your column fields and values with gettext in ruby on rails
Posted by Hallelujah in active_record, activerecord, gem, gettext, rails, ruby on July 7, 2010
I am proud to have published my first useful ruby gem. It is called gettext_column_mapping, you can check out the code in my github repository. I already released it as a gem through gemcutter/rubygems It is based upon Masao Mutoh (gettext and gettext_active_record) and Michael Grosser (fast_gettext and gettext_i18n_rails) works. Thanks to them History In [...]
Bundler default Gemfile and custom Gemfile, example of wirble
Posted by Hallelujah in bundler, gem, rails, ruby on June 29, 2010
Hi all, A simple trick I want to share with you if you are using Bundler (or rails 3) It matters if you want to install wirble gem in your workstation but not in your server Sometimes, you want to include some gem that are not mandatory for your application to run but you want [...]
