Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

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

In Rails, should I use the generators?

Accessing main app's CanCan rules from within Rails 3.1 engine

Ruby gsub doesn't change the content while setting the content does

ruby nokogiri gsub

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