Note that there are some explanatory texts on larger screens.

plurals
  1. POStarting Foreman app in Ruby for Heroku installl
    text
    copied!<p>I'm trying to deploy a simple app, getting started on Heroku/Cedar but it's imposible in Windows. Getting next error running 'foreman start', and also an error doing 'bundle install' and I'm stuck with it. In <a href="https://stackoverflow.com/questions/6913529/problem-with-starting-foreman-for-clojure-app">this post</a> they conclude it's imposible to work with it in windows, but I know people are working in Windows with the current version, so I don't know how they do it, if they use another gem instead of 'foreman'. I'm really new into this, so I can't manage a solution/workaround.</p> <pre><code>c:\workspace\rorprueba&gt;ruby -v ruby 1.9.2p290 (2011-07-09) [i386-mingw32] c:\workspace\rorprueba&gt;gem list | grep heroku heroku (2.18.1) c:\workspace\rorprueba&gt;foreman start C:/RailsInstaller/Ruby1.9.2/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': no such file to load -- pty (LoadError) from C:/RailsInstaller/Ruby1.9.2/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require' from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/foreman-0.32.0/lib/foreman/engine.rb:5:in `&lt;top (required)&gt;' from C:/RailsInstaller/Ruby1.9.2/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require' from C:/RailsInstaller/Ruby1.9.2/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require' from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/foreman-0.32.0/lib/foreman/cli.rb:2:in `&lt;top (required)&gt;' from C:/RailsInstaller/Ruby1.9.2/lib/ruby/site_ruby/1.9.1/rubygems/custo m_require.rb:36:in `require' from C:/RailsInstaller/Ruby1.9.2/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require' from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/foreman-0.32.0/bin/foreman:5:in `&lt;top (required)&gt;' from C:/RailsInstaller/Ruby1.9.2/bin/foreman:19:in `load' from C:/RailsInstaller/Ruby1.9.2/bin/foreman:19:in `&lt;main&gt;' </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload