bowline-twitter
bowline-twitter copied to clipboard
Bowline Twitter client
If not, it would be great to archive the repo so that it readily appears as no longer maintained in GitHub searches. https://help.github.com/articles/archiving-a-github-repository/
Hi, im using RVM in MacOSx and had this problem when i try install with bundler: bowline-bundle install /Users/rtoledo/.rvm/gems/ruby-1.9.2-p136@bowline/gems/bowline-bundler-0.0.4/lib/bowline/bundler/dependency.rb:59:in `': undefined method`version_requirements' for class `Bundler::Dependency' (NameError) from /Users/rtoledo/.rvm/gems/ruby-1.9.2-p136@bowline/gems/bowline-bundler-0.0.4/lib/bowline/bundler/dependency.rb:4:in`module:Bundler' from /Users/rtoledo/.rvm/gems/ruby-1.9.2-p136@bowline/gems/bowline-bundler-0.0.4/lib/bowline/bundler/dependency.rb:1:in...
dao01@eyun03-laptop:~/RUBY/BOWLINE/bowline-twitter$ bundle exec script/run no such file to load -- bowline /home/dao01/RUBY/BOWLINE/bowline-twitter/config/boot.rb:11:in `require' /home/dao01/RUBY/BOWLINE/bowline-twitter/config/boot.rb:11:in`' /home/dao01/RUBY/BOWLINE/bowline-twitter/config/environment.rb:2:in `require' /home/dao01/RUBY/BOWLINE/bowline-twitter/config/environment.rb:2:in`' /home/dao01/RUBY/BOWLINE/bowline-twitter/script/init:2:in `require' /home/dao01/RUBY/BOWLINE/bowline-twitter/script/init:2:in`' =-=-= but... bowline sound like a good idea !
I cloned this git repository, executed `bundle install` and then tried to run this app: ``` % script/run Setting up Bowline. This could take a while... /Users/sema/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rake.rb:2482:in `const_missing': uninitialized constant...
Hi, I'm trying to learn the basic twitter app using bowline. Im running on an Ubuntu 9.04 and have installed Ruby 1.9. Everything in the installation worked as described, even...