Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How do I shuffle the order of an array in Jekyll?

ruby jekyll liquid

Working twitter-typeahead example?

Testing abstract classes in Rspec

ruby rspec

Rails devise disable password recovery for certain user types

Array of integers into array of ranges

ruby arrays range

Stubbing instance variables in RSpec 3.2

ruby-on-rails ruby rspec

Can Nokogiri interpret javascript? - Web Scraping

What are `\.` and `i` in a regular expression?

ruby regex literals

What is the use of assert_predicate in MiniTest?

ruby minitest

ActionController::UrlGenerationError: No route matches when trying to test the controller

ruby-on-rails ruby

Count how many times a method can be called until it returns nil

ruby

One-line `if` return statement with two actions

ruby coding-style

Explanation of the @ variables inside Rails models

How to properly debug with Capybara/Poltergeist?

ruby capybara poltergeist

Understanding Rails Instance Variables

ruby-on-rails ruby

How does Ruby's array work?

arrays ruby

How to parse JSON response in Ruby

json ruby

Generating random number of length 6 with SecureRandom in Ruby

How to install Nokogiri with Rails on Ubuntu 16.04

ActionController::InvalidAuthenticityToken in Rails 5

ruby-on-rails ruby