Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

ruby on rails: heroku: Missing `secret_key_base` for 'production' environment

gsub remove everything before the first comma

ruby regex gsub

Can I automate Chrome request blocking using Selenium-webdriver for Ruby?

Why does rubocop's Rails/FilePath cop recommend Rails.root.join

ruby rubocop

Get emoji flag from country code in Ruby

ruby unicode emoji

Convert duration in seconds to hours and minutes and skip empty values

regex ruby

How to determine the class from which a specified method originated?

ruby

Key based authenication with net-sftp in Ruby

ruby ssh sftp ironruby

How to improve jRuby load time?

ruby performance jvm jruby

Substitute all matches with values in Ruby regular expression

ruby regex

How would I break up and extract an array from an array-of-hashes in Ruby on Rails?

ruby-on-rails ruby arrays hash

Ruby: Is it possible to set the value of a instance variable where the instance variable is named via a string?

ruby

Bluecloth v2.0.10 with windows 7 not working

I can't install sqlite3 gem for Ubuntu 10 [duplicate]

ruby ubuntu sqlite

What does Bundler offer over RVM?

Handling an undefined variable

Why can't I use Record.all.destroy in Rails?

ruby-on-rails ruby

Gem for Percentage of Completion of Profile in Rails

ruby-on-rails ruby gem

If `main` is an instance of `Object`, why can't I call it?

ruby

Are return statements bad in Ruby?

ruby return