I recently began working on a new application running on Rails 2.3.2,
and installed r_c 0.6.1 via
http://gems.github.com.
For the life of me, I cannot figure out how to modify config/
environment.rb properly. I tried these variations:
config.gem "giraffesoft-resource_controller", :version => "0.6.1"
config.gem "giraffesoft-resource_controller", :version =>
"0.6.1", :lib => "giraffesoft-resource_controller"
config.gem "resource_controller", :version => "0.6.1", :lib =>
"giraffesoft-resource_controller"
config.gem "resource_controller", :version => "0.6.1", :lib =>
"giraffesoft-resource_controller"
But to no avail...
I also have r_c 0.5.3 installed via
http://gems.rubyforge.org that I
am using in an older app, and I want to make sure I am using 0.6.1 for
my new app.
Help?