Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

malloc_zone_unregister failure on Rails server start

Rubymine can't recognize ruby file

ruby rubymine

Python yield (migrating from Ruby): How can I write a function without arguments and only with yield to do prints?

python ruby generator yield proc

How to run 'rails credentials:edit' on Windows 10 without installing a Linux Subsystem

What IDE / Editor do you use for Ruby on Linux? [closed]

ruby linux ide editor

PyObjc vs RubyCocoa for Mac development: Which is more mature?

How can I have two columns in one table point to the same column in another with ActiveRecord?

How to embed a tag using content_tag in RoR?

ruby-on-rails ruby

ruby regex find and replace

ruby regex

Character Encoding issue in Rails v3/Ruby 1.9.2

Rails 2 to Rails 3 : using link_to instead of link_to_remote (including remote and update)

Ruby float with double 0

How to get Ruby Dir#glob to return basenames, not absolute_paths?

ruby absolute-path dir

Rails 3: link_to and image_tag

Clean up & style characters from text

ruby-on-rails ruby

Ruby "count" method for hashes

ruby

How to check modified value in a model's before_save callback?

Unicode characters in Ruby 1.9.3 IRB with RVM

ruby unicode osx-lion rvm irb

Ruby enumerable reverse detect

Non destructive way of deleting a key from a hash

ruby hash side-effects