Progress,
I finally just updated my local copy of ruby to 2.1.1. This got
me up and running both locally and remotely.
Now I have a problem w/ my main project. In that project I have frozen
rails and also, the environment.rb file sets the rails version to 1.2.6
with this:
RAILS_GEM_VERSION = '1.2.6'
The project works for the most part but I am experiencing problems w/
constants being defined and I'm getting errors like:
[code]
LoadError in Fan_reach#index
Showing app/views/fan_reach/index.rhtml where line #79 raised:
Expected
/Users/zenogill/rubydev/workspace/trunk/app/controllers/fan_reach_controller.rb
to define FAN_REACH_CONTROLLER
[/code]
Is there any way to check if this project is truly frozen to 1.2.6?
--
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
-~----------~----~----~----~------~----~------~--~---