Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Can't understand Grape API route param

ruby routes grape-api

ArgumentError: Unknown key: :conditions. Valid keys are: :class_name, :class, :foreign_key

ruby-on-rails ruby

FactoryGirl build_stubbed & RSpec - Generates ID but fails to find id when testing Show action

Render <%= %> as a String in an .html.erb View?

ruby-on-rails ruby

NoMethodError: undefined method `mock' for #<RSpec::ExampleGroups::CompetitionsController::Create>

How is something like 30.seconds.ago implemented?

Rails - How to save a hash to the DB and using it as a hash once you pull it form the DB (not pulling it as a sting)

Convert enumerator to lazy enumerator

ruby

Why does the Ruby module Kernel exist?

ruby oop

Puts and times method on numbers

ruby

How do I remove opposite values from an array?

arrays ruby

How do I raise a fatal exception ruby?

ruby

What does f.object do in the Rails form builder?

Add custom fields to object in ROR application

ruby-on-rails ruby metadata

Something keeps rewriting my Gemfile.lock [duplicate]

ruby bundler

Are ActiveRecord's find_or_create* methods fundamentally flawed?

Get value of all constants defined in a module

ruby

Ruby - how to check for specific exception after rescue?

ruby exception

How to verify controller actions are defined for all routes in a rails application?

Errno::ECONNREFUSED (Failed to open TCP connection to :80 (Connection refused - connect(2) for nil port 80))

ruby http httparty