Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Ruby string search: which is faster split or regex?

ruby regex

Gradual engagement, persistent guest user with Devise

How to extend array methods in ruby?

ruby

How to decide whether an optional argument was given or not in a ruby method

ruby optional-parameters

Ruby on Rails: redirect_to not working after create and save

Ruby 1.9.3 UndefinedConversionError

ruby-on-rails ruby

Append a value in a hash object (in Ruby), using an already existing key?

ruby

Can't install compass via rvm

ruby rvm compass-sass

How to wrap every N elements in parent div in ERB (Rails)?

html ruby-on-rails ruby erb

How to convert a nested hash into XML using Nokogiri

ruby xml hash nokogiri

Rails link_to syntax in order to add some inner html

ruby-on-rails ruby link-to

How do I read from a file in the same directory?

ruby

Ruby function as value of hash

ruby function

Confusion about passing instance variables to redirect_to method. As seen in Rails Guides

Comparing two hashes with the keys and values - Ruby

ruby ruby-on-rails-3.2

How to customize devise form css in rails

How to ignore multiline comments in sass?

ruby comments sass

how to set header['content-type']='application/json' in ruby

ruby rest net-http

Why can't RVM find compiler and 'make' tool after installing XCode?

ios ruby xcode macos

How do I define an ARRAY column in a Sequel Postgresql migration?