Code Monkey home page Code Monkey logo

bowline's People

Contributors

eclubb avatar maccman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bowline's Issues

Small Windows Bug (or not?)

Hi,
I've just installed Titanium Developer 0.6.0 and latest bowline from repos.
The first (maybe not for you) is that Titanium didn't added it's path, so I set it manually:
TIPATH = E:\Documents and Settings\All Users\Application Data\Titanium
Usually windows variables uses backslashes, but while app.rake execution it fails at:
ti_lib_path = Dir[File.join(ti_path, "sdk", "*", "*")][-1]
All path backslashes must be slashes. c:\a -> c:/a
It could be an error of old ruby: ruby 1.8.6 (2008-08-11 patchlevel 287) [i386-mswin32]
So not sure if it is a bug(I mean yours bug), but fixed it adding the next line before ti_lib_path assignment:
app.rake line 140 +: ti_path.gsub!('\\', '/')
That's all. Thanks for reading.
Regards, Andrew.

P.S. Also got a lot of errors with exec.

Is Bowline abandoned?

Just curious, are you planning to do any more work on this project? If not why did you stop? not enough traction? node.js is more interesting? Just wondering if it is worthwhile for this project to be supported by someone in the future.

Faild to create new app

Faild to create new app on 64bit linux:


$ bowline-gen app helloworld
You don't have tzinfo installed in your application. Please add it to your Gemfile and run bundle install
/usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:212:in `require': no such file to load -- tzinfo (LoadError)
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:212:in `block in require'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:198:in `block in load_dependency'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:554:in `new_constants_in'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:198:in `load_dependency'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:212:in `require'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/values/time_zone.rb:4:in `'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:212:in `require'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:212:in `block in require'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:198:in `block in load_dependency'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:554:in `new_constants_in'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:198:in `load_dependency'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:212:in `require'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/time_with_zone.rb:1:in `'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:212:in `require'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:212:in `block in require'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:198:in `block in load_dependency'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:554:in `new_constants_in'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:198:in `load_dependency'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:212:in `require'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/core_ext/time/zones.rb:1:in `'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:212:in `require'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:212:in `block in require'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:198:in `block in load_dependency'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:554:in `new_constants_in'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:198:in `load_dependency'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:212:in `require'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/core_ext/date/calculations.rb:3:in `'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:212:in `require'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:212:in `block in require'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:198:in `block in load_dependency'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:554:in `new_constants_in'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:198:in `load_dependency'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:212:in `require'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/core_ext/time/calculations.rb:3:in `'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:212:in `require'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:212:in `block in require'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:198:in `block in load_dependency'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:554:in `new_constants_in'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:198:in `load_dependency'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:212:in `require'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/core_ext/string/conversions.rb:3:in `'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:212:in `require'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:212:in `block in require'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:198:in `block in load_dependency'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:554:in `new_constants_in'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:198:in `load_dependency'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:212:in `require'
    from /usr/lib/ruby/gems/1.9.1/gems/activemodel-3.0.0.beta4/lib/active_model/observing.rb:5:in `'
    from /usr/lib/ruby/gems/1.9.1/gems/supermodel-0.1.3/lib/supermodel/observing.rb:4:in `'
    from /usr/lib/ruby/gems/1.9.1/gems/supermodel-0.1.3/lib/supermodel/observing.rb:2:in `'
    from /usr/lib/ruby/gems/1.9.1/gems/supermodel-0.1.3/lib/supermodel/observing.rb:1:in `'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:212:in `require'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:212:in `block in require'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:198:in `block in load_dependency'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:554:in `new_constants_in'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:198:in `load_dependency'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:212:in `require'
    from /usr/lib/ruby/gems/1.9.1/gems/supermodel-0.1.3/lib/supermodel.rb:29:in `'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:212:in `require'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:212:in `block in require'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:198:in `block in load_dependency'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:554:in `new_constants_in'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:198:in `load_dependency'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:212:in `require'
    from /usr/lib/ruby/gems/1.9.1/gems/bowline-0.9.3/lib/bowline/app_config.rb:1:in `'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:212:in `require'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:212:in `block in require'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:198:in `block in load_dependency'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:554:in `new_constants_in'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:198:in `load_dependency'
    from /usr/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:212:in `require'
    from /usr/lib/ruby/gems/1.9.1/gems/bowline-0.9.3/lib/bowline.rb:55:in `'
    from /usr/lib/ruby/gems/1.9.1/gems/bowline-0.9.3/bin/bowline-gen:3:in `require'
    from /usr/lib/ruby/gems/1.9.1/gems/bowline-0.9.3/bin/bowline-gen:3:in `'
    from /usr/bin/bowline-gen:19:in `load'
    from /usr/bin/bowline-gen:19:in `'

Error installing bowline

gem install bowline
ERROR: Error installing bowline:
activemodel requires activesupport (= 3.0.10, runtime)

How could I solve it??

Gem::DependencyError

Hello all,

I run:
gem install bowline

and I get the error:

ERROR: While executing gem ... (Gem::DependencyError)
Unable to resolve dependencies: activemodel requires i18n (~> 0.5.0)

But I've I18n 0.6.0

Can anyone help me, please?

Required gem 'json' is not installed by default

jremsikjr@pinto:~/hashrocket/app-of-bowline$ gem install bowline
**************************************************

  Thank you for installing Bowline.

  If you're on Linux, please install the WebKit library:
    sudo apt-get install libwebkit-dev

**************************************************

Successfully installed diff-lcs-1.1.2
Successfully installed extlib-0.9.15
Successfully installed templater-1.0.0
Successfully installed i18n-0.3.7
Successfully installed tzinfo-0.3.22
Successfully installed builder-2.1.2
Successfully installed memcache-client-1.8.3
Successfully installed activesupport-3.0.0.beta3
Successfully installed rubyzip2-2.0.1
Successfully installed activemodel-3.0.0.beta3
Successfully installed supermodel-0.1.3
Successfully installed bowline-bundler-0.0.3
Successfully installed bowline-0.9.3
13 gems installed

jremsikjr@pinto:/hashrocket$ bowline-gen app bow-test
/Users/jremsikjr/.rvm/rubies/ruby-1.8.7-p248/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in gem_original_require': no such file to load -- json (LoadError) from /Users/jremsikjr/.rvm/rubies/ruby-1.8.7-p248/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:inrequire'
from /Users/jremsikjr/.rvm/gems/ruby-1.8.7-p248@global/gems/activesupport-3.0.0.beta3/lib/active_support/dependencies.rb:209:in require' from /Users/jremsikjr/.rvm/gems/ruby-1.8.7-p248@global/gems/activesupport-3.0.0.beta3/lib/active_support/dependencies.rb:195:inload_dependency'
from /Users/jremsikjr/.rvm/gems/ruby-1.8.7-p248@global/gems/activesupport-3.0.0.beta3/lib/active_support/dependencies.rb:523:in new_constants_in' from /Users/jremsikjr/.rvm/gems/ruby-1.8.7-p248@global/gems/activesupport-3.0.0.beta3/lib/active_support/dependencies.rb:195:inload_dependency'
from /Users/jremsikjr/.rvm/gems/ruby-1.8.7-p248@global/gems/activesupport-3.0.0.beta3/lib/active_support/dependencies.rb:209:in require' from /Users/jremsikjr/.rvm/gems/ruby-1.8.7-p248@global/gems/bowline-0.9.3/bin/../lib/bowline/desktop/bridge.rb:1 from /Users/jremsikjr/.rvm/rubies/ruby-1.8.7-p248/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:ingem_original_require'
from /Users/jremsikjr/.rvm/rubies/ruby-1.8.7-p248/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in require' from /Users/jremsikjr/.rvm/gems/ruby-1.8.7-p248@global/gems/activesupport-3.0.0.beta3/lib/active_support/dependencies.rb:209:inrequire'
from /Users/jremsikjr/.rvm/gems/ruby-1.8.7-p248@global/gems/activesupport-3.0.0.beta3/lib/active_support/dependencies.rb:195:in load_dependency' from /Users/jremsikjr/.rvm/gems/ruby-1.8.7-p248@global/gems/activesupport-3.0.0.beta3/lib/active_support/dependencies.rb:523:innew_constants_in'
from /Users/jremsikjr/.rvm/gems/ruby-1.8.7-p248@global/gems/activesupport-3.0.0.beta3/lib/active_support/dependencies.rb:195:in load_dependency' from /Users/jremsikjr/.rvm/gems/ruby-1.8.7-p248@global/gems/activesupport-3.0.0.beta3/lib/active_support/dependencies.rb:209:inrequire'
from /Users/jremsikjr/.rvm/gems/ruby-1.8.7-p248@global/gems/bowline-0.9.3/bin/../lib/bowline.rb:37
from /Users/jremsikjr/.rvm/rubies/ruby-1.8.7-p248/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in gem_original_require' from /Users/jremsikjr/.rvm/rubies/ruby-1.8.7-p248/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:inrequire'
from /Users/jremsikjr/.rvm/gems/ruby-1.8.7-p248@global/gems/bowline-0.9.3/bin/bowline-gen:3
from /Users/jremsikjr/.rvm/gems/ruby-1.8.7-p248@global/bin/bowline-gen:19:in `load'
from /Users/jremsikjr/.rvm/gems/ruby-1.8.7-p248@global/bin/bowline-gen:19
jremsikjr@pinto:
/hashrocket$ gem install json
Building native extensions. This could take a while...
Successfully installed json-1.4.3
1 gem installed
jremsikjr@pinto:~/hashrocket$ bowline-gen app bow-test
Generating with app generator:
[ADDED] vendor
[ADDED] lib
... success!

uninitialized constant Psych::Syck

Gavin-Yaps-MacBook-Air:sts gavinyap$ sudo gem install bowline
Password:
ERROR: While executing gem ... (NameError)
uninitialized constant Psych::Syck
Gavin-Yaps-MacBook-Air:sts gavinyap$

Source is not a class (TypeError)

After downloading this code and tried to execute command "bowline-bundle install" I found error " .rvm/gems/ruby-1.9.2-p320/gems/bowline-bundler-0.0.4/lib/bowline/bundler/source.rb:6:in `module:Bundler': Source is not a class (TypeError)". Please help me.

I am using rails- 3.2.8, ruby ruby- 1.9.2p320 (2012-04-20 revision 35421) [i686-linux].

Bowline error due to changed method names in ActiveSupport::Dependencies

The following error occurs when I run the latest bowline for a simple app

gems/bowline-0.9.3/lib/bowline/initializer.rb:113:in `set_autoload_paths': 
undefined method `load_paths=' for ActiveSupport::Dependencies:Module (NoMethodError)

The reason for this is that the method load_paths has been changed to autoload_paths

doc fix, README.txt

In the README.txt file, there is the following line:

This means, if you can data in the class ...

Some word is missing after "can", probably "have".

Error when running bowline-bundle

i don't understand this error can someone pleas help me ?

/var/lib/gems/1.9.1/gems/bowline-bundler-0.0.4/lib/bowline/bundler/dependency.rb:59:in class:Dependency': undefined methodversion_requirements' for class Bundler::Dependency' (NameError) from /var/lib/gems/1.9.1/gems/bowline-bundler-0.0.4/lib/bowline/bundler/dependency.rb:4:in' from /var/lib/gems/1.9.1/gems/bowline-bundler-0.0.4/lib/bowline/bundler/dependency.rb:1:in <top (required)>' from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:inrequire' from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in require' from /var/lib/gems/1.9.1/gems/bowline-bundler-0.0.4/lib/bowline/bundler.rb:18:in' from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in require' from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:inrequire' from /var/lib/gems/1.9.1/gems/bowline-bundler-0.0.4/bin/bowline-bundle:4:in <top (required)>' from /usr/local/bin/bowline-bundle:23:inload' from /usr/local/bin/bowline-bundle:23:in `'

App will not run

script/run fails out with "Couldn't determine your source distribution for packaging runtime version 0.4.4. Please specify."

undefined method `setup'

script/run
./script/../config/boot.rb:13: undefined method setup' for Bundler:Module (NoMethodError) from script/run:2:inrequire'
from script/run:2

script did not work

localhost:helloword Brad$ ./script/run
/Users/Brad/helloword/vendor/gems/ruby/1.9.1/environment.rb:6: warning: Insecure world writable dir /usr/local/sbin in PATH, mode 040777
Setting up Bowline. This could take a while...
/Users/Brad/helloword/vendor/gems/ruby/1.9.1/gems/bowline-0.9.3/lib/bowline/initializer.rb:113:in set_autoload_paths': undefined methodload_paths=' for ActiveSupport::Dependencies:Module (NoMethodError)
from /Users/Brad/helloword/vendor/gems/ruby/1.9.1/gems/bowline-0.9.3/lib/bowline/initializer.rb:335:in process' from /Users/Brad/helloword/vendor/gems/ruby/1.9.1/gems/bowline-0.9.3/lib/bowline/initializer.rb:71:inrun'
from /Users/Brad/helloword/config/environment.rb:4:in <top (required)>' from <internal:lib/rubygems/custom_require>:29:inrequire'
from internal:lib/rubygems/custom_require:29:in require' from /Users/Brad/helloword/vendor/gems/ruby/1.9.1/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:239:inblock in require'
from /Users/Brad/helloword/vendor/gems/ruby/1.9.1/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:225:in block in load_dependency' from /Users/Brad/helloword/vendor/gems/ruby/1.9.1/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:591:innew_constants_in'
from /Users/Brad/helloword/vendor/gems/ruby/1.9.1/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:225:in load_dependency' from /Users/Brad/helloword/vendor/gems/ruby/1.9.1/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:239:inrequire'
from /Users/Brad/helloword/vendor/gems/ruby/1.9.1/gems/bowline-0.9.3/lib/bowline/tasks/misc.rake:2:in block in <top (required)>' from /Users/Brad/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rake.rb:634:incall'
from /Users/Brad/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rake.rb:634:in block in execute' from /Users/Brad/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rake.rb:629:ineach'
from /Users/Brad/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rake.rb:629:in execute' from /Users/Brad/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rake.rb:595:inblock in invoke_with_call_chain'
from /Users/Brad/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/monitor.rb:201:in mon_synchronize' from /Users/Brad/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rake.rb:588:ininvoke_with_call_chain'
from /Users/Brad/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rake.rb:605:in block in invoke_prerequisites' from /Users/Brad/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rake.rb:602:ineach'
from /Users/Brad/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rake.rb:602:in invoke_prerequisites' from /Users/Brad/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rake.rb:594:inblock in invoke_with_call_chain'
from /Users/Brad/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/monitor.rb:201:in mon_synchronize' from /Users/Brad/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rake.rb:588:ininvoke_with_call_chain'
from /Users/Brad/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rake.rb:581:in invoke' from /Users/Brad/helloword/vendor/gems/ruby/1.9.1/gems/bowline-0.9.3/lib/bowline/commands/run.rb:4:in<top (required)>'
from internal:lib/rubygems/custom_require:29:in require' from <internal:lib/rubygems/custom_require>:29:inrequire'
from /Users/Brad/helloword/vendor/gems/ruby/1.9.1/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:239:in block in require' from /Users/Brad/helloword/vendor/gems/ruby/1.9.1/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:225:inblock in load_dependency'
from /Users/Brad/helloword/vendor/gems/ruby/1.9.1/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:591:in new_constants_in' from /Users/Brad/helloword/vendor/gems/ruby/1.9.1/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:225:inload_dependency'
from /Users/Brad/helloword/vendor/gems/ruby/1.9.1/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:239:in require' from ./script/run:3:in

'
localhost:helloword Brad$

no such file to load -- active_support/core_ext/object/misc

hi,
I wanted to try out with bowline and get this error while executing bowline-gen app helloworld.

I have rvm and installed a fresh version of ruby 1.9.2-preview1. And sudo install bowline.

System:
OSX 10.5.8
rvm 0.1.26
ruby 1.9.2dev

installed gems:

activemodel (3.0.0.rc)
activesupport (3.0.0.rc)
bowline (0.9.3)
bowline-bundler (0.0.4)
builder (2.1.2)
diff-lcs (1.1.2)
extlib (0.9.15)
highline (1.6.1)
i18n (0.4.1)
rake (0.8.7)
rdoc (2.5.9)
rubygems-update (1.3.7)
rubyzip2 (2.0.1)
supermodel (0.1.3)
templater (1.0.0)

I'm not sure if its a problem using rvm with bowline.

Henning

Errorlog:
/Users/henningthies/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.rc/lib/active_support/dependencies.rb:219:in require': no such file to load -- active_support/core_ext/object/misc (LoadError) from /Users/henningthies/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.rc/lib/active_support/dependencies.rb:219:inblock in require'
from /Users/henningthies/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.rc/lib/active_support/dependencies.rb:205:in block in load_dependency' from /Users/henningthies/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.rc/lib/active_support/dependencies.rb:570:innew_constants_in'
from /Users/henningthies/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.rc/lib/active_support/dependencies.rb:205:in load_dependency' from /Users/henningthies/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.rc/lib/active_support/dependencies.rb:219:inrequire'
from /Users/henningthies/.rvm/gems/ruby-1.9.2-preview1/gems/supermodel-0.1.3/lib/supermodel.rb:12:in <top (required)>' from /Users/henningthies/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.rc/lib/active_support/dependencies.rb:219:inrequire'
from /Users/henningthies/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.rc/lib/active_support/dependencies.rb:219:in block in require' from /Users/henningthies/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.rc/lib/active_support/dependencies.rb:205:inblock in load_dependency'
from /Users/henningthies/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.rc/lib/active_support/dependencies.rb:570:in new_constants_in' from /Users/henningthies/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.rc/lib/active_support/dependencies.rb:205:inload_dependency'
from /Users/henningthies/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.rc/lib/active_support/dependencies.rb:219:in require' from /Users/henningthies/.rvm/gems/ruby-1.9.2-preview1/gems/bowline-0.9.3/lib/bowline/app_config.rb:1:in<top (required)>'
from /Users/henningthies/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.rc/lib/active_support/dependencies.rb:219:in require' from /Users/henningthies/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.rc/lib/active_support/dependencies.rb:219:inblock in require'
from /Users/henningthies/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.rc/lib/active_support/dependencies.rb:205:in block in load_dependency' from /Users/henningthies/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.rc/lib/active_support/dependencies.rb:570:innew_constants_in'
from /Users/henningthies/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.rc/lib/active_support/dependencies.rb:205:in load_dependency' from /Users/henningthies/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.rc/lib/active_support/dependencies.rb:219:inrequire'
from /Users/henningthies/.rvm/gems/ruby-1.9.2-preview1/gems/bowline-0.9.3/lib/bowline.rb:55:in <top (required)>' from /Users/henningthies/.rvm/gems/ruby-1.9.2-preview1/gems/bowline-0.9.3/bin/bowline-gen:3:inrequire'
from /Users/henningthies/.rvm/gems/ruby-1.9.2-preview1/gems/bowline-0.9.3/bin/bowline-gen:3:in <top (required)>' from /Users/henningthies/.rvm/gems/ruby-1.9.2-preview1/bin/bowline-gen:19:inload'
from /Users/henningthies/.rvm/gems/ruby-1.9.2-preview1/bin/bowline-gen:19:in `

'

no such file to load -- vendor/gems/ruby/1.9.1/environment (LoadError)

I tried to install Bowline using the doc, but when in script/run, here's the error i got :

script/run
Setting up Bowline. This could take a while...
/usr/local/lib/ruby/gems/1.8/gems/bowline-0.9.3/lib/bowline/initializer.rb:113:in set_autoload_paths': undefined methodload_paths=' for ActiveSupport::Dependencies:Module (NoMethodError)
from /usr/local/lib/ruby/gems/1.8/gems/bowline-0.9.3/lib/bowline/initializer.rb:335:in process' from /usr/local/lib/ruby/gems/1.8/gems/bowline-0.9.3/lib/bowline/initializer.rb:71:insend'
from /usr/local/lib/ruby/gems/1.8/gems/bowline-0.9.3/lib/bowline/initializer.rb:71:in run' from /home/cedric/Documents/Projects/plazyo-desktop/config/environment.rb:4 from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:ingem_original_require'
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in require' from /usr/local/lib/ruby/gems/1.8/gems/activesupport-3.0.0.rc2/lib/active_support/dependencies.rb:239:inrequire'
from /usr/local/lib/ruby/gems/1.8/gems/activesupport-3.0.0.rc2/lib/active_support/dependencies.rb:225:in load_dependency' from /usr/local/lib/ruby/gems/1.8/gems/activesupport-3.0.0.rc2/lib/active_support/dependencies.rb:591:innew_constants_in'
from /usr/local/lib/ruby/gems/1.8/gems/activesupport-3.0.0.rc2/lib/active_support/dependencies.rb:225:in load_dependency' from /usr/local/lib/ruby/gems/1.8/gems/activesupport-3.0.0.rc2/lib/active_support/dependencies.rb:239:inrequire'
from /usr/local/lib/ruby/gems/1.8/gems/bowline-0.9.3/lib/bowline/tasks/misc.rake:2
from /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:in call' from /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:inexecute'
from /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:in each' from /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:inexecute'
from /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:597:in invoke_with_call_chain' from /usr/local/lib/ruby/1.8/monitor.rb:242:insynchronize'
from /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:590:in invoke_with_call_chain' from /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:607:ininvoke_prerequisites'
from /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:604:in each' from /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:604:ininvoke_prerequisites'
from /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:596:in invoke_with_call_chain' from /usr/local/lib/ruby/1.8/monitor.rb:242:insynchronize'
from /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:590:in invoke_with_call_chain' from /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:583:ininvoke'
from /usr/local/lib/ruby/gems/1.8/gems/bowline-0.9.3/lib/bowline/commands/run.rb:4
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in gem_original_require' from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:inrequire'
from /usr/local/lib/ruby/gems/1.8/gems/activesupport-3.0.0.rc2/lib/active_support/dependencies.rb:239:in require' from /usr/local/lib/ruby/gems/1.8/gems/activesupport-3.0.0.rc2/lib/active_support/dependencies.rb:225:inload_dependency'
from /usr/local/lib/ruby/gems/1.8/gems/activesupport-3.0.0.rc2/lib/active_support/dependencies.rb:591:in new_constants_in' from /usr/local/lib/ruby/gems/1.8/gems/activesupport-3.0.0.rc2/lib/active_support/dependencies.rb:225:inload_dependency'
from /usr/local/lib/ruby/gems/1.8/gems/activesupport-3.0.0.rc2/lib/active_support/dependencies.rb:239:in `require'
from script/run:3

Any help will be appreciated, thanks

Cédric.

PS : I run under Ubuntu Linux with Ruby 1.8.7 (2009-12-24 patchlevel 248) [i686-linux], MBARI 0x8770, Ruby Enterprise Edition 2010.01

Can't run Bowline-Desktop

After ./script/run downloads and installs bowline-desktop, it exits with this error:

/home/gregf/.bowline/bowline-desktop: error while loading shared libraries: libwebkit-1.0.so.2: cannot open shared object file: No such file or directory

I have installed libwebkit-dev, and it is definitely in my path. I'm running Ubuntu 10.10 x64. Any help?

uninitialized constant Gem::VERSION

I'm running rvm'd ruby 1.9.1 on osx 10.5.8, and I've just tried to
generate a new app and run it without making any changes of my own.
e.g.

bowline-gen app myapp
cd myapp
bowline-bundle
./script/run

       uninitialized constant Gem::VERSION
/Users/leemhenson/src/github/myapp/vendor/gems/ruby/1.9.1/
environment.rb:39:in `eval'
       /Users/leemhenson/.bowline/libs/rubylib/1.9.1/rubygems/
specification.rb:443:in `initialize'
       (eval):3:in `new'
       (eval):3:in `'
       /Users/leemhenson/src/github/myapp/vendor/gems/ruby/1.9.1/
environment.rb:39:in `eval'
       /Users/leemhenson/src/github/myapp/vendor/gems/ruby/1.9.1/
environment.rb:39:in `'
       /Users/leemhenson/src/github/myapp/vendor/gems/ruby/1.9.1/
environment.rb:2:in `'
       /Users/leemhenson/src/github/myapp/vendor/gems/environment.rb:4:in
`require'
       /Users/leemhenson/src/github/myapp/vendor/gems/environment.rb:4:in
`'
       /Users/leemhenson/src/github/myapp/config/boot.rb:8:in `require'
       /Users/leemhenson/src/github/myapp/config/boot.rb:8:in `'
       /Users/leemhenson/src/github/myapp/script/init:2:in `require'
       /Users/leemhenson/src/github/myapp/script/init:2:in `'
2010-06-20 16:30:41.986 bowline-desktop[1127:180b] ***
_NSAutoreleaseNoPool(): Object 0xb492a0 of class WebView autoreleased
with no pool in place - just leaking
Stack: (0x96943f4f 0x96850432 0x95f0d696 0x95f033d1 0x95f0cf86 0xdea7f
0x7b688 0x2689b 0x189eae 0x189eeb 0x653cb 0xa8d4b 0xe6006 0x2228ac
0x223699 0x290db 0x24d5e)
2010-06-20 16:30:42.007 bowline-desktop[1127:180b] ***
_NSAutoreleaseNoPool(): Object 0xb43ac0 of class NSCFArray
autoreleased with no pool in place - just leaking
Stack: (0x96943f4f 0x96850432 0x941b3bf5 0x968970fb 0x95fc20d3
0x95f0d0e7 0xdea7f 0x7b688 0x2689b 0x189eae 0x189eeb 0x653cb 0xa8d4b
0xe6006 0x2228ac 0x223699 0x290db 0x24d5e)
2010-06-20 16:30:42.008 bowline-desktop[1127:180b] ***
_NSAutoreleaseNoPool(): Object 0xb54280 of class
__NSFastEnumerationEnumerator autoreleased with no pool in place -
just leaking
Stack: (0x96943f4f 0x96850432 0x95f14101 0x95fc23ff 0xd329d 0x653dd
0xa8d4b 0xe6006 0x2228ac 0x223699 0x290db 0x24d5e)

Still fails to run. My first bug was closed

I re-did everything and re downloaded the gem and made sure "tzinfo" was installed. the Gem that was re-downloaded was 0.9.3 again. Should this not be 0.9.4 or should I use the --pre option?

The scripts files appear to be ganged to the new 'require' though:

localhost:helloword Brad$ bowline-bundle
Calculating dependencies...
Updating source: http://rubygems.org
Updating source: http://gems.rubyforge.org
/Users/Brad/.rvm/gems/ruby-1.9.2-p0/gems/bowline-bundler-0.0.4/lib/bowline/bundler/resolver.rb:115:Warning: Gem::Dependency#version_requirements is deprecated and will be removed on or after August 2010. Use #requirement
Done.
localhost:helloword Brad$ ./script/run
/Users/Brad/helloword/vendor/gems/ruby/1.9.1/environment.rb:6: warning: Insecure world writable dir /usr/local/sbin in PATH, mode 040777
Setting up Bowline. This could take a while...
/Users/Brad/helloword/vendor/gems/ruby/1.9.1/gems/bowline-0.9.3/lib/bowline/initializer.rb:113:in set_autoload_paths': undefined methodload_paths=' for ActiveSupport::Dependencies:Module (NoMethodError)
from /Users/Brad/helloword/vendor/gems/ruby/1.9.1/gems/bowline-0.9.3/lib/bowline/initializer.rb:335:in process' from /Users/Brad/helloword/vendor/gems/ruby/1.9.1/gems/bowline-0.9.3/lib/bowline/initializer.rb:71:inrun'
from /Users/Brad/helloword/config/environment.rb:4:in <top (required)>' from <internal:lib/rubygems/custom_require>:29:inrequire'
from internal:lib/rubygems/custom_require:29:in require' from /Users/Brad/helloword/vendor/gems/ruby/1.9.1/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:239:inblock in require'
from /Users/Brad/helloword/vendor/gems/ruby/1.9.1/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:225:in block in load_dependency' from /Users/Brad/helloword/vendor/gems/ruby/1.9.1/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:591:innew_constants_in'
from /Users/Brad/helloword/vendor/gems/ruby/1.9.1/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:225:in load_dependency' from /Users/Brad/helloword/vendor/gems/ruby/1.9.1/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:239:inrequire'
from /Users/Brad/helloword/vendor/gems/ruby/1.9.1/gems/bowline-0.9.3/lib/bowline/tasks/misc.rake:2:in block in <top (required)>' from /Users/Brad/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rake.rb:634:incall'
from /Users/Brad/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rake.rb:634:in block in execute' from /Users/Brad/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rake.rb:629:ineach'
from /Users/Brad/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rake.rb:629:in execute' from /Users/Brad/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rake.rb:595:inblock in invoke_with_call_chain'
from /Users/Brad/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/monitor.rb:201:in mon_synchronize' from /Users/Brad/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rake.rb:588:ininvoke_with_call_chain'
from /Users/Brad/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rake.rb:605:in block in invoke_prerequisites' from /Users/Brad/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rake.rb:602:ineach'
from /Users/Brad/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rake.rb:602:in invoke_prerequisites' from /Users/Brad/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rake.rb:594:inblock in invoke_with_call_chain'
from /Users/Brad/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/monitor.rb:201:in mon_synchronize' from /Users/Brad/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rake.rb:588:ininvoke_with_call_chain'
from /Users/Brad/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rake.rb:581:in invoke' from /Users/Brad/helloword/vendor/gems/ruby/1.9.1/gems/bowline-0.9.3/lib/bowline/commands/run.rb:4:in<top (required)>'
from internal:lib/rubygems/custom_require:29:in require' from <internal:lib/rubygems/custom_require>:29:inrequire'
from /Users/Brad/helloword/vendor/gems/ruby/1.9.1/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:239:in block in require' from /Users/Brad/helloword/vendor/gems/ruby/1.9.1/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:225:inblock in load_dependency'
from /Users/Brad/helloword/vendor/gems/ruby/1.9.1/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:591:in new_constants_in' from /Users/Brad/helloword/vendor/gems/ruby/1.9.1/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:225:inload_dependency'
from /Users/Brad/helloword/vendor/gems/ruby/1.9.1/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:239:in require' from ./script/run:3:in

'
localhost:helloword Brad$

fullscreen

is there a way to do full screen windows?

add tzinfo to gemfile

Fresh install:
.rvm/gems/ruby-1.9.2-preview3/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:212:in `require': no such file to load -- tzinfo (LoadError)

tzinfo required/fails with osx10.6(64bit)

ahh, I just read - 64bit is not supported - anyways, maybe just as a feedback:
even if I install tzinfo (ruby-1.9.1-p378, 64bit, osx10.63),
./script/run fails for a plain app with

You don't have tzinfo installed in your application. Please add it to your Gemfile and run bundle install
no such file to load -- tzinfo

-- Frank

Error when running bowline-gen in Ruby 1.9.2 => rb_add_method: unsupported method type (8)

~/workspace/ruby ➜ bowline-gen app bowline-test
/Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.beta2/lib/active_support/core_ext/object/try.rb:29: [BUG] rb_add_method: unsupported method type (8)

ruby 1.9.2dev (2009-07-18 trunk 24186) [i386-darwin10.2.0]

-- control frame ----------
c:0035 p:---- s:0117 b:0117 l:000116 d:000116 CFUNC :alias_method
c:0034 p:0044 s:0112 b:0112 l:000111 d:000111 CLASS /Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.beta2/lib/active_support/core_ext/object/try.rb:29
c:0033 p:0009 s:0110 b:0110 l:000109 d:000109 TOP /Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.beta2/lib/active_support/core_ext/object/try.rb:1
c:0032 p:---- s:0108 b:0108 l:000107 d:000107 FINISH
c:0031 p:---- s:0106 b:0106 l:000105 d:000105 CFUNC :require
c:0030 p:0012 s:0102 b:0102 l:000085 d:000101 BLOCK /Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.beta2/lib/active_support/dependencies.rb:209
c:0029 p:0005 s:0100 b:0100 l:000090 d:000099 BLOCK /Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.beta2/lib/active_support/dependencies.rb:195
c:0028 p:0046 s:0098 b:0098 l:000097 d:000097 METHOD /Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.beta2/lib/active_support/dependencies.rb:523
c:0027 p:0041 s:0091 b:0091 l:000090 d:000090 METHOD /Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.beta2/lib/active_support/dependencies.rb:195
c:0026 p:0013 s:0086 b:0086 l:000085 d:000085 METHOD /Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.beta2/lib/active_support/dependencies.rb:209
c:0025 p:0143 s:0081 b:0081 l:000080 d:000080 TOP /Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/supermodel-0.1.3/lib/supermodel.rb:13
c:0024 p:---- s:0079 b:0079 l:000078 d:000078 FINISH
c:0023 p:---- s:0077 b:0077 l:000076 d:000076 CFUNC :require
c:0022 p:0012 s:0073 b:0073 l:000056 d:000072 BLOCK /Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.beta2/lib/active_support/dependencies.rb:209
c:0021 p:0005 s:0071 b:0071 l:000061 d:000070 BLOCK /Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.beta2/lib/active_support/dependencies.rb:195
c:0020 p:0046 s:0069 b:0069 l:000068 d:000068 METHOD /Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.beta2/lib/active_support/dependencies.rb:523
c:0019 p:0041 s:0062 b:0062 l:000061 d:000061 METHOD /Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.beta2/lib/active_support/dependencies.rb:195
c:0018 p:0013 s:0057 b:0057 l:000056 d:000056 METHOD /Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.beta2/lib/active_support/dependencies.rb:209
c:0017 p:0011 s:0052 b:0052 l:000051 d:000051 TOP /Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/bowline-0.9.3/lib/bowline/app_config.rb:1
c:0016 p:---- s:0050 b:0050 l:000049 d:000049 FINISH
c:0015 p:---- s:0048 b:0048 l:000047 d:000047 CFUNC :require
c:0014 p:0012 s:0044 b:0044 l:000027 d:000043 BLOCK /Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.beta2/lib/active_support/dependencies.rb:209
c:0013 p:0005 s:0042 b:0042 l:000032 d:000041 BLOCK /Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.beta2/lib/active_support/dependencies.rb:195
c:0012 p:0046 s:0040 b:0040 l:000039 d:000039 METHOD /Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.beta2/lib/active_support/dependencies.rb:523
c:0011 p:0041 s:0033 b:0033 l:000032 d:000032 METHOD /Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.beta2/lib/active_support/dependencies.rb:195
c:0010 p:0013 s:0028 b:0028 l:000027 d:000027 METHOD /Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.beta2/lib/active_support/dependencies.rb:209
c:0009 p:0471 s:0023 b:0023 l:000022 d:000022 TOP /Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/bowline-0.9.3/lib/bowline.rb:55
c:0008 p:---- s:0021 b:0021 l:000020 d:000020 FINISH
c:0007 p:---- s:0019 b:0019 l:000018 d:000018 CFUNC :require
c:0006 p:0043 s:0015 b:0015 l:000014 d:000014 TOP /Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/bowline-0.9.3/bin/bowline-gen:3
c:0005 p:---- s:0013 b:0013 l:000012 d:000012 FINISH
c:0004 p:---- s:0011 b:0011 l:000010 d:000010 CFUNC :load
c:0003 p:0127 s:0007 b:0007 l:002358 d:0022b0 EVAL /Users/soleone/.rvm/gems/ruby-1.9.2-preview1/bin/bowline-gen:19
c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH

c:0001 p:0000 s:0002 b:0002 l:002358 d:002358 TOP

/Users/soleone/.rvm/gems/ruby-1.9.2-preview1/bin/bowline-gen:19:in <main>' /Users/soleone/.rvm/gems/ruby-1.9.2-preview1/bin/bowline-gen:19:inload'
/Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/bowline-0.9.3/bin/bowline-gen:3:in <top (required)>' /Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/bowline-0.9.3/bin/bowline-gen:3:inrequire'
/Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/bowline-0.9.3/lib/bowline.rb:55:in <top (required)>' /Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.beta2/lib/active_support/dependencies.rb:209:inrequire'
/Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.beta2/lib/active_support/dependencies.rb:195:in load_dependency' /Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.beta2/lib/active_support/dependencies.rb:523:innew_constants_in'
/Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.beta2/lib/active_support/dependencies.rb:195:in block in load_dependency' /Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.beta2/lib/active_support/dependencies.rb:209:inblock in require'
/Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.beta2/lib/active_support/dependencies.rb:209:in require' /Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/bowline-0.9.3/lib/bowline/app_config.rb:1:in<top (required)>'
/Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.beta2/lib/active_support/dependencies.rb:209:in require' /Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.beta2/lib/active_support/dependencies.rb:195:inload_dependency'
/Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.beta2/lib/active_support/dependencies.rb:523:in new_constants_in' /Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.beta2/lib/active_support/dependencies.rb:195:inblock in load_dependency'
/Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.beta2/lib/active_support/dependencies.rb:209:in block in require' /Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.beta2/lib/active_support/dependencies.rb:209:inrequire'
/Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/supermodel-0.1.3/lib/supermodel.rb:13:in <top (required)>' /Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.beta2/lib/active_support/dependencies.rb:209:inrequire'
/Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.beta2/lib/active_support/dependencies.rb:195:in load_dependency' /Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.beta2/lib/active_support/dependencies.rb:523:innew_constants_in'
/Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.beta2/lib/active_support/dependencies.rb:195:in block in load_dependency' /Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.beta2/lib/active_support/dependencies.rb:209:inblock in require'
/Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.beta2/lib/active_support/dependencies.rb:209:in require' /Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.beta2/lib/active_support/core_ext/object/try.rb:1:in<top (required)>'
/Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.beta2/lib/active_support/core_ext/object/try.rb:29:in <class:Object>' /Users/soleone/.rvm/gems/ruby-1.9.2-preview1/gems/activesupport-3.0.0.beta2/lib/active_support/core_ext/object/try.rb:29:inalias_method'

-- C level backtrace information -------------------------------------------
0 ruby 0x000000010015d113 rb_vm_bugreport + 195
1 ruby 0x00000001000340d4 report_bug + 372
2 ruby 0x0000000100034298 rb_bug + 200
3 ruby 0x0000000100155e6f rb_alias + 319
4 ruby 0x00000001001560ab rb_mod_alias_method + 59
5 ruby 0x0000000100145512 vm_call_cfunc + 354
6 ruby 0x000000010015a204 vm_call_method + 1268
7 ruby 0x000000010014aa64 vm_exec_core + 4452
8 ruby 0x000000010015198e vm_exec + 1102
9 ruby 0x0000000100151d52 rb_iseq_eval + 306
10 ruby 0x000000010003a5f8 rb_load_internal + 296
11 ruby 0x000000010003b8cc rb_require_safe + 1052
12 ruby 0x0000000100145512 vm_call_cfunc + 354
13 ruby 0x000000010015a204 vm_call_method + 1268
14 ruby 0x000000010014e871 vm_exec_core + 20337
15 ruby 0x000000010015198e vm_exec + 1102
16 ruby 0x0000000100151d52 rb_iseq_eval + 306
17 ruby 0x000000010003a5f8 rb_load_internal + 296
18 ruby 0x000000010003b8cc rb_require_safe + 1052
19 ruby 0x0000000100145512 vm_call_cfunc + 354
20 ruby 0x000000010015a204 vm_call_method + 1268
21 ruby 0x000000010014e871 vm_exec_core + 20337
22 ruby 0x000000010015198e vm_exec + 1102
23 ruby 0x0000000100151d52 rb_iseq_eval + 306
24 ruby 0x000000010003a5f8 rb_load_internal + 296
25 ruby 0x000000010003b8cc rb_require_safe + 1052
26 ruby 0x0000000100145512 vm_call_cfunc + 354
27 ruby 0x000000010015a204 vm_call_method + 1268
28 ruby 0x000000010014e871 vm_exec_core + 20337
29 ruby 0x000000010015198e vm_exec + 1102
30 ruby 0x0000000100151d52 rb_iseq_eval + 306
31 ruby 0x000000010003a5f8 rb_load_internal + 296
32 ruby 0x000000010003b8cc rb_require_safe + 1052
33 ruby 0x0000000100145512 vm_call_cfunc + 354
34 ruby 0x000000010015a204 vm_call_method + 1268
35 ruby 0x000000010014aa64 vm_exec_core + 4452
36 ruby 0x000000010015198e vm_exec + 1102
37 ruby 0x0000000100151d52 rb_iseq_eval + 306
38 ruby 0x000000010003a5f8 rb_load_internal + 296
39 ruby 0x000000010003b2ba rb_f_load + 106
40 ruby 0x0000000100145512 vm_call_cfunc + 354
41 ruby 0x000000010015a204 vm_call_method + 1268
42 ruby 0x000000010014aa64 vm_exec_core + 4452
43 ruby 0x000000010015198e vm_exec + 1102
44 ruby 0x0000000100151bf0 rb_iseq_eval_main + 464
45 ruby 0x0000000100037ba2 ruby_exec_node + 178
46 ruby 0x0000000100039a24 ruby_run_node + 84
47 ruby 0x000000010000148f main + 79
48 ruby 0x0000000100001434 start + 52

[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: http://www.ruby-lang.org/bugreport.html

Abort trap

undefined method `autoload_paths='

Hello,
I'm using RVM and bowline/bowline-bundler (both latest git built with rake install).

ruby 1.9.1p378 (2010-01-10 revision 26273) [i386-darwin10.4.0]

*** LOCAL GEMS ***

activemodel (3.0.0.beta4)
activesupport (3.0.0.beta4)
bowline (0.9.3)
bowline-bundler (0.0.4)
builder (2.1.2)
diff-lcs (1.1.2)
extlib (0.9.15)
git (1.2.5)
highline (1.5.2)
i18n (0.4.1)
jeweler (1.4.0)
json_pure (1.4.3)
rake (0.8.7)
rdoc (2.5.9)
rubyforge (2.0.4)
rubygems-update (1.3.7)
rubyzip2 (2.0.1)
supermodel (0.1.3)
templater (1.0.0)
tzinfo (0.3.22)

This is the trace I get:
http://pastie.org/1043272

undefined method `setup' for Bundler:Module

I not really sure if this issue is about bowline or bowline-bundler (which sources I've searched without success for the setup method)... but to start I'll put this here

> ./script/run 
/Users/Elia/Desktop/tasks/config/boot.rb:13:in `<top (required)>': undefined method `setup' for Bundler:Module (NoMethodError)
from ./script/run:2:in `require'
from ./script/run:2:in `<main>'

I'm using ruby 1.9.1 (ruby 1.9.1p378 (2010-01-10 revision 26273) [i386-darwin10.3.0])

undefined method `version_requirements' for class `Bundler::Dependency' when bowline-bundle

  caojinhua:.ssh caojinhua$ rvm list

  rvm rubies

     jruby-1.6.4 [ darwin-x86_64-java ]
  => ruby-1.9.2-p180 [ x86_64 ]

  caojinhua:.ssh caojinhua$ gem install bowline
  Fetching: extlib-0.9.15.gem (100%)
  Fetching: templater-1.0.0.gem (100%)
  Fetching: rubyzip2-2.0.1.gem (100%)
  Fetching: supermodel-0.1.6.gem (100%)
  Fetching: bowline-bundler-0.0.4.gem (100%)
  Fetching: bowline-0.9.4.gem (100%)
      **************************************************

        Thank you for installing Bowline.

        If you're on Linux, please install the WebKit library:
          sudo apt-get install libwebkit-dev

      **************************************************
  Successfully installed extlib-0.9.15
  Successfully installed templater-1.0.0
  Successfully installed rubyzip2-2.0.1
  Successfully installed supermodel-0.1.6
  Successfully installed bowline-bundler-0.0.4
  Successfully installed bowline-0.9.4
  6 gems installed
  Installing ri documentation for extlib-0.9.15...
  Installing ri documentation for templater-1.0.0...
  Installing ri documentation for rubyzip2-2.0.1...
  Installing ri documentation for supermodel-0.1.6...
  Installing ri documentation for bowline-bundler-0.0.4...
  Installing ri documentation for bowline-0.9.4...
  Installing RDoc documentation for extlib-0.9.15...
  Installing RDoc documentation for templater-1.0.0...
  Installing RDoc documentation for rubyzip2-2.0.1...
  Installing RDoc documentation for supermodel-0.1.6...
  Installing RDoc documentation for bowline-bundler-0.0.4...
  Installing RDoc documentation for bowline-0.9.4...
  caojinhua:.ssh caojinhua$ bowline-gen app helloworld
  Generating with app generator:
       [ADDED]  vendor
       [ADDED]  lib
       [ADDED]  db
       [ADDED]  build
       [ADDED]  log
       [ADDED]  public
       [ADDED]  app
       [ADDED]  app/models
       [ADDED]  app/binders
       [ADDED]  app/helpers
       [ADDED]  app/windows
       [ADDED]  config
       [ADDED]  config/initializers
       [ADDED]  config/first_run
       [ADDED]  app_first_run
       [ADDED]  Rakefile
       [ADDED]  Gemfile
       [ADDED]  public/index.html
       [ADDED]  public/javascripts/application.js
       [ADDED]  public/stylesheets/application.css
       [ADDED]  script/build
       [ADDED]  script/console
       [ADDED]  script/generate
       [ADDED]  script/init
       [ADDED]  script/run
       [ADDED]  config/environment.rb
       [ADDED]  config/environments/development.rb
       [ADDED]  config/environments/production.rb
       [ADDED]  .gitignore
       [ADDED]  public/icon.png
       [ADDED]  script
       [ADDED]  public/javascripts/jquery.js
       [ADDED]  public/javascripts/jquery.chain.js
       [ADDED]  public/javascripts/superclass.js
       [ADDED]  public/javascripts/bowline.js
       [ADDED]  public/javascripts/bowline.chain.js
       [ADDED]  app/windows/main_window.rb
       [ADDED]  config/application.yml
       [ADDED]  config/database.yml
       [ADDED]  config/boot.rb
       [ADDED]  README
  caojinhua:.ssh caojinhua$ cd 
  github_rsa                 github_rsa.pub_bak-github  helloworld/                id_rsa.pub
  github_rsa.pub             github_rsa_bak-github      id_rsa                     known_hosts
  caojinhua:.ssh caojinhua$ cd helloworld/
  caojinhua:helloworld caojinhua$ bowline-bundle 
  /Users/caojinhua/.rvm/gems/ruby-1.9.2-p180/gems/bowline-bundler-0.0.4/lib/bowline/bundler/dependency.rb:59:in `<class:Dependency>': undefined method `version_requirements' for class `Bundler::Dependency' (NameError)
    from /Users/caojinhua/.rvm/gems/ruby-1.9.2-p180/gems/bowline-bundler-0.0.4/lib/bowline/bundler/dependency.rb:4:in `<module:Bundler>'
    from /Users/caojinhua/.rvm/gems/ruby-1.9.2-p180/gems/bowline-bundler-0.0.4/lib/bowline/bundler/dependency.rb:1:in `<top (required)>'
    from /Users/caojinhua/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
    from /Users/caojinhua/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
    from /Users/caojinhua/.rvm/gems/ruby-1.9.2-p180/gems/bowline-bundler-0.0.4/lib/bowline/bundler.rb:18:in `<top (required)>'
    from /Users/caojinhua/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
    from /Users/caojinhua/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
    from /Users/caojinhua/.rvm/gems/ruby-1.9.2-p180/gems/bowline-bundler-0.0.4/bin/bowline-bundle:4:in `<top (required)>'
    from /Users/caojinhua/.rvm/gems/ruby-1.9.2-p180/bin/bowline-bundle:19:in `load'
    from /Users/caojinhua/.rvm/gems/ruby-1.9.2-p180/bin/bowline-bundle:19:in `<main>'
  caojinhua:helloworld caojinhua$

Unable to run example app

I've installed by rvm ruby and then by gem bowline

when i try to do the 4th step of the example app ( the command bowline-bundle)
I get this:
corvallo@XPS-L501X:~/bowline/helloworld$ bowline-bundle
/home/corvallo/.rvm/gems/ruby-1.9.2-p290/gems/bowline-bundler-0.0.4/lib/bowline/bundler/dependency.rb:59:in <class:Dependency>': undefined methodversion_requirements' for class Bundler::Dependency' (NameError) from /home/corvallo/.rvm/gems/ruby-1.9.2-p290/gems/bowline-bundler-0.0.4/lib/bowline/bundler/dependency.rb:4:inmodule:Bundler'
from /home/corvallo/.rvm/gems/ruby-1.9.2-p290/gems/bowline-bundler-0.0.4/lib/bowline/bundler/dependency.rb:1:in <top (required)>' from /home/corvallo/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:inrequire'
from /home/corvallo/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in require' from /home/corvallo/.rvm/gems/ruby-1.9.2-p290/gems/bowline-bundler-0.0.4/lib/bowline/bundler.rb:18:in<top (required)>'
from /home/corvallo/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in require' from /home/corvallo/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:inrequire'
from /home/corvallo/.rvm/gems/ruby-1.9.2-p290/gems/bowline-bundler-0.0.4/bin/bowline-bundle:4:in <top (required)>' from /home/corvallo/.rvm/gems/ruby-1.9.2-p290/bin/bowline-bundle:19:inload'
from /home/corvallo/.rvm/gems/ruby-1.9.2-p290/bin/bowline-bundle:19:in `

'
How can I solve this
thx in advance

script/run fails

lucas@allan:~/hello$ script/run
script/run:2:in require': no such file to load -- script/../config/boot (LoadError) from script/run:2:in

'

`chmod': No such file or directory

hsli@hs-li:~/work$ bowline-gen app simple
Generating with app generator:
[ADDED] .gitignore
[ADDED] public/icon.png
/usr/lib/ruby/1.8/fileutils.rb:1217:in chmod': No such file or directory - /home/hsli/work/simple/script (Errno::ENOENT) from /usr/lib/ruby/1.8/fileutils.rb:1217:inchmod'
from /usr/lib/ruby/1.8/fileutils.rb:895:in chmod_R' from /usr/lib/ruby/1.8/fileutils.rb:1325:intraverse'
from /usr/lib/ruby/1.8/fileutils.rb:893:in chmod_R' from /usr/lib/ruby/1.8/fileutils.rb:892:ineach'
from /usr/lib/ruby/1.8/fileutils.rb:892:in chmod_R' from /usr/lib/ruby/gems/1.8/gems/bowline-0.9.3/bin/../lib/bowline/generators.rb:60:ininvoke!'
from /usr/lib/ruby/gems/1.8/gems/templater-1.0.0/lib/templater/cli/generator.rb:102:in step_through_templates' from /usr/lib/ruby/gems/1.8/gems/templater-1.0.0/lib/templater/cli/generator.rb:84:ineach'
from /usr/lib/ruby/gems/1.8/gems/templater-1.0.0/lib/templater/cli/generator.rb:84:in step_through_templates' from /usr/lib/ruby/gems/1.8/gems/templater-1.0.0/lib/templater/cli/generator.rb:75:inrun'
from /usr/lib/ruby/gems/1.8/gems/templater-1.0.0/lib/templater/cli/manifold.rb:24:in run' from /usr/lib/ruby/gems/1.8/gems/templater-1.0.0/lib/templater/manifold.rb:80:inrun_cli'
from /usr/lib/ruby/gems/1.8/gems/bowline-0.9.3/bin/bowline-gen:6
from /usr/bin/bowline-gen:19:in `load'
from /usr/bin/bowline-gen:19

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.