Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

NoMethodError: undefined method `mail' for main:Object on rails console

Ruby on Rails: wrong argument type nil (expected Fixnum)

ruby-on-rails ruby

The UDPSocket in ruby

ruby sockets udp

How to understand the #dup and #clone operate on objects which referencing other objects?

ruby object clone dup

Periodic tasks with Delayed Job gem

ruby delayed-job

Is there a good library for Ruby 1.9.2 that processes IRIs ( URLs with special character like ü ) [closed]

ruby url

ERROR: While executing gem ... (Gem::Exception) OpenSSL is not available

Error installing Ruby 3.1.2 on macOS 12.5

ruby ruby-install

How to perform users search using twitter ruby gem

ruby twitter twitter-gem

Ruby redmine svn post-commit hook is extremally slow

Calling an Excel formula from server-side Ruby web application

Vagrant plugin install failing

ruby rubygems vagrant

Overriding default ActiveRecord migration used to create tables in Rails 4

How can I pass arbitrary user-defined values into a CarrierWave image processor?

How do I write an rspec test if an array of hashes has a attribute/value pair

ruby rspec

Method for greater than one?

ruby-on-rails ruby

Why does map enumerable return value not return expected value

arrays ruby enumerable

How do I get Sinatra to work with HTTPClient?

ruby sinatra

Rails - void value expression when using gsub in helper method

ruby-on-rails ruby