StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Dave Schweisguth

Rating
1575.64 (3,419th)
Reputation
26,066 (4,897th)
Page: 1 2 3 4 ... 11
Title Δ
What does the comment "frozen_string_literal: true" do? 0.00
How to obtain the order in which tests are executed when running RS... 0.00
How do I return an existing instance from factory_girl create? 0.00
Why does storing intermediary sums break my use of Ruby's injec... 0.00
Why does one method return an array while the other doesn't? 0.00
What is the difference between TeamCity's build templates and m... 0.00
How can continuous integration and manual testing work together? 0.00
rspec-html-matchers finds html and body tags in HTML without them 0.00
When would an ActiveRecord relationship not be dependent: :destroy? +0.38
How to mock message chaining with RSpec? 0.00
How can CircleCI build successfully with no tests? 0.00
Undefined method response when using let and subject in RSpec +0.39
How can I run a method at the end of a file from a gem? -0.35
Is /etc/irbrc installed by OS X? Does irb read it? 0.00
Navigating Ruby source code +1.22
Is 'require' preferrable to 'autoload' with Ruby 2... 0.00
How to generate a temporary file for use in a unit test? 0.00
Running RSpec for Rails project from within sub-project 0.00
Require a specific version of RubyGems +1.50
Anti-if purposes: How to check nulls? +0.27
Undefined method `<<' for nil:NilClass (NoMethodError) 0.00
How to call the other of two similar routes in an RSpec controller... 0.00
How do I create a unit test where the answer needs to be rounded up? 0.00
Refactoring nested loops in a Ruby method that exports to CSV 0.00
Most efficient way to find random item not present in join table an... 0.00
rails generate cucumber:install fails with "Could not load gen... 0.00
How to identify the route being called in a RSpec controller spec 0.00
How to count RSpec examples filtered with :focus in a git hook? -0.45
How to stub requests on domain or after method? 0.00
Exporting database from development to production 0.00
Using RSpec/webmock to stub requests for various status codes 0.00
How to test this CSV import rake task? 0.00
Difference between pattern syntax in RSpec::Core::RakeTask and Path... 0.00
Sorting by `sum` of related objects 0.00
How to write specs for a model that validates only one of the two a... 0.00
Ruby Error: Undefined Method `name' for nil:NilClass 0.00
How do I randomize the ordering of results from a Rails finder meth... 0.00
How to interleave multiple ActiveRecord association queries? -0.62
expect(Class).to receive(:x).with(hash_including(y: :z)) doesn'... 0.00
Why do I get "undefined method 'model_name' "? 0.00
What is this anti-pattern called? +0.11
Ruby : sanitize CSV with irregular fields -0.32
Advancing Vowel to the Next Vowel in Ruby +0.83
How to display an attribute of the the next record in an ActiveReco... 0.00
How to reuse one association in another in Rails 4.2.1? 0.00
How can I capture or enforce REST API coverage from Java unit tests? 0.00
How to create models in context with factory_girl? 0.00
How to use &proc argument inside method +0.36
Software testing - Which of the following sets of values will achie... 0.00
Why do these RSpec examples fail? -0.10