Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Accessing libraries written in OCaml and C++ from Ruby code

c++ ruby ocaml

What is a good way to memoize data across many instances of a class in Ruby?

Creating a gem for shared stylesheets and using it in a Rails application

rvmsudo command not working properly

How to get the attribute_value of a page_object element?

How to set the env['SERVER_NAME'] in rack/test?

ruby rspec sinatra rack webmock

Download a Carrierwave upload from S3

GPIO monitoring with select

ruby linux gpio

Ruby: stack level too deep (SystemStackError)

Can I use gollum to create a wiki which isn't hosted by Github?

ruby gollum-wiki

How to implement client-server API and authorisation in Ruby (Rails/Sinatra)? [closed]

How to store ruby blocks in db and use them?

ruby block

debugging a rails app with rubymine

Dynamic image versions with carrierwave

Defining class variables inside class_eval inside Module#included

ruby mongodb

How to run Ruby script with env and warnings enabled?

ruby warnings

Why does MySQL count from 1 and not 0?

php python mysql ruby

Why Module.methods() and respond_to? works differently in irb than in script?

Saving ruby's benchmark output to a file

ruby benchmarking

What are the main differences between Sinatra and Ramaze?

ruby sinatra ramaze