Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Specifying a default value for a setter method

ruby

How to include Custom exception in Rails?

ruby-on-rails ruby

How can I skip some setup for specific Rspec tags?

ruby rspec

Hash[] vs to_h, are they the same, and if so which is better?

ruby hash

Bundler is using a binstub that was created for a different gem.

ruby-on-rails ruby bundler

ruby Enumerable#first vs #take

ruby

Rails I18n translations scoping

AWS SDK v2 for s3

Phusion Passenger 4 & nginx cannot see environment variables in Ubuntu Linux

ruby-on-rails ruby nginx

Run gem from local source code

ruby

What is the capybara equivalent for Minitest's assert_select?

Collecting results for Ruby Parallel Gem

How to make Ruby on Rails create SQLite database with foreign keys enabled?

How To Decrypt AWS Ruby Client-side Encryption in Python

How to Access Ruby Session Variable in Javascript

javascript ruby session

Changing the background color of a pdf with Prawn?

ruby prawn

Using Whenever gem with Rails Active Job to schedule a batch email job

No Procfile detected, using the default web server (webrick)

Rails - How do I use application.html.erb in my custom layout?

How to use dynamic values with RSpec mocks?

ruby rspec mocking