This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit b1ab589f7bd5af459978567edb0e1489b7b794af
tree 9566e6afcbe37277ff818435517242d038579ebe
parent 7f96c0c88868afc2b80fe4b4c8748a5edad27c29
tree 9566e6afcbe37277ff818435517242d038579ebe
parent 7f96c0c88868afc2b80fe4b4c8748a5edad27c29
... |
... |
|
... |
... |
|
... |
... |
|
... |
... |
|
... |
... |
|





Comments
On Rails 2.1 I am getting some strange behavior when I try to put the following line in config/environment.rb:
config.gem “annotate_models”
and then:
% rake gems:unpack:dependencies
rake aborted!
You have a nil object when you didn’t expect it!
The error occurred while evaluating nil.dependencies
I tried the hyphenated variant just for kicks and got:
% rake gems:unpack:dependencies
no such file to load—annotate-models
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require’
I will try to investigate further, maybe this is a user problem but maybe someone can confirm or deny that this is working? Thx.
The name of the gem is annotate-models. However, you don’t need to add it to config/environment.rb. Just do “gem install annotate-models” and follow the instructions in README