Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Really big struggle getting iconv gem installed on Mac OS X 10.6.4

ruby macos rubygems iconv

Rails rendering JSON response with UTF-8

Error when trying to install Byebug with bundle

ruby rubygems bundler byebug

Ruby on Rails: Model.all.each vs find_by_sql("SELECT * FROM model").each?

How to establish connection from a rake task?

Jekyll Error "Liquid Exception: undefined method `encoding' for nil:NilClass in _layouts/post.html"

What a Ruby parser would you suggest to parse Ruby sources?

ruby parsing

TSV --> CSV in Ruby

ruby csv

use browser as GUI in Ruby

Can I add a custom method to an existing Ruby class?

ruby methods

Create rails locale yaml file automatically?

Ruby graphic libraries

Rails merge array into array of arrays

ruby

Is there a way to access the keys from the values?

ruby hash key

Ruby 3.0.0 seemingly doesn't use jemalloc

ruby linux jemalloc

Ruby regex works with ruby command but not shebang

ruby regex shebang

How do you remove a route from Sinatra?

ruby routes sinatra

How to read and overwrite text file simultaneously in Ruby

ruby