Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Node.js as Rails replacement? [duplicate]

Easily create a Ruby on Rails partial from an existing block of markup using vim

ruby-on-rails ruby vim macvim

How to strip column values in Active record through loop before saving in rails framework?

Rspec generator to create a *_spec.rb file to test a PORO

ruby-on-rails ruby rspec

Importing .jar file in Ruby: how to use the class

java ruby jar import jruby

why self.method_name cannot access private method ? where as only private method_name can in any method can access private method in ruby

ruby

Capistrano: use Bundle Gems from standard Gem-Home

ruby capistrano bundler

How do I stop Devise from delivering mails when creating a user?

ruby-on-rails ruby devise

Ruby: how to save file to UTF-16 Little Endian

Using group by and sort by in nested hash

Generate valid, deterministic UUIDs for tests

ruby uuid deterministic

Performance: iterate over an array except for an element

How to access the nested JSON params from controller?

ruby-on-rails ruby

Ruby on Rails, LinkedIn:Module error

How to swap values of two variables without using temp variable?

ruby

Can ruby have a range starting with a Float?

ruby