Hi, I had a non-fatal problem installing the login generator on Windows w/ rails 0.12.1. Has anyone else run into this or know what''s wrong? c:\devel\ruby>gem install --source http://dist.leetsoft.com login_generator c:\devel\ruby>"c:\devel\ruby\bin\ruby.exe" "c:\devel\ruby\bin\gem" install --source http://dist.leetsoft.com login_generator Attempting local installation of ''login_generator'' Local gem file not found: login_generator*.gem Attempting remote installation of ''login_generator'' Updating Gem source index for: http://dist.leetsoft.com Successfully installed login_generator, version 1.1.0 Installing RDoc documentation for login_generator-1.1.0... WARNING: Generating RDoc on .gem that may not have RDoc. templates/controller.rb:7:26: Expected class name or ''<<''. Got RubyToken::TkLT:"<" templates/controller_test.rb:10:9: Expected class name or ''<<''. Got RubyToken::TkLT: "<" ERROR: While executing gem ... (Errno::EINVAL) Invalid argument - classes/<.html
> I had a non-fatal problem installing the login generator on Windows w/ > rails 0.12.1. Has anyone else run into this or know what''s wrong?I encountered the exact same thing a couple of days ago, but I''m a newbie so I don''t know what the trouble is. However, I found that the login generator itself worked flawlessly, despite the errors.
Those are just errors when generating RDoc for those classes. The errors arise because those particular files are not valid ruby, but rather exist as templates used by the generator to create new instances. You can safely ignore those errors. I''m sure just about everyone gets them. Jason On 4/29/05, Jordan Running <jrunning-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > I had a non-fatal problem installing the login generator on Windows w/ > > rails 0.12.1. Has anyone else run into this or know what''s wrong? > > I encountered the exact same thing a couple of days ago, but I''m a newbie so I > don''t know what the trouble is. However, I found that the login generator itself > worked flawlessly, despite the errors. > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >