Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How to transfer basic objects between Ruby and Python?

python ruby serialization

How to test file creation with RSpec?

ruby file-io rspec

Reading and writing Excel files using Ruby on a server without Excel installed

ruby excel

Connecting to web services using Rails (HTTP requests)?

Check if a string variable is in a set of strings

ruby

What is a good approach for extracting keywords from user-submitted text?

Rails wraps fields with errors by div

Concept of Modules in php similar to Ruby

php ruby

Ruby popen3 and ANSI colour

ruby colors ansi-escape

How to count and check passed arguments?

ruby bash command-line

Measure user time or system time in Ruby without Benchmark or time

ruby print selected lines of text in between 2 strings

ruby regex

Heroku Cedar - no static assets for mounted Resque front-end

Heroku production.log file location

ruby file heroku logging

in ruby, why doesn't defined? work as one would expect when used with ensure

ruby

Heroku, Devise: Getting 'NoMethodError (undefined method `to_key' for :user:Symbol)'

how to authorizate use google-api-ruby-client

ruby oauth google-api

Uninitialized constant ActionDispatch::Routing::Routes (NameError)

Multiply every element of an n-dimensional array by a number in Ruby

Stubbing/mocking global constants in RSpec

ruby rspec