Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How to display literal #{ @foo.bar } in input value?

ruby slim-lang

Rails Load Class Changes without restarting the server

ruby-on-rails ruby

Manipulate Ruby hash [closed]

ruby hash key

How to use the :eq selector in Nokogiri

jquery ruby nokogiri

Ruby/Minitest: How can I run #setup for all tests but one?

ruby minitest

Remove redundant or duplicate tuples in Ruby array

ruby-on-rails ruby

Access denied when pushing gem using Rubymine

Why I can't substitute with '\\+' inside a string with gsub?

ruby string gsub

Ruby zlib deflate massive data

ruby zlib compression deflate

Devise RegistrationsController create action in API

download and extract remote zip file using rubyzip

ruby-on-rails ruby rubyzip

Fog configuration for OVH's OpenStack Swift

How to link to another view (from same controller) in rails from html erb file?

html ruby ruby-on-rails-4 erb

Bundler cannot find rake but it seems installed

ruby rspec rubygems rvm bundler

rbx tests fail with "Requested binary installation but no rubies are available to download"

ruby travis-ci rubinius

Naming convention for methods which clear instance variable

ruby

Is there a ruby or rails method that will return the hash key when checking for the hash key?

ruby-on-rails ruby

How can I write a conditional :each in ruby more succinctly?

ruby