uninitialized constant PersonController RAILS_ROOT: C:/ashish neo Application Trace | Framework Trace | Full Trace C:/jruby-1.1.5/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/active_support/dependencies.rb:443:in `load_missing_constant' C:/jruby-1.1.5/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/active_support/dependencies.rb:80:in `const_missing_with_dependencies' C:/jruby-1.1.5/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/active_support/dependencies.rb:92:in `const_missing' C:/jruby-1.1.5/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/active_support/inflector.rb:361:in `constantize' C:/jruby-1.1.5/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/active_support/inflector.rb:360:in `each' C:/jruby-1.1.5/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/active_support/inflector.rb:360:in `constantize' C:/jruby-1.1.5/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/active_support/core_ext/string/inflections.rb:162:in `constantize' C:/jruby-1.1.5/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/routing/route_set.rb:443:in `recognize' C:/jruby-1.1.5/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/routing/route_set.rb:436:in `call' what could be the cause to this.... in config/route.rb i did map.connection :Person where my Person class is class Person include Neo4j::NodeMixin property :name, :age, :email has_n :Friend index :name end Is there anything i need to add in routes.rb???? Love & Regards Ashish Sanghvi
_______________________________________________ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user