Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

send email when exception has occurred not working , using exception_notification

How should I test a Rails application with RSpec to get complete test coverage?

Chef - Dir.exists? guard treating symlink as directory

ruby chef-infra chef-recipe

How can I register a service worker in Ruby on Rails?

Is session a method or hash in Rails? Slightly confused

ruby-on-rails ruby session

Starting Ruby app terribly slow due to requires from GEM_HOME

ruby

What is the restful way to delete multiple items in rails?

ruby-on-rails ruby

Ruby: better way to return several methods as procs from a module

ruby

parallel assignment performance in Ruby

arrays ruby performance swap

How to configure Redis connections with Rails 4, Puma and Sidekiq?

ActionView::MissingTemplate, Rails 5 API with JSON

Different Rubocop results based on local or CircleCI

How can i make intellij select the code completion suggestion without me having to navigate to it?

Is /etc/irbrc installed by OS X? Does irb read it?

ruby macos irb

What criteria justifies using a Module over a Class in Ruby?

ruby

assigning and reusing variables in Rails - design pattern

ruby-on-rails ruby

ruby mailgun send mail fails with 400 bad request

ruby mailgun

Not sure how to generate an ECDSA signature, given a private key and a message

EC2 instance is out of service in loadbalancer

How can I set global RSpec metadata?

ruby rspec