Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Testing sidekiq perform_in with RSpec 3

Mongoid: Query based on size of embedded document array

Nokogiri Ruby - Remove the <!DOCTYPE ... > from the output html

ruby nokogiri

What data structure are Ruby arrays?

ruby arrays

Ruby - how to thread across cores / processors

ruby multithreading sockets

Rails 4 - How to match routes in namespace

Neo4j.rb create unique relationship

In Ruby, group_by where I know there's only 1 element per group

ruby

use .try function with .map function in ruby

ruby

Ruby on Rails Seed Data

Elegant Rails: multiple routes, same controller action

ruby-on-rails ruby

How do you check an array for a range in Ruby?

ruby arrays

How to test if a method call with arguments happened in RSpec

ruby-on-rails ruby rspec

Ruby / Rails find file with name like

ruby-on-rails ruby

why do I get "200 Type set to I. (Net::FTPReplyError)"

ruby

Disable Rubocop argument list length

ruby rubocop

Securely Display an Image Uploaded with paperclip gem

How can I setup a local SSL certificate and a Rails application?

Why do you have to specify 2 arguments explicitly to curry :>

ruby

"Web console is activated in the test environment" when testing app

ruby-on-rails ruby