One pain point I have is developing gems for rails.

Ideally I would have this in my gemfile

group :production do
   gem 'blah' , :git => 'git:...'
end

group :development do
  hostname :my_host_name do
       gem "blah", :path => 'blah'
  end
end

This way I could work on the gem and my collaborators could also work
on the gem and the deployment would come out of github.  Of course
bundler doesn't work like this so I have tried several things to make
this work but I find none of them fully satisfactory.  I am curious to
see what solutions if any you guys have come up with.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
or Rails Oceania" 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/rails-oceania?hl=en.

Reply via email to