public
Description: Annotate ActiveRecord models as a gem
Homepage: http://agilewebdevelopment.com/plugins/annotate_models
Clone URL: git://github.com/ctran/annotate_models.git

Comments for annotate_models   feed

ctran commented on ctran/annotate_models 3 months ago
Comment in b1ab589:

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

Bringo commented on ctran/annotate_models 3 months ago
Comment in b1ab589:

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.