Nevermind... it's not working. Possibly due to a circular reference of require 'sequel'.
On Oct 8, 4:46 pm, File <[EMAIL PROTECTED]> wrote: > Better yet: > > - My ENV['RUBY_HOME']/lib/ruby/site_ruby/1.9.0/sequel.rb > > $: << File.expand_path(File.join ENV['GIT_HOME'], 'sequel', 'lib') > require 'sequel' > > and... no changes on the git repository ;) > > On Oct 8, 4:19 pm, File <[EMAIL PROTECTED]> wrote: > > > Hello (again)... > > > I've decided to remove rubygems (permanently) and started using git > > versions of the libs I require so... > > I've downloaded the git version from git://github.com/jeremyevans/sequel.git > > and used ramaze site's "Using the Repo Version" tweak to allow me to > > use sequel directly from the downloaded lib. I.e.: > > > - My new ENV['GIT_HOME']/sequel/lib/sequel.rb: > > > $: << File.expand_path(File.dirname(__FILE__)) # fixes requires > > require 'sequel_model' > > > - My ENV['RUBY_HOME']/lib/ruby/site_ruby/1.9.0/sequel.rb > > > require File.expand_path(File.join ENV['GIT_HOME'], 'sequel', 'lib', > > 'sequel') > > # or require File.join ENV['GIT_HOME'], 'rack', 'lib', 'rack' > > # or require 'c:/gits/sequel/lib/sequel' > > > PS: This post actually means that I don't have a clue on how to send > > you a patch. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en -~----------~----~----~----~------~----~------~--~---
