Piotr_N
1
ive got instant rails, which is bundled with rails 1.2.3
when trying to update rails using
gem install --include-dependencies rails
i got
ERROR: While executing gem … (RuntimeError)
Error instaling rails:
invalid gem format for rails
any ideas ?
greets.
Piotr_N
2
Piotr N. pisze:
any ideas ?
solved, the problem was obvious, not to say stupid.
insted of unzipping the rails package i just opened it in my zip program
and run gem command 
i should unpack it first, hehe
greets !