Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Ruby on Rails - Query Multiple Models

Pass current_user and links together in fast_jsonapi, in rails

`method_missing': undefined method `assets' for #<Rails::Engine::Configuration:0x9d6a6d8> (NoMethodError)

Kwalify YAML Validation - Use regexes in key names?

ruby validation yaml

How to add composite primary keys in db using Rails?

Capistrano 2 -> 3 git deployment differences?

Is there a good line profiler for ruby?

ruby profiling

Rails: Is it possible to check if a named scope is valid for a given active record?

how to change the index of the table that was already created using rails migration?

Add 1 only to Integers in an array in ruby

ruby string integer

Ruby on Rails 'unless' not working

ruby-on-rails ruby

Deleting some but not all sub directories using Chef

ruby chef-infra

Code not actually asserting in RSpec?

ruby rspec

(Ruby) If the array intersection operator ( & ) is inefficient, why is it available?

ruby arrays intersection

Pluses and minuses of using Factories in a Rails test suite?

How can I normalize and interpolate missing values in a timeseries in Ruby?

ruby arrays time-series

What is the difference between class Foo; end & Foo = Class.new (And module/Module)?

ruby semantics

Amazon AWS: How to replicate tree/branch functionality from AWS Ruby SDK v1 in AWS Ruby SDK v2?

rake db:seed thorwing Can't mass-assign protected attributes

How to configure read_timeout and open_timeout for Selenium in Ruby?