Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How to check for root prvileges from the user in Ruby?

ruby root sudo

Rails Encryption using AES, overcomplicated

ruby encryption openssl aes ecb

Efficient way (in Ruby), to determine largest matching sequence in an array/string?

arrays ruby algorithm match

Is there a way to db:seed only one table in Rails?

ruby-on-rails ruby

How could I convert an array of paths into nested array or hash dependant upon length

ruby

Fastlane "nokogiri requires Ruby version >= 2.3.0." Error

How to break a range down into smaller non-overlapping ranges

ruby

Why does dividing by zero for Float not raise an exception in Ruby?

ruby floating-point

Using a Windows Form with Ruby

Does Ruby have a stepwise debugger, similar to Perl's "perl -d"?

ruby debugging

How will Python and Ruby applications be affected by .NET?

What Rails plugins would you like to see?

Nokogiri: Searching for <div> using XPath

Constants set in environment.rb disappear in development mode

ruby-on-rails ruby

Can't run ffmpeg as subprocess in Ruby

ruby ffmpeg

make an object behave like an Array for parallel assignment in ruby

ruby variable-assignment

Help understanding yield and enumerators in Ruby

ruby enumerable

Formatting csv file data with html template

python html ruby formatting csv

How do I generate a dynamic XML page using Rails?

To go API or not [closed]