Conrad, this issue appear for all the plugins not only for jrails! I can
install the gem without any problems but the plugin.

Matt, here is my environment in windows:

About your application's environment
Ruby version              1.9.1 (i386-mingw32)
RubyGems version          1.3.5
Rack version              1.0
Rails version             2.3.5
Active Record version     2.3.5
Active Resource version   2.3.5
Action Mailer version     2.3.5
Active Support version    2.3.5
Application root          D:/Project-home/trial
Environment               development
Database adapter          mysql
Database schema version   20091201083056

Thanks for the reply!

2009/12/2 Matt Jones <al2o...@gmail.com>

>
>
> On Nov 30, 11:09 pm, hnghiem <hoangnghiem1...@gmail.com> wrote:
> > I'm always get the message "Plugin not found: ["git://github.com/
> > aaronchi/jrails.git"]" when trying to install a rails plugin, even for
> > SVN or GIT. After google search, some people suggest that replace
> > "git://" with "http://"; and add "/" at the end of the url. I tried and
> > it still does not work.
> >
> > I used the ruby 1.9.1-p243 and rails 2.3.5. I run in verbose mode and
> > it show the message "#<Errno::ENOENT: No such file or directory - /dev/
> > null>". Does it an issue of ruby 1.9.1 in rails 2.3.5? I do google
> > search a lot and still not know how to fix. Please help!
>
> The most likely culprit for this is silence_stream in ActiveSupport,
> which redirects a given stream to "nowhere" for the duration of its
> block. It appears that the platform check there isn't correctly
> detecting that you're on Windows.
>
> Can you post the value of RUBY_PLATFORM returned on your machine (just
> start up an irb or a script/console and type it in)?
>
> --Matt Jones
>
> --
>
> 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-t...@googlegroups.com.
> To unsubscribe from this group, send email to
> rubyonrails-talk+unsubscr...@googlegroups.com<rubyonrails-talk%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/rubyonrails-talk?hl=en.
>
>
>

--

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-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.


Reply via email to