Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Favor format over String#% rubocop

ruby rubocop

Ruby: How to use dup/clone to not mutate an original instance variable?

ruby

Ruby gem with native extensions not working on AWS Lambda

Rspec testing Sentry's Raven capture_exception

Devise_token_auth conflicts?

Reading from Active Storage Attachment Before Save

Could someone explain please how the code works

ruby metaprogramming

How to create a "clone"-able enumerator for external iteration?

ruby clone enumerator

How to make listen gem work with Ruby 3.0.0p0

ruby-on-rails ruby listen

How to Implement a Redirect on All Requests (on certain conditions)?

ruby-on-rails ruby redirect

Cucumber: Automatic step file creation?

ruby tdd cucumber bdd

Jython or JRuby?

python ruby jruby jython

How could metaprogramming be used to reduce redundancy in this Ruby code?

ruby metaprogramming

Using Sets in Ruby

ruby set

How to silence the call to a rails controller's action all together

ruby-on-rails ruby logging

Are there any advantages in using block initialization?

ruby initialization

Using Rails models with accepts_nested_attributes_for

ruby-on-rails ruby forms

Building an XML tree from an Array of "strings/that/are/paths" (in Ruby)

xml ruby parsing tree

Is validates_presence_of necessary if using validates_length_of?

How to check if a template exists in Sinatra

ruby templates sinatra