Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How to define a Ruby method that either takes an Array or a String?

arrays ruby string

Should we be using Faker in Rails Factories?

undefined method `zone` for Time:Class after requiring active_support/time_with_zone

ruby activesupport

Difference between ActiveRecord and ActiveRecord::Relation objects

How to create a JWT for use with Apple Music

ruby jwt

Carrierwave: Argument Error Nil location provided. Can't build URI for an image_tag using carrier wave Ruby on Rails

Removing accents/diacritics from string while preserving other special chars (tried mb_chars.normalize and iconv)

Best way to combine fragment and object caching for memcached and Rails

Ruby types of collections in ActiveRecord

ruby activerecord

Will Ruby ever be *fast*? [closed]

ruby performance

Ruby on Rails: How to have multiple submit buttons going to different methods (maybe with with_action?) [duplicate]

Rails: Using form fields that are unassociated with a model in validations

Regular expression for valid subdomain in Ruby

Mimic another Ruby class so the object passes the === type check

ruby class types mocking

How can I intercept method call in ruby?

ruby

Ruby: Catching All Methods Sent to an Object

ruby metaprogramming

Obtain XML file POST request to parse with Ruby on Rails

Calculating the number of weeks in a year with Ruby

ruby date week-number

Ruby - open("file_path") - Errno::ENOENT: No such file or directory

ruby

Naming convention: Why Array#delete has no exclamation mark at the end?

ruby naming-conventions