Mark wrote: > Hi, > > i have some problems by type in rake db:create > > It always says: > > rake aborted! > can't activate rails (= 2.3.5, runtime) for [], already activated > rails-3.0.0 for [] > > I have set Rails version to 2.3.5 but the problem still exists.
How have you done this? The correct way involves setting RAILS_GEM_VERSION in config/environment.rb. Is that what you did? There was no need for you to remove Rails 3. Your project should still be able to run the older version. > I want to install the OpenSource Project webpraca. Maybe somebody has > the same problem. > > Thanks for help Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] Sent from my iPhone -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

