Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Selenium::WebDriver::Error::WebDriverError: unable to connect to chromedriver

ruby macos watir

Rails: Undefined method `truncate' for main:Object

ruby-on-rails ruby

ruby code to download a file from url with basic authentication

ruby-on-rails ruby

Including a module in a Rails 5 Application Record class

Trying to install libsndfile on Ubuntu 16

ruby ubuntu libsndfile

ActiveRecord - find records that its association count is 0

Updated to High Sierra and having trouble running compass

ruby sass compass

NameError: uninitialized constant FileUtils

ruby

rails inverse of a scope

How do I raise an exception if an evaluation returns nil in Ruby?

ruby

Rails counter cache with condition

What's the proper way to parse a very large JSON file in Ruby?

json ruby

Error upgrading ruby version: undefined method `yaml_as'

ruby-on-rails ruby

Why is Heroku's heroku-18 stack only compatible with Puma versions 3.7.x?

ruby heroku rubygems puma

How to provide defaults value for partial parameters in Rails?

Remove all a tags from string

How to make a ruby case statement use equals to (==) rather than threequals (===)

ruby

Complex number literal

Unable to activate concurrent-ruby-ext-1.1.3, because concurrent-ruby-1.1.4 conflicts with concurrent-ruby (= 1.1.3) (Gem::ConflictError)

ruby-on-rails ruby rubygems

Updating from FactoryGirl to factoryBot results in NoMethodError

ruby rspec factory-bot