Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

how should I publicly announce a new ruby gem?

ruby rubygems

byebug isn't displaying the output as I type

ruby-on-rails ruby byebug

How to find singular form of a word using ruby?

ruby string

Rails 6 upgrading from turbolinks to turbo. How to require turbo-rails in application.js?

Ruby regex that splits on newline, space, or comma

ruby regex

Parse large XML file into database. Use multiple threads?

mysql ruby xml multithreading

Global exception handler in Ruby

ruby

Upload bytes or base64 string to s3 ruby sdk

ParseTree will not work with ruby 1.9. Why?

ruby

Append an attribute to a model for temporary use on Rails 3

ruby-on-rails ruby

gem install autotest-fsevent failing after update to macosx mavericks

rails - how much faster are number comparisons vs text comparisons

How to mock the method calls with wildcard parameter in Rspec?

ruby rspec wildcard

Ruby: Prepend info to exception messages without touching stacktrace

ruby exception

Python and Ruby interpreter

python ruby

Find text based on HTML Comment

html ruby nokogiri

Advantage to using describe/it over feature/scenario in specs? (besides syntactic sugar)