[Rails] Re: tzinfo_timezone plugin - Object::TimeZone not defined

2008-12-05 Thread Shantanu Pavgi
Just checked tzinfo_timezone plugin mailing list and found the solution: Check: http://rubyforge.org/pipermail/tzinfo-users/2008-December/74.html Thanks, Shantanu. -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message bec

[Rails] Re: tzinfo_timezone plugin - Object::TimeZone not defined

2008-12-05 Thread Shantanu Pavgi
ove_const, :TimeZone) end # Use TzinfoTimezone as the TimeZone class Object::TimeZone = TzinfoTimezone Please reply if you know the reason behind this problem. - Shantanu. Shantanu Pavgi wrote: > I am trying to get my rails project working on a new machine. I am using > OpenSuse 10.

[Rails] tzinfo_timezone plugin - Object::TimeZone not defined

2008-12-04 Thread Shantanu Pavgi
I am trying to get my rails project working on a new machine. I am using OpenSuse 10.3 and following steps were performed, 1. installed rubygems 2. installed Rails (1.x) using Suse repository - it didn't have latest version. 3. updated gem version and Rails version. 4. installed other gems such rc

[Rails] Re: rake test fails - pending migrations

2008-12-04 Thread Shantanu Pavgi
Thank you very much for your inputs... - Shantanu. -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonr

[Rails] Re: rake test fails - pending migrations

2008-12-04 Thread Shantanu Pavgi
; > Which approach you should take depends on a couple of factors ... such > as ... whether the app is in production yet, how much code and tests > are affected, how true to the "rails way" you want to stay ... things > like that. > > Good luck with it. > >

[Rails] Re: rake test fails - pending migrations

2008-12-03 Thread Shantanu Pavgi
and db:reset. > > HTH > > > On 12/3/08, Shantanu Pavgi <[EMAIL PROTECTED]> wrote: >> >> >> > >> > > > -- > > -- > James Mitchell -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You re

[Rails] rake test fails - pending migrations

2008-12-03 Thread Shantanu Pavgi
After running 'down' some migrations using 'rake db:migrate:down', I am unable to performs any tests. The message received is: You have 3 pending migrations: 1. blah 2. blahblah 3. blahblahblah Run "rake db:migrate" to update your database then try again. How can I remove (undo) migrations a