Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Ruby: Struct vs Initialize

Rmagick - image with transparent background from text

ruby rmagick

Ckeditor gem issue with production mode

ruby-on-rails ruby ckeditor

Undefined method `tagged' for Formatter error after Rails 4 upgrade

return custom query select in activerecord

Full screen terminal application with ruby (or other languages)

Thor - inject into file at end

ruby ruby-on-rails-4 thor

Bundle doesn't want to install a gem (not yet checked out)

ruby-on-rails ruby gem bundler

Convert Array/Hash to YAML in Ruby on Rails

Git Bash giving sh.exe: ruby: command not found

ruby git bash

How to create an object in Ruby without using new

ruby constructor

How to share worker among two different applications on heroku?

Ruby: NoMethodError, but why?

ruby nomethoderror

Default :exclude option for Rails resource routing

Can't get Paperclip to set my S3 URLs properly

Create nested object from YAML to access attributes via method calls in Ruby

ruby parsing yaml openstruct

Is it safe to delete from an Array inside each?

arrays ruby

Difference between Rails 'raise StandardError.new' and 'raise StandardError'

ruby

ActiveRecord: Nullify foreign key after deleting a child in self-joins

Python equivalent of Ruby's .select

python ruby