Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

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?

Why does ruby eagerly evaluate expressions for 'while' but not 'if'

ruby

Best method sequence for Ruby on Rails model? [closed]

Base64 encode with no padding on ruby 2.2

ruby base64

Link a D library to Ruby

ruby linker d extconf.rb

Rails Simple Captcha not going over HTTPS

Integrate SAML in rails application

Parse text email addresses using XPath, NOT //A[startswith(@href, 'mailto:')]

ruby xpath nokogiri