Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

With Axlsx, is it possible to define the data type for an entire column?

ruby axlsx

Kernel.pp raises NoMethodError in Ruby

ruby

What is the 'right' data structure to turn app features on/off based on 'type' of account?

ruby

ruby rspec wont work with simplecov

ruby path rspec code-coverage

500 Internal Server Error when submitted a nested form in Rails

Amazon Load Balancers dropping Web Socket connections to TorqueBox

Avoid display of backtrace when running Sinatra on an already taken port

ruby sinatra

Sidekiq transient vs fatal errors

ruby sidekiq

Can one use Ruby $SAFE level against exploits of Rails vulnerabilities?

ruby-on-rails ruby security

On/off subscription attribute for rails

ruby-on-rails 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