Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Ruby class vs instance method confusion

Finding classes in Ruby's standard lib documentation

ruby

Ruby/Rails: accessing a variable inside a .each on my instance variable array causing Ruby interpreter to crash

carrierwave does not save content_type on Uploader

Defining a method that uses an out-of-scope variable in Ruby

How to rotate by 90° an Array with ActiveRecord objects

Checking checkbox with pdftk library in Ruby on Rails

ruby-on-rails ruby pdftk

How to Suppress Warnings in RSpec while running Ruby 2.7.0 [duplicate]

rspec spec automatic logical grouping (by "tags")

what's the difference between by passing a symbol and string in where clause with joins

Is this a bug in ruby Regexp? How to guard against "infinite loop" from regex match without using Timeout?

regex ruby ruby-2.7

How do I verify an X.509 certificate with Ruby OpenSSL?

InstanceVariableAssumption: UsersController assumes too much for instance variable '@user'

ruby-on-rails ruby reek

Ruby how to validate date/time to be within at least 24 hours?

ruby

Why does Devise keep asking me that the name can't be blank?

undefined method `capture_haml' for #<#<Class:0xbe53d68>:0xcf9cb24> in rails

ruby ruby-on-rails-3 haml

JSON with JRuby - Not parsing the result in UTF-8

ruby json jruby

Do you know any ruby lexers I could use in an application? [closed]

ruby parsing

Mimic AES_ENCRYPT and AES_DECRYPT functions in Ruby

ruby openssl aes encryption

preferred way to implement visitor pattern in dynamic languages?