I''m having an issue with the latest stable version. I updated my
installed version of rails using gem install and allowing all
dependencies. When I try and run rails my_project it just sits there,
no output nothing. After a couple of minutes I kill the command and I
get this when I do:
^C/usr/local/bin/ruby: Interrupt/usr/local/bin/rails: line 9: require:
command not found
/usr/local/bin/rails: line 10: version: command not found
/usr/local/bin/rails: line 12: syntax error near unexpected token
`ARGV[0][1..-2]''
/usr/local/bin/rails: line 12: ` if
Gem::Version.correct?(ARGV[0][1..-2])''
During the install, here was the error that I got:
Installing RDoc documentation for rake-0.5.4...
lib/rake.rb:656:18: unexpected token:
''#<RubyToken::TkLPAREN:0x2462178
@text="(", @char_no=7, @line_no=656>''
But everything appeared to have installed correctly.
I tried signing up to the list, but I haven''t gotten a confirmation
notice back so if you reply to the list I may not get the reply.
Thanks in advance.
-warner
download and install the latest rubygems. Looks like your rubygems is outdated. On 6/8/05, Warner Onstine <warnero-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I''m having an issue with the latest stable version. I updated my > installed version of rails using gem install and allowing all > dependencies. When I try and run rails my_project it just sits there, > no output nothing. After a couple of minutes I kill the command and I--Tobi http://www.snowdevil.ca - Snowboards that don''t suck http://typo.leetsoft.com - Open source weblog engine http://blog.leetsoft.com - Technical weblog
That did the trick! Thanks much. -warner On 6/8/05, Tobias Luetke <tobias.luetke-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> download and install the latest rubygems. Looks like your rubygems is outdated. > > On 6/8/05, Warner Onstine <warnero-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > I''m having an issue with the latest stable version. I updated my > > installed version of rails using gem install and allowing all > > dependencies. When I try and run rails my_project it just sits there, > > no output nothing. After a couple of minutes I kill the command and I-- > Tobi > http://www.snowdevil.ca - Snowboards that don''t suck > http://typo.leetsoft.com - Open source weblog engine > http://blog.leetsoft.com - Technical weblog >