Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Making custom YARD markdown

ruby yard

Dynamically create a class inherited from ActiveRecord?

ruby activerecord

Wait until particular element to disappear

ruby selenium-webdriver

Rename a certain key in a hash

ruby-on-rails ruby hash

ruby require './blahblah.rb' vs require File.expand_path('../blahblah', __FILE__)

ruby

Wrong order on has_many association when upgrading from rails 3 to rails 4

Failed to build gem native extension when installing Calabash Android on Ubuntu

android ruby ubuntu calabash

Strong parameters permit Array of Arrays

Before/After methods for Ruby Minitest framework

ruby minitest

Rails select in scope

How do I use xpath on nodes with a prefix but without a namespace?

Read/WriteProcessMemory in Ruby

warden authenticate recall not getting called

How to test for mass assignment errors in Rspec and Rails 4?

ChefSpec should not test included recipe

ruby rspec chef-infra chefspec

How to use RSpec regex argument matching on certain types of arguments

Enabling `let` to assign a formal parameter in case of block passed to RSpec shared example

ruby rspec

installing nokogiri error: unrecognized command line option "-Wdivision-by-zero"

ruby rubygems nokogiri

Truncate & Simple Format String in Ruby on Rails

How to call native javascript methods from opal?

ruby opalrb