This question has been flagged
2664 Views

the gem install correctly but from gem or from github I got always the same error: (I've tryed ruby 1.9.1 then 1.9.3 then 2.0.0 no dependency probleme but always same error ) NB : username, password, database and port are correct !

1) Ooor Configure existing database should be able to load a profile Failure/Error: @ooor = Ooor.new(:url => @url, :username => @username, :password => @password, :database => @database) NoMethodError: undefined method split' for nil:NilClass # ./lib/ooor/services.rb:46:inlogin' # ./lib/ooor/services.rb:85:in object_service' # ./lib/ooor/session.rb:63:inload_models' # ./lib/ooor/session.rb:31:in global_login' # ./lib/ooor.rb:59:innew' # ./spec/ooor_spec.rb:41:in `block (3 levels) in <top (required)>'<="" p="">

Avatar
Discard