Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

In object.initialize, is it better to use self. over @?

ruby

RSpec: Testing logger messages for block syntax

ruby logging rspec

How can an external command return both its output and its exit status to Ruby?

ruby shell stdout exit-code

How to extend a core Rails FormBuilder field

How to write and include regular ruby classes in rails

What is .tt file in ruby

Hiding a method from YARD (the right way)

ruby yard

Cannot install gem - make is not recognized as an internal or external command operable program or batch file

ruby

gem install cannot download from rubygems.org

How to catch exceptions in controller's actions properly?

ruby-on-rails ruby

Sinatra method `development?` undefined

ruby sinatra

Display spinner while DataTables table loads Ruby on Rails

How can I use rspec expectations and matchers outside of Rspec?

ruby Date.month with a leading zero

ruby datetime

Understanding the difference between `load`, `require`, and `require_relative`

ruby

Encrypt empty string

ruby ssl encryption openssl aes

Rails JSON API parameter validation & error responses

ActionController::RoutingError: uninitialized constant Api::V1::ApiController

Jekyll tags that have spaces or multiple words

ruby jekyll liquid

Ruby: remove empty braces in array of hashes

arrays ruby hash nokogiri