Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Building ruby with rbenv and ruby-build fails with undefined symbol: SSLv2_method

ruby openssl rbenv

How to build a case-insensitive regular expression with Regexp.union

regex ruby

Check if folder exist in s3 bucket

Is there any way to hide attributes in a Rails Jbuilder template?

Max value within array of objects

What is the purpose of the "system" folder in rails "public/system/"?

ruby-on-rails ruby assets

Add metadata to :attributes serializer (Active Model Serializers)

Watir message: Instead of passing arguments into #wait_until_present method, use keywords

ruby watir watir-webdriver

Rails 4: Set enum field through FactoryGirl attributes

Why does Ruby return for `str[-1..1]` what it does?

ruby string

Why do people use `Module.send(:prepend, …)`?

Ruby metaprogramming: How can make module method see class's variable

ruby metaprogramming

What's the proper idiom for short-circuiting a Ruby `begin ... end` block?

ruby memoization

Load File From Local Gem in IRB

ruby rubygems

Could not find public_suffix-2.0.4 in any of the sources

ruby macos rubygems jekyll

if statement after variable assignment - how common?

ruby

How to add an extra field in the registration form generated by devise?

skip before action in child controller

ruby-on-rails ruby

Better way to initialize and update deeply nested Hash

ruby ruby-hash

Rails 5.x: How can I add a route at runtime without overwriting original routes table?

ruby-on-rails ruby routes