Rails g problem

When I enter rails g, I get the bunch of logs behind.

Any idea what I’m missing?

I though it’s trying to install minitest, so I manually installed it.

Still this error persists.

$ rails g
gem install minitest
/Library/Ruby/Gems/1.8/gems/activesupport-3.2.8/lib/active_support/dependencies.rb:251:in
require': no such file to load -- minitest/unit (LoadError) from /Library/Ruby/Gems/1.8/gems/activesupport-3.2.8/lib/active_support/dependencies.rb:251:inrequire’
from
/Library/Ruby/Gems/1.8/gems/activesupport-3.2.8/lib/active_support/dependencies.rb:236:in
load_dependency' from /Library/Ruby/Gems/1.8/gems/activesupport-3.2.8/lib/active_support/dependencies.rb:251:inrequire’
from
/Library/Ruby/Gems/1.8/gems/turn-0.9.6/lib/turn/minitest.rb:9
from
/Library/Ruby/Gems/1.8/gems/activesupport-3.2.8/lib/active_support/dependencies.rb:251:in
require' from /Library/Ruby/Gems/1.8/gems/activesupport-3.2.8/lib/active_support/dependencies.rb:251:inrequire’
from
/Library/Ruby/Gems/1.8/gems/activesupport-3.2.8/lib/active_support/dependencies.rb:236:in
load_dependency' from /Library/Ruby/Gems/1.8/gems/activesupport-3.2.8/lib/active_support/dependencies.rb:251:inrequire’
from /Library/Ruby/Gems/1.8/gems/turn-0.9.6/lib/turn.rb:13
from
/Library/Ruby/Gems/1.8/gems/bundler-1.0.21/lib/bundler/runtime.rb:68:in
require' from /Library/Ruby/Gems/1.8/gems/bundler-1.0.21/lib/bundler/runtime.rb:68:inrequire’
from
/Library/Ruby/Gems/1.8/gems/bundler-1.0.21/lib/bundler/runtime.rb:66:in
each' from /Library/Ruby/Gems/1.8/gems/bundler-1.0.21/lib/bundler/runtime.rb:66:inrequire’
from
/Library/Ruby/Gems/1.8/gems/bundler-1.0.21/lib/bundler/runtime.rb:55:in
each' from /Library/Ruby/Gems/1.8/gems/bundler-1.0.21/lib/bundler/runtime.rb:55:inrequire’
from
/Library/Ruby/Gems/1.8/gems/bundler-1.0.21/lib/bundler.rb:122:in
require' from /Users/Roy/rails/s3/config/application.rb:7 from /Library/Ruby/Gems/1.8/gems/railties-3.2.8/lib/rails/commands.rb:24:inrequire’
from
/Library/Ruby/Gems/1.8/gems/railties-3.2.8/lib/rails/commands.rb:24
from script/rails:6:in `require’
from script/rails:6

List of local gems

actionmailer (3.2.8, 3.2.0)
actionpack (3.2.8, 3.2.0)
activemodel (3.2.8, 3.2.0)
activerecord (3.2.8, 3.2.0)
activeresource (3.2.8, 3.2.0)
activesupport (3.2.8, 3.2.0)
addressable (2.3.2)
ansi (1.4.3)
arel (3.0.2, 3.0.0)
bcrypt-ruby (3.0.1)
builder (3.0.3, 3.0.0)
bundler (1.0.21)
capybara (1.1.2)
childprocess (0.3.6)
coffee-rails (3.2.2, 3.2.1)
coffee-script (2.2.0)
coffee-script-source (1.3.3, 1.2.0)
devise (2.0.4)
diff-lcs (1.1.3)
erubis (2.7.0)
execjs (1.4.0, 1.3.0)
ffi (1.1.5)
growl_notify (0.0.3)
guard (1.4.0)
guard-rspec (2.1.0)
hike (1.2.1)
i18n (0.6.1, 0.6.0)
journey (1.0.4, 1.0.1, 1.0.0)
jquery-rails (2.1.3, 2.0.0)
json (1.7.5, 1.6.5)
libwebsocket (0.1.5)
listen (0.5.3)
lunchy (0.6.0)
mail (2.4.4, 2.4.1)
mime-types (1.19, 1.17.2)
minitest (4.1.0)
multi_json (1.3.6, 1.0.4)
nokogiri (1.5.5)
orm_adapter (0.0.6)
pg (0.13.0)
polyglot (0.3.3)
rack (1.4.1)
rack-cache (1.2, 1.1)
rack-ssl (1.3.2)
rack-test (0.6.2, 0.6.1)
rails (3.2.8, 3.2.0)
railties (3.2.8, 3.2.0)
rake (0.9.2.2)
rb-appscript (0.6.1)
rdoc (3.12)
rspec (2.11.0)
rspec-core (2.11.1)
rspec-expectations (2.11.3)
rspec-mocks (2.11.3)
rspec-rails (2.11.4)
rubygems-update (1.8.24, 1.8.15)
rubyzip (0.9.9)
sass (3.2.1, 3.1.15, 3.1.12)
sass-rails (3.2.5, 3.2.4, 3.2.3)
selenium-webdriver (2.25.0)
sprockets (2.1.3, 2.1.2)
sqlite3 (1.3.6, 1.3.5)
thor (0.16.0, 0.14.6)
tilt (1.3.3)
treetop (1.4.10)
turn (0.9.6)
tzinfo (0.3.33, 0.3.31)
uglifier (1.3.0, 1.2.3, 1.2.2)
warden (1.1.1)
xpath (0.1.4)