Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Setting a hyperlink text color in axlsx

ruby colors hyperlink axlsx

Determine rails environment from a gem

ruby-on-rails ruby gem

How to reference parent model from Carrierwave Uploader object

Refactoring a switched block statement for group_by in Ruby on Rails

ruby-on-rails ruby

Using ActiveModel::Serializer in Rails - JSON data differs between json and index response

What does this ampersand mean? [duplicate]

ruby

Could not find gem 'sqlite3 (>= 0) ruby'

How do I test a Ruby command-line program with Cucumber that has a massive amount of output?

ruby cucumber aruba

Paperclip deprecated method

Single occurrence event with ice_cube gem using start_time and end_time

How to make sure the running order of puppet classes?

ruby deployment puppet

How the Anchor \z and \G works in Ruby?

ruby regex ruby-1.9.3

How do I run a rails command command from a shell script?

in sinatra using erubis, default setting escape_html is true. sometimes hava to unescape

ruby sinatra erb erubis

Devise Async, throws error after rails upgrade

Rails force ssl only on specified controllers [duplicate]

ruby-on-rails ruby ssl

Ruby/rails array fill in empty items

ruby-on-rails ruby arrays

Capitalize each word except selected words in an array

ruby arrays nlp

Add method to base class in the context of module

ruby metaprogramming

How to ensure files are closed when reference is held by a different object

ruby nokogiri