hi all,
I have installed ruby from source and then successfully installed
rails using gem command. but when I try to generate an application I
am getting following error.
what can be the problem and how to correct it.
I am new to ruby and I have used it for creating simple scripts.
$ rails Todo
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.1.1/lib/active_support/clean_logger.rb:13:in
`remove_const'': constant Logger::Format not defined (NameError)
from
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.1.1/lib/active_support/clean_logger.rb:13
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in
`require''
from
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.1.1/lib/active_support.rb:31
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in
`require''
from
/usr/local/lib/ruby/gems/1.8/gems/activerecord-1.11.1/lib/active_record.rb:29
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in
`require''
from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:182:in
`activate''
from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:181:in
`activate''
from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:167:in
`activate''
from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:166:in
`activate''
from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:37:in
`require_gem_with_options''
from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:31:in
`require_gem''
from /usr/local/bin/rails:17
$
My machine configuration is
output of ruby -v
ruby 1.8.3 (2005-09-21) [i686-linux]
i have installed ruby from the source.
output of gem -v
0.8.11
thanks ,
Regards,
Tushar R. Gosavi.
--
"I''d have blown my top, because I want to beat this damn thing,
as long as I''ve gone this far. I can''t just leave it after
I''ve found
out so much about it. I have to keep going to find out ultimately
what is the matter with it in the end."
Richard P. Feynman