[Rails] Re: Rails 2.3.5 - Cannot install plugin

2009-12-15 Thread jBros
Easy Fix: replace all occurences of /dev/null with c:\\NUL in all .rb file in your ruby directory ;-) On Dec 4, 12:02 pm, Hoang Nghiem hoangnghiem1...@gmail.com wrote: Thanks Matt !!! 2009/12/3 Matt Jones al2o...@gmail.com wit On Dec 2, 10:47 pm, Hoang Nghiem hoangnghiem1...@gmail.com

[Rails] Re: Rails 2.3.5 - Cannot install plugin

2009-12-15 Thread jBros
OK...Fix is easy. Replace All occurences of /dev/null in all files in your ruby directory with C:\\NUL. ;-) On Dec 1, 3: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,

[Rails] Re: Rails 2.3.5 - Cannot install plugin

2009-12-03 Thread Matt Jones
On Dec 2, 10:47 pm, Hoang Nghiem hoangnghiem1...@gmail.com wrote: Also, here is the RUBY_PLATFORM value : i386-mingw32. I used the installer package fromhttp://rubyinstaller.org/download.htmlto install the ruby 1.9.1. I notice that the old ruby 1.8.7 I used refer to i386-mswin32 and the

Re: [Rails] Re: Rails 2.3.5 - Cannot install plugin

2009-12-03 Thread Hoang Nghiem
Thanks Matt !!! 2009/12/3 Matt Jones al2o...@gmail.com On Dec 2, 10:47 pm, Hoang Nghiem hoangnghiem1...@gmail.com wrote: Also, here is the RUBY_PLATFORM value : i386-mingw32. I used the installer package fromhttp://rubyinstaller.org/download.htmlto install the ruby 1.9.1. I notice that

[Rails] Re: Rails 2.3.5 - Cannot install plugin

2009-12-02 Thread Matt Jones
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 /

Re: [Rails] Re: Rails 2.3.5 - Cannot install plugin

2009-12-02 Thread Hoang Nghiem
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

Re: [Rails] Re: Rails 2.3.5 - Cannot install plugin

2009-12-02 Thread Hoang Nghiem
Also, here is the RUBY_PLATFORM value : i386-mingw32. I used the installer package from http://rubyinstaller.org/download.html to install the ruby 1.9.1. I notice that the old ruby 1.8.7 I used refer to i386-mswin32 and the 'mingw32' look like does not detect that I'm on the Windows platform.