Hi,
it's about Ruby On Rails.
I want to use Googleauth and need to add a line starting with "config.gem" in the Rails:Initializers block in the environment.rb. Sadly, Passenger tells me that this would be an unkown command.
config.gem "googlebase", :lib => 'google/base', :version => '0.2'
What do I have to change to get, possibly because of Passenger or a newer Rails version, the gem configured?
Yours, Joern.