Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Ruby method-calling hierarchy

ruby

Can't read files from amazon s3 bucket using aws_s3 (ruby gem) in correct encoding?

ruby encoding amazon-s3

Can I get the base URL of my Rack service outside of a request handler?

ruby rack

bundle install issue with libv8 and rails

ruby-on-rails ruby gem bundler

Trigger another route with a query string inside Sinatra

ruby sinatra jruby

R or another robust Ruby math lib on Heroku?

ruby-on-rails ruby r math heroku

Ruby: unescape unicode string

ruby string unicode

C++ Ruby Extension with External Libraries

c++ ruby linker

Why does gem persist in installing to ~/.rvm after I've moved to rbenv?

ruby rvm rbenv

Why does Ruby 1.9.2 give a syntax error for: puts(true and false)?

ruby

Why do I get a undefined method `join' for nil:NilClass error?

ruby-on-rails ruby

How is the value of a begin block determined?

ruby expression block

How to test JavaScripts without to delete the `test` database data?

Connect to uncertified host via FTP over TLS/SSL

ruby ftp ftps

Ruby Version Manager broke my $PATH

ruby macos bash rvm

Ruby i/o performance - reading file char by char

ruby performance io

How to control bracket position on ActiveRecord query with `OR` clause

sql ruby-on-rails ruby

How to auto reconnect Rails 6 PostgreSQL connection?

How to get attributes that were defined through attr_reader or attr_accessor

ruby metaprogramming

Ruby multiline block without do end

ruby