Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How to safely let users run arbitrary Ruby code?

ruby

Make FalseClass behave like TrueClass with meta programming

ruby

Can I use Ruby and Python together?

python ruby

Multiple user roles in Ruby on Rails

Can't gem install rails

Is there a way to set the value of $? in a mock in Ruby?

ruby testing ruby-mocha

Class static instance initializers (i.e. factory methods) in Ruby

ruby static initialization

Amazon Product API and Rails

ruby-on-rails ruby amazon

UK Train information API?

c# java ruby web-services

why #!/usr/bin/env ruby doesn't work in crontab?

Using RVM in eshell of Emacs

ruby emacs ubuntu rvm eshell

How do I create a checkmark in unicode?

ruby-on-rails ruby

Active Resource responses, how to get them

How could a Ruby process put limit to its CPU usage?

ruby performance

How do I limit the number of times a block is called?

ruby block

Ruby Koans - Regex and .sub: Don't understand reason behind answer

ruby regex

How to move attributes in Ruby hash "up" one level

ruby

Rails website documentation for an older version

ruby-on-rails ruby

Why can't I require a file in the parent directory in ruby?

ruby require load-path

Can I dynamically define a Ruby method that takes a block?