Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Does Clockwork require its own process?

ruby heroku sidekiq clockwork

Implementing the producer-consumer pattern in Ruby

ruby multithreading

Create table if not present in existing database using Rails 3

ruby ruby-on-rails-3.2

Calling C++ class functions from Ruby/Python

python c++ ruby embedding

Getting "Incomplete response received from application" in Rails

503 Service Unavailable but heroku logs show 200

Postgres Range Fields + Rails Forms

Customize Rails' Default Resourceful Route Path

ruby-on-rails ruby routing

Rails - How to avoid using hidden_fields in the view to pass values to controller?

Jekyll Page data does not persist

ruby jekyll liquid

Parsing response from Google big query

Accessing Rails route helpers in route redirect block

`DateTime.strptime` returns invalid date for weekday/time string

ruby date strptime

How can I make ruby ShellWords.shellescape work with multibyte characters?

Foreign Key constraint issues using sequel and database cleaner

Rails not finding rake-10.5.0

Something wrong with my ruby

Strange behaviour of Array element assignment

arrays ruby ruby-on-rails-4

What can be the reason of "Unable to find subscription with identifier" in Rails ActionCable?

Why use helpers in a Grape API versus including a module?

ruby grape-api