zeus Questions
5
Solved
Zeus is a great tool when working on a fairly large Rails projects to lower the load time of Rails application and running the test suite. However after sometime I have started to face this problem...
Difficile asked 13/7, 2013 at 12:32
0
Context
I'm Dockerizing the development environment for a legacy Rails monolith, using a Dockerfile written for local env + docker-compose using that image to start different services.
Goal
I would...
Ufo asked 29/1, 2021 at 15:7
4
I'm using the following:
Rails 4.1.1
guard-zeus 2.0.0
rspec-rails 3.0.1
Out of box default rails g rspec:install and guard init
When I run guard and save a spec file, I get the error:
undefine...
Awildaawkward asked 19/9, 2014 at 18:6
4
So I'm trying to improve my test execution time, and have been following some of the excellent advice out there (most notably, Railscasts 412).
Zeus seems to be working fine (other than the weirdn...
Groundsill asked 16/1, 2014 at 18:39
2
Solved
With rspec-rails 3.0+ the test setup is split into spec_helper and rails_helper and I noticed that the generated spec_helper does not require 'rspec/rails'.
This causes zeus to crash:
spec_helper...
Naji asked 27/9, 2014 at 10:53
2
Solved
In my Rails 3.2.13 app, I'm using Zeus. In the test environment I use PostgreSQL. When I run Cucumber and then RSpec (or the other way around), 9 out of 10 times I get the message:
PG::Error: ERRO...
Ogdoad asked 12/7, 2013 at 13:4
1
Solved
Now with Spring built-in with rails 4.1, I am curious about why the dev-team chose Spring over the others (Zeus and Spork).
Why did they choose Spring?
Ticklish asked 14/4, 2014 at 21:8
2
I have:
RSpec.configure do |config|
config.include FactoryGirl::Syntax::Methods
end
which properly work with simple rspec spec/model/user_spec.rb (allows me to use create(:user), not FactoryGir...
Cheesewood asked 13/3, 2013 at 8:59
1
I'm running in to a situation which seems to happen to many users of Zeus and RSpec.
Let's say I have the following spec:
# spec/views/messages/show.html.erb
require 'spec_helper'
describe "mes...
Floweret asked 7/6, 2013 at 17:19
1
Solved
When I run this command: rspec spec/controllers/messages_controller_spec.rb
I get this:
Finished in 0.54446 seconds
2 examples, 0 failures
Randomized with seed 6226
It's good.
However ...
Hutton asked 21/5, 2013 at 8:26
1
Solved
What I want to do is to run rails console test but with Zeus gem, something like: zeus console test
Thanks a lot in advance!
Playwright asked 25/4, 2013 at 16:40
2
Solved
(Update: Problem caused by zsh, see accepted answer)
Long ago, I followed this great guide to using Rbenv with bundler https://gist.github.com/1384279 and all was well in Ruby Land. (I installed i...
1
Solved
It's weird issue, zeus start running smoothly.
rspec spec/ does it's job flawless.
My spec_helper config is
# encoding: UTF-8
require 'rubygems'
# This file is copied to spec/ when you run 'rai...
Operand asked 25/12, 2012 at 12:14
2
Solved
We are building an ASP.NET MVC application which will be deployed behind a hardware load balancer that supports, among other things, caching.
Our proposal is to manually define which URL patterns ...
Mohr asked 12/2, 2010 at 10:0
1
© 2022 - 2024 — McMap. All rights reserved.