netzke / netzke-core

Framework for Sencha Ext JS + Ruby on Rails client-server components
http://netzke.org
Other
263 stars 77 forks source link

undefined method `javascripts' #19

Closed jrhicks closed 13 years ago

jrhicks commented 13 years ago

Running Ruby 1.9.2p0 with Gems 1.3.7 I downloaded netzke-demo ran bundle install and then started server. I get this traceback: /home/vagrant/.bundler/ruby/1.9.1/netzke-basepack-48e8566cf7cc/lib/netzke/basepack.rb:13:in init': undefined methodjavascripts' for Netzke::Core:Module (NoMethodError) from /home/vagrant/.bundler/ruby/1.9.1/netzke-basepack-48e8566cf7cc/lib/netzke-basepack.rb:26:in <top (required)>' from /usr/local/ruby/lib/ruby/gems/1.9.1/gems/bundler-1.0.3/lib/bundler/runtime.rb:64:inrequire' from /usr/local/ruby/lib/ruby/gems/1.9.1/gems/bundler-1.0.3/lib/bundler/runtime.rb:64:in block (2 levels) in require' from /usr/local/ruby/lib/ruby/gems/1.9.1/gems/bundler-1.0.3/lib/bundler/runtime.rb:62:ineach' from /usr/local/ruby/lib/ruby/gems/1.9.1/gems/bundler-1.0.3/lib/bundler/runtime.rb:62:in block in require' from /usr/local/ruby/lib/ruby/gems/1.9.1/gems/bundler-1.0.3/lib/bundler/runtime.rb:51:ineach' from /usr/local/ruby/lib/ruby/gems/1.9.1/gems/bundler-1.0.3/lib/bundler/runtime.rb:51:in require' from /usr/local/ruby/lib/ruby/gems/1.9.1/gems/bundler-1.0.3/lib/bundler.rb:112:inrequire' from /shared/netzke_demo/config/application.rb:7:in <top (required)>' from /usr/local/ruby/lib/ruby/gems/1.9.1/gems/railties-3.0.3/lib/rails/commands.rb:28:inrequire' from /usr/local/ruby/lib/ruby/gems/1.9.1/gems/railties-3.0.3/lib/rails/commands.rb:28:in block in <top (required)>' from /usr/local/ruby/lib/ruby/gems/1.9.1/gems/railties-3.0.3/lib/rails/commands.rb:27:intap' from /usr/local/ruby/lib/ruby/gems/1.9.1/gems/railties-3.0.3/lib/rails/commands.rb:27:in <top (required)>' from script/rails:6:inrequire' from script/rails:6:in `

' Please advise. Thanks

mxgrn commented 13 years ago

Just pushed an update to basepack, this should be working now. Thanks!

jrhicks commented 13 years ago

It worked. Thanks!