search for: latest_release

Displaying 2 results from an estimated 2 matches for "latest_release".

2012 Dec 05
3
Fwd: Issue starting unicorn with non-ActiveRecord Rails app
...ruby/1.9.1/bin/unicorn_rails:23:in `<main>'' This repeats until I kill Unicorn. If you''re curious, the way I''m starting Unicorn in the deploy file is as follows: set :unicorn_rails, "#{deploy_to}/shared/bundle/ruby/1.9.1/bin/unicorn_rails" run "cd #{latest_release} && bundle exec \"#{unicorn_rails} -c #{deploy_to}/current/config/unicorn.rb -D -E #{rails_env}\"" Incidentally, if there''s a standard Unicorn include file for Capistrano so I don''t have to specify my own tasks to start and stop it, I''d be grateful...
2007 Nov 09
26
RSpec on Rails 2.0
I have a project on edge rails that I''m trying to convert from Test:Unit to rspec. I have the rspec gem version 2338, the rspec and rsepc_on_rails version 2831 in vendor/plugins, and rails version 8117 in vendor/rails. I''ve been able to get a few specs passing, have gotten the specs running from autotest, and am able to do "rake spec:doc" and get the basic command