Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Regular expression for only 2 letters

ruby regex

rails generate rspec:install config/environments/development.rb:1:in `<top (required)>': undefined method `configure'

ruby-on-rails ruby rspec

Using Tempfile to create a zip file in rails

Destructive reject from an array returning the values rejected

arrays ruby

An error occurred while installing eventmachine (1.0.3) [duplicate]

How to encrypt password with has_secure_password in Rails 4.2

Sort Hash Keys based on order of same keys in array

ruby

How to create a charge and a customer in Stripe (Rails)

Rails ActiveRecord Arels: Unsupported argument type: String. Construct an Arel node instead

undefined method `with_indifferent_access' for #<Array:

ruby-on-rails ruby

AWS CodeDeploy-Agenten on Ubuntu 20.0LTS, Ruby errors

How can I program defensively in Ruby?

Best Rails HTML Parser [closed]

html ruby parsing

Using the right exception subclass in ruby

ruby exception

Is 'c' said to be a character or a string in Ruby - or both?

How do I get Nokogiri to understand my namespaces?

xml ruby xpath nokogiri

Fastest/One-liner way to collect duplicates in Ruby Array?

ruby arrays

Removing Identical Objects in Ruby?

ruby arrays no-duplicates

How can this C and PHP programmer learn Ruby and Rails? [closed]

ruby-on-rails ruby

What's the Ruby equivalent of Python's output[:-1]?

python ruby