Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How to secure Rails app with several companies sharing application and databases [closed]

Looking for best way to retrieve business hours from database

ruby-on-rails ruby sqlite

Creating a category page in rails

ruby-on-rails ruby

Deleting Rails 3 subdomain cookies

Parsing a very particular string structure in ruby (baseball data)

ruby regex string

Strange syntax error "unexpected unary+" related to a space after `+`

ruby

Nokogiri - parsing multi-line `<link>` tag as link and text

ruby xml nokogiri

How to return string with character at given index removed?

ruby string

Problems installing Gitlab on odroid (v8 lib not available?)

ruby arm v8 gitlab odroid

Ruby regexp to turn snake_casing to PascalCasing?

ruby regex pascalcasing

Why is it not possible to print a hash directly in Ruby?

ruby hash

Style/OptionalBooleanParameter: Use keyword arguments when defining method with boolean argument

Good practice to explicitly return the values of the function?

ruby function return-value

How do I create a Sequel migration from an existing postgres table dump?

ruby if hash keys include text, return hash key

ruby hash

Disable certain parameters from being logged in Ruby on Rails

iterate with a method within ruby class

ruby algorithm class iteration