Forum: Ruby on Rails undefined method `time_zone=' on Rails 2.0.2.9129 on Mac OS X

Posted by ncancelliere (Guest)
on 2008-04-01 06:05
(Received via mailing list)
I just did a gem update and it broke my rails application.  I had to
go back to 2.0.2, because 2.0.2.9129 produces this error on Mac OS X
Leopard:

/Users/nicholas/RubyDev/dummy/config/environment.rb:38: undefined
method `time_zone=' for #<Rails::Configuration:0x12c9f24>
(NoMethodError)
  from /Library/Ruby/Gems/1.8/gems/rails-2.0.2/lib/initializer.rb:47:in
`run'
  from /Users/nicholas/RubyDev/dummy/config/environment.rb:13
  from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/
ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
  from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/
ruby/1.8/rubygems/custom_require.rb:27:in `require'
  from /Library/Ruby/Gems/1.8/gems/activesupport-2.0.2/lib/
active_support/dependencies.rb:496:in `require'
  from /Library/Ruby/Gems/1.8/gems/activesupport-2.0.2/lib/
active_support/dependencies.rb:342:in `new_constants_in'
  from /Library/Ruby/Gems/1.8/gems/activesupport-2.0.2/lib/
active_support/dependencies.rb:496:in `require'
  from /Library/Ruby/Gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/
rails.rb:147:in `rails'
   ... 20 levels...
  from /Library/Ruby/Gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:
39
  from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/
ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
  from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/
ruby/1.8/rubygems/custom_require.rb:27:in `require'
  from script/server:3
Posted by goodwill (Guest)
on 2008-04-05 13:59
(Received via mailing list)
Just want to say I have the same problem as well... something gone
wrong? I am using built in ruby and rails and then executed sudo gem
update
Posted by RSL (Guest)
on 2008-04-05 14:35
(Received via mailing list)
Guys... gem sources -r http://gems.rubyonrails.org/. Some wonky
tutorial or something prolly [accidentally] permanently added that
repo to yr gem sources. As it contains "developer" gems [which are
essentially Edge Rails snapshots], you prolly don't want that. Just
remove that source as I suggested and remove those gem rails ending in
the revision numbers and you will be fine. Rails is not broken. All is
well in the kingdom.

RSL
Posted by goodwill (Guest)
on 2008-04-05 14:47
(Received via mailing list)
Is that mean gem update is not safe for rails? I thought edge rails
would not come into usual update unless its planned for a public
release?
Posted by goodwill (Guest)
on 2008-04-05 14:49
(Received via mailing list)
And I don't think I have ever changed the gem sources before- so is
that mean I should never update gem using gems.rubyonrails.org?
Posted by goodwill (Guest)
on 2008-04-05 14:55
(Received via mailing list)
Ok thanks first, despite the message I got in IRC is a bit rude, you
do indeed point out the issue correctly and now the problem is fixed.
So- can explain a bit if I should remove the gem source from
rubyonrails.org, or thats just a intermittent issue so I just keep my
gems not update for a while and it should be ok?
Posted by RSL ___ (rsl)
on 2008-04-05 15:14
(Received via mailing list)
You should not be updating your gems from gems.rubyonrails.org if you 
are
not looking for developer gems as far as I know.

RSL
Posted by goodwill (Guest)
on 2008-04-05 15:34
(Received via mailing list)
Hmm... how come its default in leopard :/ Sorry I was from windows so
I dont have such problem (seems manually installed ruby does not have
such issue)

Thanks mate. I will remove it now.
Posted by RSL ___ (rsl)
on 2008-04-05 19:14
(Received via mailing list)
it's never been default on my computer. never had this problem and i run
leopard.

RSL
Posted by Jake Mallory (Guest)
on 2008-04-11 01:06
(Received via mailing list)
# gem sources -r http://gems.rubyonrails.org/

renders
source http://gems.rubyonrails.org/ not present in cache

I've uninstalled the dev gems so the only gem is now rails (2.0.2) and
all dependencies are at 2.0.2
and I still get this error
Posted by Frederick Cheung (Guest)
on 2008-04-11 09:20
(Received via mailing list)
On 11 Apr 2008, at 00:05, Jake Mallory wrote:

>
> # gem sources -r http://gems.rubyonrails.org/
>
> renders
> source http://gems.rubyonrails.org/ not present in cache
>
> I've uninstalled the dev gems so the only gem is now rails (2.0.2) and
> all dependencies are at 2.0.2
> and I still get this error
>
If you generated the app using the 'bad' rails it will still have the
offending line in its environment.rb.

Fred
Posted by Ronny Hanssen (spiralis)
on 2008-04-19 01:02
Jake Mallory wrote:
> # gem sources -r http://gems.rubyonrails.org/
> 
> renders
> source http://gems.rubyonrails.org/ not present in cache
> 
> I've uninstalled the dev gems so the only gem is now rails (2.0.2) and
> all dependencies are at 2.0.2
> and I still get this error

Try:

# gem sources -r http://gems.rubyonrails.org

Note that I have removed the trailing slash (\). It seems that gem is 
pretty strict about the URI... :)

Ronny
Posted by Ronny Hanssen (spiralis)
on 2008-04-19 01:03
Ronny Hanssen wrote:
...
> 
> Note that I have removed the trailing slash (\). It seems that gem is 
> pretty strict about the URI... :)
> 

Ops. Should be trailing / :P
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.