github / janky

Continuous integration server built on top of Jenkins and Hubot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deploying to heroku from windows not working

sdmajor opened this issue · comments

Seems to be something with the rake file... janky and its documentation have also been rather frusterating compared to installing Hubbot

Stephen@ASUS-7 ~/Dropbox/git/home/janky (master)
$ heroku run rake db:migrate
autoupdating
Running rake db:migrate attached to terminal... up, run.1
Support for Ruby versions lesser than 1.9.3 is deprecated and will be removed in Janky 1.0.
rake aborted!
C:/Users/Stephen/Dropbox/git/app/config is not a directory

(See full trace by running task with --trace)

here is with the trace:

Stephen@ASUS-7 ~/Dropbox/git/home/janky (master)
$ heroku run rake db:migrate --trace
autoupdating
Running rake db:migrate --trace attached to terminal... up, run.1
Support for Ruby versions lesser than 1.9.3 is deprecated and will be removed in Janky 1.0.
rake aborted!
C:/Users/Stephen/Dropbox/git/app/config is not a directory
/app/vendor/bundle/ruby/1.9.1/gems/janky-0.9.13/lib/janky.rb:116:in setup' /app/config/environment.rb:2:in<top (required)>'
/app/Rakefile:1:in require' /app/Rakefile:1:in<top (required)>'
/app/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/rake_module.rb:25:in load' /app/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/rake_module.rb:25:inload_rakefile'
/app/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:501:in raw_load_rakefile' /app/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:82:inblock in load_rakefil
e'
/app/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:133:in standard_exception_h andling' /app/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:81:inload_rakefile'
/app/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:65:in block in run' /app/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:133:instandard_exception_h
andling'
/app/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:63:in run' /app/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/bin/rake:33:in<top (required)>'
/app/vendor/bundle/ruby/1.9.1/bin/rake:19:in load' /app/vendor/bundle/ruby/1.9.1/bin/rake:19:in

'

rake file:

require File.expand_path("../config/environment", FILE)
require "janky/tasks"

You must install and use ruby 1.9.3.