Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How can I get XML sub-tags using a regexp for its contents without knowing it's name

ruby xml regex xpath nokogiri

Ruby variable initialisation

ruby variables

merge some complex hashes in ruby

ruby hash hash-of-hashes

How can I get Hpricot to play nice with HTML5?

PostgreSQL queries are gobbling up VM

Using ActionMailer to send mail at chosen times?

How to check ruby version inside docker container

ruby-on-rails ruby bash docker

Overriding instance variable array's operators in Ruby

Twitter bootstrap - show modal by clicking on a link

Parsing JSON feed with Ruby for use in Dashing Dashboard

python json ruby dashing

How do I get a view_context in my controller specs for testing active model serializers

JRuby, Warbler, and Java's CLASSPATH

java ruby jar classpath jruby

What are the long-term consequences of using "sudo gem update"?

ruby rubygems rvm

Retrieve Decrypted Blame Info from SonarQube and SCM-Activity Plugin

Running cucumber tests in vim or macvim

ruby testing vim cucumber macvim

Pass variables between separate instances of ruby (without writing to a text file or database)

ruby global-variables ipc

Allow an action once per session

ruby-on-rails ruby session

Rails: Image cropping with Paperclip, S3 and RMagick

Vagrant: Setting a VM's MAC address in a private_network (hostonly)

In Ruby, is there a way to find the class that responds to a method call?

ruby introspection