I did a gem update rails and it ended with the following error. Did rails update okay or is something wrong? ... 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 ... Win 2K Pro, updating from 0.12.1 Thanks. Ken
It worked, you just get these warnings because your rubygems are outdated. On 7/11/05, Ken Barker <ken.barker-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I did a gem update rails and it ended with the following error. Did > rails update okay or is something wrong? > ... > 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 > ... > > Win 2K Pro, updating from 0.12.1 > > Thanks. > > Ken > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > lists.rubyonrails.org/mailman/listinfo/rails >-- Tobi snowdevil.ca - Snowboards that don''t suck typo.leetsoft.com - Open source weblog engine blog.leetsoft.com - Technical weblog
On 7/11/05, Tobias Luetke <tobias.luetke-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> It worked,Thank you.> you just get these warnings because your rubygems are outdated.do i simply do a gem update rubygems
Thanks Tobias. I am now updated with the latest rubygems. If anyone else runs into this, see docs.rubygems.org/read/chapter/3#page14. On 7/12/05, Ken Barker <ken.barker-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On 7/11/05, Tobias Luetke <tobias.luetke-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > It worked, > > Thank you. > > > you just get these warnings because your rubygems are outdated. > > do i simply do a gem update rubygems >