Here is the command line output:
[email protected] [~/rails_apps/recurse]# rake gems
(in /home/breefiel/rails_apps/recurse)
- [ ] authlogic
- [ ] acts_as_archive
- [ ] haml
I = Installed
F = Frozen
R = Framework (loaded before rails starts)
Notice that the gems are not I, F, or R...what does this mean? This is just one indicator that my gems aren't being detected. When I install them, they are stored in "/home/breefiel/ruby/gems", and I've added the line
Gem.path.push "/home/breefiel/ruby/gems"
To my environment.rb. However, "rake gems" is still returning the above output, so I'm not sure. Any thoughts?