Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How to get single result as an array rather than a Model in Sequel ORM

ruby rubygems sequel roda

Rails API Design: best way to include other attributes with json_api relationships

Ruby Sequel gem: update a row column with a value from another row column that I know the Id

ruby updates sequel

Ruby 1.9 segmentation fault on exit

Issue with adding a not null columns to an existing table

Execute code in included module in class on load (not on initialize)

ruby

How to query WHERE (ColA, ColB, ColC) IN ((a1, b1, c1), (a2, b2, c2), ...)

Gem Seer and Ajax on Ruby on Rails

Preventing UPDATE of record in Rails app where no fields are changed

ruby-on-rails ruby

Ruby inheritance and require order

ruby inheritance sinatra

Dry validation i18n message for array validation

ruby dry-validation

Ruby on Rails - Zeus permanently "freezes" test environment

(Rails 5) LoadError: cannot load such file -- sass ...when deploying to Heroku

can't find gem rspec-core (>= 0.a) (Gem::GemNotFoundException) when running on Jenkins

ruby jenkins rspec

Ruby: How do make my program trap and exit properly from a signal?

ruby linux

Certain validations only in Rails.env.production?

Extract filename with and without terminating characters

ruby regex

It's possible to start a binding.pry session passing a command?

Why can't i get rake db:migrate to work for ruby.railstutorial.org

ruby ruby-on-rails-3