mirah / dubious

A Web Framework Written in Mirah for running on AppEngine
Apache License 2.0
121 stars 13 forks source link

uninitialized constant ActiveSupport::SecureRandom #33

Open vasco opened 10 years ago

vasco commented 10 years ago

System:

Running: dubious new new-project

raised an exception: NameError: uninitialized constant ActiveSupport::SecureRandom const_missing at org/jruby/RubyModule.java:2690 result at (erb):6 eval at org/jruby/RubyKernel.java:1121 result at /Users/vasco/.rvm/rubies/jruby-1.7.11/lib/ruby/1.9/erb.rb:838 template at /Users/vasco/.rvm/gems/jruby-1.7.11/gems/thor-0.13.8/lib/thor/actions/file_manipulation.rb:89 call at org/jruby/RubyProc.java:271 render at /Users/vasco/.rvm/gems/jruby-1.7.11/gems/thor-0.13.8/lib/thor/actions/create_file.rb:54 invoke! at /Users/vasco/.rvm/gems/jruby-1.7.11/gems/thor-0.13.8/lib/thor/actions/create_file.rb:63 open at org/jruby/RubyIO.java:1182 invoke! at /Users/vasco/.rvm/gems/jruby-1.7.11/gems/thor-0.13.8/lib/thor/actions/create_file.rb:63 call at org/jruby/RubyProc.java:271 invoke_with_conflict_check at /Users/vasco/.rvm/gems/jruby-1.7.11/gems/thor-0.13.8/lib/thor/actions/empty_directory.rb:114 invoke! at /Users/vasco/.rvm/gems/jruby-1.7.11/gems/thor-0.13.8/lib/thor/actions/create_file.rb:61 action at /Users/vasco/.rvm/gems/jruby-1.7.11/gems/thor-0.13.8/lib/thor/actions.rb:93 create_file at /Users/vasco/.rvm/gems/jruby-1.7.11/gems/thor-0.13.8/lib/thor/actions/create_file.rb:26 template at /Users/vasco/.rvm/gems/jruby-1.7.11/gems/thor-0.13.8/lib/thor/actions/file_manipulation.rb:88 execute! at /Users/vasco/.rvm/gems/jruby-1.7.11/gems/thor-0.13.8/lib/thor/actions/directory.rb:84 each at org/jruby/RubyArray.java:1613 execute! at /Users/vasco/.rvm/gems/jruby-1.7.11/gems/thor-0.13.8/lib/thor/actions/directory.rb:73 invoke! at /Users/vasco/.rvm/gems/jruby-1.7.11/gems/thor-0.13.8/lib/thor/actions/directory.rb:60 action at /Users/vasco/.rvm/gems/jruby-1.7.11/gems/thor-0.13.8/lib/thor/actions.rb:93 directory at /Users/vasco/.rvm/gems/jruby-1.7.11/gems/thor-0.13.8/lib/thor/actions/directory.rb:46 init at /Users/vasco/.rvm/gems/jruby-1.7.11/gems/dubious-0.0.3-java/lib/dubious/cli/init.rb:22 run at /Users/vasco/.rvm/gems/jruby-1.7.11/gems/thor-0.13.8/lib/thor/task.rb:21 invoke at /Users/vasco/.rvm/gems/jruby-1.7.11/gems/thor-0.13.8/lib/thor/invocation.rb:109 each at org/jruby/RubyHash.java:1339 map at org/jruby/RubyEnumerable.java:763 invoke at /Users/vasco/.rvm/gems/jruby-1.7.11/gems/thor-0.13.8/lib/thor/invocation.rb:118 start at /Users/vasco/.rvm/gems/jruby-1.7.11/gems/thor-0.13.8/lib/thor/group.rb:36 start at /Users/vasco/.rvm/gems/jruby-1.7.11/gems/thor-0.13.8/lib/thor/base.rb:379 start at /Users/vasco/.rvm/gems/jruby-1.7.11/gems/thor-0.13.8/lib/thor/group.rb:29 new at /Users/vasco/.rvm/gems/jruby-1.7.11/gems/thor-0.13.8/lib/thor.rb:225 run at /Users/vasco/.rvm/gems/jruby-1.7.11/gems/thor-0.13.8/lib/thor/task.rb:21 invoke at /Users/vasco/.rvm/gems/jruby-1.7.11/gems/thor-0.13.8/lib/thor/invocation.rb:109 call at org/jruby/RubyProc.java:271 invoke at /Users/vasco/.rvm/gems/jruby-1.7.11/gems/thor-0.13.8/lib/thor/invocation.rb:116 start at /Users/vasco/.rvm/gems/jruby-1.7.11/gems/thor-0.13.8/lib/thor.rb:161 start at /Users/vasco/.rvm/gems/jruby-1.7.11/gems/thor-0.13.8/lib/thor/base.rb:379 start at /Users/vasco/.rvm/gems/jruby-1.7.11/gems/thor-0.13.8/lib/thor.rb:140 start at /Users/vasco/.rvm/gems/jruby-1.7.11/gems/dubious-0.0.3-java/lib/dubious/cli.rb:22 (root) at /Users/vasco/.rvm/gems/jruby-1.7.11/gems/dubious-0.0.3-java/bin/dubious:4 load at org/jruby/RubyKernel.java:1101 (root) at /Users/vasco/.rvm/gems/jruby-1.7.11/bin/dubious:1 eval at org/jruby/RubyKernel.java:1121 (root) at /Users/vasco/.rvm/gems/jruby-1.7.11/bin/jruby_executable_hooks:15

Am I doing something wrong?

Tks.

baroquebobcat commented 10 years ago

Sorry for the long time to respond. I don't think you're doing something wrong. Dubious hasn't been updated in a while and it's gone a bit stale.

vasco commented 10 years ago

Any plans to "re-launch" the Dubious project or any alternative? Tks