Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How do I use custom delayed_job jobs with ActiveJob?

Loading class descendants in rails development

ruby-on-rails ruby

RSpec 3: expect object.do_something to NOT raise a particular kind of error

ruby rspec3

How can I mock with a block in minitest?

ruby unit-testing tdd minitest

Invalid timezone

ruby-on-rails ruby time

Accessing helpers from the parent app in an isolated Rails engine

Rails clockwork not running code

encode_www_form converting space to + instead of %20

Program to change vowel to its index number in string in Ruby

ruby

What meaning does it have when I put a space within a range quantifier in a regex?

ruby regex literals

Know what event triggered the after_commit of an ActiveRecord model

Rails 5 test global setup and teardown

ruby-on-rails ruby

How to solve Rubocop respond_to_missing? offence

ruby rubocop

How to check if a value is valid input for Integer(), Float() or Rational()?

ruby type-conversion

Can pundit policies be loaded from database?

How to switch bundler version?

ruby bundle

Capybara error: Selenium::WebDriver::Error::ElementNotVisibleError: element not visible

Ruby hook for method defined?

ruby

How to calculate specific rating count hash in ruby on rails?

Hash destructuring in Ruby 3

ruby