When i am trying to install the rails-widgets on windows vista from http://wiki.github.com/paolodona/rails-widgets location I get an error. Please help. cd myrails-app ruby script/plugin install git://github.com/paolodona/rails-widgets.git rake widgets:setup following is the error ---------------------------------------- rake aborted! Don''t know how to build task ''widgets:setup'' (See full trace by running task with --trace) ------------------------------------------- Then I tried with the following command rake widgets:setup --trace following is the error ------------------- rake aborted! Don''t know how to build task ''widgets:setup'' c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:1704:in `[]'' c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2026:in `invoke_task'' c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2005:in `top_level'' c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2005:in `each'' c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2005:in `top_level'' c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2044:in `standard_exception_handling'' c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:1999:in `top_level'' c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:1977:in `run'' c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2044:in `standard_exception_handling'' c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:1974:in `run'' c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/bin/rake:31 c:/ruby/bin/rake:16:in `load'' c:/ruby/bin/rake:16 -- View this message in context: http://www.nabble.com/install-error-for-rails-widgets-tp23048157p23048157.html Sent from the RubyOnRails Users mailing list archive at Nabble.com. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
This is what you should see as a result of your plugin install: /widgets 516 > script/plugin install git://github.com/paolodona/rails-widgets.git Initialized empty Git repository in /Users/rick/widgets/vendor/plugins/ rails-widgets/.git/ remote: Counting objects: 78, done. remote: Compressing objects: 100% (71/71), done. remote: Total 78 (delta 8), reused 21 (delta 0) Unpacking objects: 100% (78/78), done. From git://github.com/paolodona/rails-widgets * branch HEAD -> FETCH_HEAD cp /Users/rick/widgets/vendor/plugins/rails-widgets/images/ tooltip_arrow.gif /Users/rick/widgets/public/images/widgets/ tooltip_arrow.gif cp /Users/rick/widgets/vendor/plugins/rails-widgets/images/ tooltip_image.gif /Users/rick/widgets/public/images/widgets/ tooltip_image.gif cp /Users/rick/widgets/vendor/plugins/rails-widgets/javascripts/ tooltip.js /Users/rick/widgets/public/javascripts/widgets/tooltip.js Did you omit this output from your mail message or what? Was any output produced when you ran the install? On Apr 14, 2:05 pm, nmt999 <nmt...-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> wrote:> When i am trying to install the rails-widgets on windows vista fromhttp://wiki.github.com/paolodona/rails-widgetslocation I get an error. > Please help. > cd myrails-app > ruby script/plugin install git://github.com/paolodona/rails-widgets.git > rake widgets:setup > > following is the error > ---------------------------------------- > rake aborted! > Don''t know how to build task ''widgets:setup'' > > (See full trace by running task with --trace) > > ------------------------------------------- > Then I tried with the following command > rake widgets:setup --trace > > following is the error > ------------------- > rake aborted! > Don''t know how to build task ''widgets:setup'' > c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:1704:in `[]'' > c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2026:in `invoke_task'' > c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2005:in `top_level'' > c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2005:in `each'' > c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2005:in `top_level'' > c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2044:in > `standard_exception_handling'' > c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:1999:in `top_level'' > c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:1977:in `run'' > c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2044:in > `standard_exception_handling'' > c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:1974:in `run'' > c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/bin/rake:31 > c:/ruby/bin/rake:16:in `load'' > c:/ruby/bin/rake:16 > > -- > View this message in context:http://www.nabble.com/install-error-for-rails-widgets-tp23048157p2304... > Sent from the RubyOnRails Users mailing list archive at Nabble.com.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
When I executed the install command, I did not get any output. The only thing I noticed after investigating my application directory is that, it created a directory in vendor/plugins/rails-widgets. However, this directory is empty. Thanks, Rick-13 wrote:> > > This is what you should see as a result of your plugin install: > > /widgets 516 > script/plugin install > git://github.com/paolodona/rails-widgets.git > Initialized empty Git repository in /Users/rick/widgets/vendor/plugins/ > rails-widgets/.git/ > remote: Counting objects: 78, done. > remote: Compressing objects: 100% (71/71), done. > remote: Total 78 (delta 8), reused 21 (delta 0) > Unpacking objects: 100% (78/78), done. > From git://github.com/paolodona/rails-widgets > * branch HEAD -> FETCH_HEAD > cp /Users/rick/widgets/vendor/plugins/rails-widgets/images/ > tooltip_arrow.gif /Users/rick/widgets/public/images/widgets/ > tooltip_arrow.gif > cp /Users/rick/widgets/vendor/plugins/rails-widgets/images/ > tooltip_image.gif /Users/rick/widgets/public/images/widgets/ > tooltip_image.gif > cp /Users/rick/widgets/vendor/plugins/rails-widgets/javascripts/ > tooltip.js /Users/rick/widgets/public/javascripts/widgets/tooltip.js > > > Did you omit this output from your mail message or what? Was any > output produced when you ran the install? > > > > On Apr 14, 2:05 pm, nmt999 <nmt...-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> wrote: >> When i am trying to install the rails-widgets on windows vista >> fromhttp://wiki.github.com/paolodona/rails-widgetslocation I get an >> error. >> Please help. >> cd myrails-app >> ruby script/plugin install git://github.com/paolodona/rails-widgets.git >> rake widgets:setup >> >> following is the error >> ---------------------------------------- >> rake aborted! >> Don''t know how to build task ''widgets:setup'' >> >> (See full trace by running task with --trace) >> >> ------------------------------------------- >> Then I tried with the following command >> rake widgets:setup --trace >> >> following is the error >> ------------------- >> rake aborted! >> Don''t know how to build task ''widgets:setup'' >> c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:1704:in `[]'' >> c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2026:in >> `invoke_task'' >> c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2005:in `top_level'' >> c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2005:in `each'' >> c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2005:in `top_level'' >> c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2044:in >> `standard_exception_handling'' >> c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:1999:in `top_level'' >> c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:1977:in `run'' >> c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2044:in >> `standard_exception_handling'' >> c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:1974:in `run'' >> c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/bin/rake:31 >> c:/ruby/bin/rake:16:in `load'' >> c:/ruby/bin/rake:16 >> >> -- >> View this message in >> context:http://www.nabble.com/install-error-for-rails-widgets-tp23048157p2304... >> Sent from the RubyOnRails Users mailing list archive at Nabble.com. > > > >-- View this message in context: http://www.nabble.com/install-error-for-rails-widgets-tp23048157p23059621.html Sent from the RubyOnRails Users mailing list archive at Nabble.com. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Are you running Rails 2.3.2 by any chance? If so, you might need to patch a file related to "plugin install git..." On Apr 15, 4:03 am, nmt999 <nmt...-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> wrote:> When I executed the install command, I did not get any output. The only thing > I noticed after investigating my application directory is that, it created a > directory in vendor/plugins/rails-widgets. However, this directory is empty. > > Thanks, > > > > Rick-13 wrote: > > > This is what you should see as a result of your plugin install: > > > /widgets 516 > script/plugin install > > git://github.com/paolodona/rails-widgets.git > > Initialized empty Git repository in /Users/rick/widgets/vendor/plugins/ > > rails-widgets/.git/ > > remote: Counting objects: 78, done. > > remote: Compressing objects: 100% (71/71), done. > > remote: Total 78 (delta 8), reused 21 (delta 0) > > Unpacking objects: 100% (78/78), done. > > From git://github.com/paolodona/rails-widgets > > * branch HEAD -> FETCH_HEAD > > cp /Users/rick/widgets/vendor/plugins/rails-widgets/images/ > > tooltip_arrow.gif /Users/rick/widgets/public/images/widgets/ > > tooltip_arrow.gif > > cp /Users/rick/widgets/vendor/plugins/rails-widgets/images/ > > tooltip_image.gif /Users/rick/widgets/public/images/widgets/ > > tooltip_image.gif > > cp /Users/rick/widgets/vendor/plugins/rails-widgets/javascripts/ > > tooltip.js /Users/rick/widgets/public/javascripts/widgets/tooltip.js > > > Did you omit this output from your mail message or what? Was any > > output produced when you ran the install? > > > On Apr 14, 2:05 pm, nmt999 <nmt...-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> wrote: > >> When i am trying to install the rails-widgets on windows vista > >> fromhttp://wiki.github.com/paolodona/rails-widgetslocationI get an > >> error. > >> Please help. > >> cd myrails-app > >> ruby script/plugin install git://github.com/paolodona/rails-widgets.git > >> rake widgets:setup > > >> following is the error > >> ---------------------------------------- > >> rake aborted! > >> Don''t know how to build task ''widgets:setup'' > > >> (See full trace by running task with --trace) > > >> ------------------------------------------- > >> Then I tried with the following command > >> rake widgets:setup --trace > > >> following is the error > >> ------------------- > >> rake aborted! > >> Don''t know how to build task ''widgets:setup'' > >> c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:1704:in `[]'' > >> c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2026:in > >> `invoke_task'' > >> c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2005:in `top_level'' > >> c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2005:in `each'' > >> c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2005:in `top_level'' > >> c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2044:in > >> `standard_exception_handling'' > >> c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:1999:in `top_level'' > >> c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:1977:in `run'' > >> c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2044:in > >> `standard_exception_handling'' > >> c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:1974:in `run'' > >> c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/bin/rake:31 > >> c:/ruby/bin/rake:16:in `load'' > >> c:/ruby/bin/rake:16 > > >> -- > >> View this message in > >> context:http://www.nabble.com/install-error-for-rails-widgets-tp23048157p2304... > >> Sent from the RubyOnRails Users mailing list archive at Nabble.com. > > -- > View this message in context:http://www.nabble.com/install-error-for-rails-widgets-tp23048157p2305... > Sent from the RubyOnRails Users mailing list archive at Nabble.com.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---