In my env I require 3.0.3
but when I script/server
I get this: can't activate rails (= 2.3.8, runtime) for [], already activated rails-3.0.3
I don't want it to activate 2.3.8.. =\
|
In my env I require 3.0.3 but when I script/server I get this: I don't want it to activate 2.3.8.. =\ |
|||
|
|
|
Rails 3.x doesn't use Plus, you no longer specify your Rails version in environment.rb (if that's what you mean by "env"). All gems and their versions are specified in your Did you follow a guide like Upgrading to Rails 3? It's not enough to just change the Rails version in |
|||
|
|
|
The command to run the server in Rails 3 is |
|||||||||||
|
|
Check My suggestion is to generate an empty rails 3 project and look at how the generated files and make sure your app looks similar. |
|||
|
|