Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

When should we consider using private or protected?

Error loading Active Record gem with sinatra app using RVM

Is it necessary to put Unicorn behind Nginx ( or Apache)

Is it possible to get the line number that threw an error?

How do i get IntelliJ to pick up my environment variables on MacOS X?

ruby intellij-idea gemfile

Parse email addresses for "from" and "to" fields in Ruby

ruby parsing email

Rails ActiveAdmin: showing table of a related resource in the same view

YAML::load raises undefined class/module error

ruby-on-rails ruby yaml psych

chef 11: any way to turn attributes into a ruby hash?

Capistrano deploy:migrate and db:migrate run all migrations every time

undefined method `raw' for controller for rails 4

Error with Ruby Twitter API

ruby twitter

When do you need a require in a rails Gemfile?

Create windows user with chef and add user to the local Administrators group

ruby windows chef-infra

How to visit a link inside an email using capybara

Receiving "Attempted to update a stale object: User" exception when updating current_user before logging out

Ruby minitest assert_output syntax

Jekyll: check if post content empty

ruby jekyll liquid

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?