Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

NoMethodError: undefined method `yesterday' for Date:Class

ruby date

How can I remotely inspect the data in my RedisCloud DBs?

ruby heroku redis

Using more than one delimiter for .split method in Ruby

ruby arrays split delimiter

How to change step value inside the loop?

ruby loops

Ruby google_drive gem oAuth2 saving

ruby oauth google-drive-api

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