Hello,
I tried to install render_component (http://github.com/ewildgoose/render_component/tree/rails-2.3) using that command:
braid add git://github.com/ewildgoose/render_component.git --rails_plugin --branch=rails-2.3
Apparently that works, but braid is cloning the master branch instead of branch rails-2.3. On .braids file thats show the branch: rails-2.3 but this doesn't working correctly.
I tried some repositories and i having the same issue. Check that please...
My environment: Rails 2.3, Braid 0.5, Git 1.6.3.1, Debian Lenny
I used that command now (rails_plugin after branch):
braid add git://github.com/ewildgoose/render_component.git --branch=rails-2.3 --rails_plugin
And that worked... Check that...
Thanks for the report and the fix.
We're using the main gem to parse the parameters and it seems there might be a problem with that.