I’ve starting working in Git for some of my Ruby work, and I’m trying to work some Eclipse integration into the mix. I’m a big fan of IDE’s from the standpoint that IDE’s can provide some real efficiencies for certain environments. For example, I use Aptana Studio for my Ruby development, and I really like [...]
Archive for September, 2009
Git / Eclipse / The egit Plugin / My Perspectives
Posted in Uncategorized, tagged Dev Practices, Eclipse, Git on September 24, 2009 | Leave a Comment »
Ruby / MacBook / Snow Leopard Upgrade
Posted in Uncategorized, tagged Apple, OSX, Ruby on Rails on September 22, 2009 | 2 Comments »
After upgrading to Snow Leopard, I was greeted with the following upon trying to run my latest Ruby application:
/path/to/gems/ruby-debug-base-0.10.3/lib/ruby_debug.bundle: dlopen(/path/to/gems/ruby-debug-base-0.10.3/lib/ruby_debug.bundle, 9): no suitable image found. Did find: (LoadError)
/path/to/gems/ruby-debug-base-0.10.3/lib/ruby_debug.bundle: no matching architecture in universal wrapper -/path/to/gems/ruby-debug-base-0.10.3/lib/ruby_debug.bundle
/path/to/gems/linecache-0.43/lib/../lib/trace_nums.bundle: dlopen(/path/to/gems/linecache-0.43/lib/../lib/trace_nums.bundle, 9): no suitable image found. Did find: (LoadError)
/path/to/gems/linecache-0.43/lib/../lib/trace_nums.bundle: no matching architecture in universal wrapper – /path/to/gems/linecache-0.43/lib/../lib/trace_nums.bundle
/path/to/gems/activerecord-2.3.3/lib/active_record/connection_adapters/abstract/connection_specification.rb:76:in `establish_connection’: Please install [...]
Wurdle.net dump of this blog so far…
Posted in Uncategorized on September 19, 2009 | Leave a Comment »
Ruby on Rails and iPhone Web App Development – Part 1
Posted in Uncategorized, tagged iPhone, Ruby on Rails on September 11, 2009 | Leave a Comment »
This is part 1 of a series in developing a web application for the iPhone in Ruby on Rails.