Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

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

let() value cached across examples when before(:all) is used?

ruby testing rspec

Chef passing revision variable to deploy resource

ruby git deployment chef-infra

How to metaprogramatically define typecasting attribute readers/writers in Ruby

ruby metaprogramming

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