301 8th Street, San Francisco, CA 94103-4419 (650) 521-7295     contact@inigral.com

SEARCH


   

Archive for October, 2008


Trouble with config.gem?

Tuesday, October 21st, 2008

While going back through an improving some initialization code of our application I moved all require statements for our rails gems into the Rails::Initializer block. This worked great for everyone except one of my coworkers who reported the following error:

c:/ruby/lib/ruby/site_ruby/1.8/rubygems/version.rb:237:in `initialize': undefined method `collect' for #<Gem::Version::Requirement:0x371b2d8> (NoMethodError)

The solution turned out to be very simple. He just needed to update his rubygems installation (gem update --system) and everything went back to working fine.


Facebook FBJS Javascript Library

Tuesday, October 21st, 2008

We’re big fans of javascript. Used correctly it can create a great user experience.

It gives me great pleasure to announce that we at Inigral have decided to develop and share our own Javascript library with the rest of the Facebook development community.

It’s available now at: http://github.com/gdeglin/inigral-fbjs-library