Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Output a repos URLs using Octokit.rb

ruby github-api octokit

Compiling Ruby 2.1 to bytecode

ruby ruby-2.0 ruby-2.1

installing rmagick gem on windows

How to call a class's method, when any other method of the class is called (Ruby)

ruby class

Determine if one path is under another path in Ruby?

ruby

Rails 4 vendor asset images not being referenced from css files Heroku and S3

Ruby - Sequel Model to access multiple databases

Determine mysql2 server version using mysql2 Ruby gem

ruby-on-rails ruby mysql2

Iterate over arrays in liquid templates

ruby jekyll liquid

list files with different extensions from a directory

ruby-on-rails ruby

Ruby on Rails bundles downgrade

ruby-on-rails ruby

Override method_missing for class and instance methods?

ruby-on-rails ruby

sqlite3 gem compilation error

ruby macos sqlite gem

Nested forms fail when using an ActiveResource model, Rails 4

Convert executed SQL result to a list of Model object

How to change subdomain in requests test with Rspec (for API testing)

ruby-on-rails ruby rspec

Rack throwing EOFError (bad content body)

jquery ruby-on-rails ruby rack

What is the difference between alias method and alias symbol?

ruby

Kill a process called using open3 in ruby

ruby popen3

What does RACK_ENV do in a Rails application?

ruby-on-rails ruby rack