Clearance issues

I’m really trying to use bundler, but I seem to be running into way more
problems then it seems worth. Now, this issue I’m having might not be
related directly to bundler, but I can’t figure out what else could be
causing it.

My Gemfile

source :gemcutter
gem “rails”, “~> 2.3.5”, :require => nil
gem “clearance”, “0.8.6”

My Problem

jeremywoertink$ ./script/generate clearance
Couldn’t find ‘clearance’ generator
jeremywoertink$ ./script/console
Loading development environment (Rails 2.3.5)

Clearance
=> Clearance

Anyone have any suggestions?
Thanks,

~Jeremy