Questions tagged [zeus]

Zeus is an environment preloader for Ruby, so that your development tasks such as console, server, generate, and specs/tests take less time to load.

Zeus is an environment preloader for Ruby, so that your development tasks such as console, server, generate, and specs/tests take less time to load. See the docs for more information.

99 questions
0
votes
0 answers

Why does zeus keep crashing on OSX?

I have foreman with a Rails 4.2 app. The Procfile.development file is: zeus: echo "Starting Zeus..." && zeus start &> /dev/null web: sleep 1 && zeus s redis: redis-server sidekiq: bundle exec sidekiq the command I use to start the Rails app is…
Nona
  • 5,302
  • 7
  • 41
  • 79
0
votes
1 answer

How to connect rails application(locally run on zeus) in another machine using IP?

I am using two rails applications, running both with rails s and zeus s -p3001 locally. When I am trying to run my application in another machine, the server started with webbrick is running fine on another system but couldnot run zeus. PLease help…
venkat
  • 796
  • 1
  • 10
  • 28
0
votes
1 answer

Zeus returning warning for a parallel rspec tests

I'm trying to make my rails development process faster with zeus. So, I installed zeus & parallel_tests gems. All of them working good, but when I'm trying to connect this to gems via zeus-parallel_tests gem, I get this annoying warnings every…
Alex Antonov
  • 14,134
  • 7
  • 65
  • 142
0
votes
0 answers

Why "rake test" and "rake test:functionals" give different results?

I've had a weird event of having rake test and rake test:functionals producing different results on a Rails 3 app that uses fixtures to insert test database records. The first group was failing on one of the controller tests, while the other one was…
sakovias
  • 1,356
  • 1
  • 17
  • 26
0
votes
1 answer

ERROR - Guard::RailsAssets failed to achieve its , exception was (Rails 4/ zeus/guard)

I am getting this error whenever I load Guard and I think it fails to precompile locally my assets due to this. When I load guard with $ guard I get: 16:55:35 - ERROR - Guard::RailsAssets failed to achieve its , exception was: >…
Mathieu
  • 4,587
  • 11
  • 57
  • 112
0
votes
1 answer

ERROR - Could not load 'guard/rails-assets' or' ' find class Guard::RailsAssets (Rails 4/ zeus/guard)

I had a running app with no problem and just did bundle update and bundle install and now. I had not bundle updated for the past 4 months I think. and now when I run $ guard, I have this error: ERROR - Could not load 'guard/rails-assets' or' '…
Mathieu
  • 4,587
  • 11
  • 57
  • 112
0
votes
2 answers

Wordpress and Joomla Permalinks plus domain redirect to specific subdirectory on Zeus

Here's what I'm trying to do: joomla in 1 subdirectory, wordpress in another. mysite.com directs to the joomla directory mysite.com/blog gives wordpress. I would also like to use seo friendly permalinks for both. I am using Zeus Linux shared hosting…
moss
  • 1
0
votes
1 answer

zeus test_helper with rails engine

How can I modify my zeus.json file to run rspec tests in an engine I am developing alongside my application? My Rails app looks something like this: /config /engines /engine <-- this is the engine I'm developing inside the parent app /spec…
typeoneerror
  • 55,990
  • 32
  • 132
  • 223
0
votes
1 answer

How to run thor through zeus

I'd love to run my Thor commands through a Zeus environment. Has anyone managed to do this? Someone mentioned that you can add a command in a thor.json file, http://railscasts.com/episodes/412-fast-rails-commands?view=comments but I don't really…
johngeorgewright
  • 1,005
  • 1
  • 9
  • 19
0
votes
1 answer

Editing Zeus for Redis

Is there a way to run zeus start and zeus will not only boot up rails, but redis as well? I would do this in custom_plan.rb and on CustomPlan#boot, but I don't know how to start redis from within here.
BenMorganIO
  • 2,036
  • 17
  • 37
0
votes
1 answer

how to get zeus to boot passenger standalone by default instead of webrick?

Upon starting zeus & running zeus s, rails server boots with the default WEBrick web server. How can zeus be customized so that it boots passenger standalone by default. (I have passenger standalone working in development environment, i can boot…
krok
  • 143
  • 7
0
votes
0 answers

Using heroku_san gem, rake logs:tail can't quit

Using iTerm2 on Mountain Lion, how can I stop the tail of logs on heroku? Ctrl-C doesn't work. Workaround is to kill the process id, but that is pretty inconvenient. I opened an issue for this:…
justingordon
  • 12,553
  • 12
  • 72
  • 116
0
votes
1 answer

vagrant and zeus configuration doesn't work properly

I'm using zeus ruby gem on a vagrant for development the problem is that running any of the following commands zeus start env ZEUSSOCK=/home/vagrant/zeus.sock zeus start env ZEUSSOCK=/tmp/zeus.sock zeus start export ZEUSSOCK=/tmp/zeus.sock zeus…
a14m
  • 7,808
  • 8
  • 50
  • 67
0
votes
1 answer

Rails / Zeus: "MiniTest v5.0.8 is out of date" error

I recently set up Zeus and Minitest for testing a Rails app. However, I got the following error: leo% zeus test /Users/leo/.rvm/gems/ruby-1.9.3-p125@backscratchers/gems/turn-0.9.6/lib/turn/minitest.rb:23:in `': MiniTest v5.0.8 is out…
Leo
  • 4,217
  • 4
  • 25
  • 41
0
votes
0 answers

Every zeus command hangs

I installed zeus, (included it in the Gemfile because I need to use it for guard). Now every command I run with zeus freeze. If I kill zeus, the command will abort and will give the following error zeusclient.go:86: EOF Running bundle exec guard…
THpubs
  • 7,804
  • 16
  • 68
  • 143