Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Why is there a String#replace in Ruby?

ruby string replace

Is it possible to create a nil value in an array using %w[] shorthand?

ruby arrays

Adding short strings to a set in Ruby is slow

ruby performance set

Guard executes shell scripts twice

ruby guard

How can I extend an object in ruby with a module whose name is given in a parameter?

ruby inheritance

Making ruby gems respond to terminal commands

ruby rubygems terminal gem rvm

Using scope to return results within multiple DateTime ranges in ActiveRecord

Ruby pass self as instance in initialize

ruby

Authorizing Namespaced and Nested controllers using CanCan

I am getting this gem install error for kgio gem when i do a bundle install

What are best ways to consolidate instance variables (to pass data from controller to the view) in Rails?

RegEx calculating number of distinct permutations

php ruby regex

Object#method and dynamic responders

ruby method-missing

Using guard-minitest on a single Ruby file

ruby testing guard minitest

Ruby Koans: regex parentheses "capture" matched content?

ruby

Undefined method 'each' for Student:Class

No route matches - Rails

Using a Ruby script to login to a website via https

Can I update to Ruby 2.1.2 using Rails 3.2.3?

What is the best way to convert a Ruby string range to a Range object

ruby