Hi. I try to install a plugin, but with no success, nothing is printed, the plugin is not installed. Input and output on my console: wojtek@wojtek-laptop-hp:~/workspace_galileo/miejscowki$ script/plugin install git://github.com/ewildgoose/render_component.git -r rails-2.3 wojtek@wojtek-laptop-hp:~/workspace_galileo/miejscowki$ ./script/plugin install git://github.com/ewildgoose/render_component.git -r rails-2.3 wojtek@wojtek-laptop-hp:~/workspace_galileo/miejscowki$ ruby script/plugin install git://github.com/ewildgoose/render_component.git -r rails-2.3 wojtek@wojtek-laptop-hp:~/workspace_galileo/miejscowki$ ls -al vendor/plugins | grep active Software: rails 2.3.4 ruby 1.8.6 (2007-09-24 patchlevel 111) [i486-linux] Any help appreciated. M. -- Posted via http://www.ruby-forum.com/.
I tried this, but its still not doing everything: wojtek@wojtek-laptop-hp:~/workspace_galileo/miejscowki$ ruby script/plugin install http://github.com/ewildgoose/render_component.git/ -r rails-2.3 + ./README + ./Rakefile + ./init.rb + ./lib/components.rb + ./test/abstract_unit.rb + ./test/components_test.rb -- Posted via http://www.ruby-forum.com/.
Ok, it is working, change git:// to http:// and add a trailing / to the URL. -- Posted via http://www.ruby-forum.com/.
Michal Burak wrote:> Hi. > > I try to install a plugin, but with no success, nothing is printed, the > plugin is not installed. Input and output on my console: > > wojtek@wojtek-laptop-hp:~/workspace_galileo/miejscowki$ script/plugin > install git://github.com/ewildgoose/render_component.git -r rails-2.3[...]> Any help appreciated. > > M.Do you have a Git client installed? Best, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org -- Posted via http://www.ruby-forum.com/.