Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Verify signature from iOS transactionReceipt

Getting "Authentication failure! invalid_credentials: OAuth2::Error" for custom omniauth strategy

Ruby strftime '%Z' method returns '0545' instead of 'NPT'

ruby-on-rails ruby macos

Docker Container running very slow for Rails Application on development mode

Reverse engineering a statistics data file from my insulin pump controller

What is a better way to convert a simple sinatra app to static html pages?

html ruby sinatra

What's the preferred way to use helper methods in Ruby?

ruby

How to move from .NET-style TDD to Ruby?

c# .net ruby testing tdd

How to add a C++ compiler flag to extconf.rb

c++ c ruby

Can I install a man page using gem spec?

ruby

Is subclassing a User model really bad to do in Rails?

Encrypting data with ruby decrypting with node

FactoryGirl in Rails - Associations w/ Unique Constraints

Is ||= in Ruby thread safe?

ruby thread-safety

how to skip a few iterations in a loop in Ruby?

ruby

Weirdness with gsub

ruby regex rspec ruby-1.9 gsub

Is it possible to batch updates in Sequel?

sql ruby batch-file sequel

RunTimeError: ActionController::RackDelegation in rspec 2.10.1 for rails 3.1.4 application controller

Top level constant referenced by warning for Mongoid model

What is the Ruby equivalent of "pythonic"? [closed]

ruby idioms vocabulary