ruby on rails - create_admin aborted! undefined method `source_index' for Gem:Module -


trying gitorious runnuning..

i got undefined method `source_index' gem:module env rails_env=production ruby1.8 script/create_admin

when run: env rails_env=production ruby-1.8.7-p371 script/create_admin got: note: gem.source_index deprecated, use specification. removed on or after 2011-11-01. gem.source_index called /usr/local/rvm/gems/ruby-1.8.7-p371/gems/rails- 2.3.18/lib/rails/gem_dependency.rb:21.

please see here: http://pastebin.com/raw.php?i=ygv9sym7 , here: http://pastebin.com/raw.php?i=3lytygs0

my view that:

latest stable release of ruby 1.9.3, since using older version of ruby have use ruby gems compatible 1.8.7 version...which like:

gem update --system <your desired ruby gem version>  

Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -