Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

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

How to have JunitFormatter output for Rspec run using Rake?

ruby rspec rake

Heroku with sinatra does not have RAILS_ROOT or Rail.root

Ruby: is there a keyword to call a method from within itself (analogous to super)?

ruby keyword