Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby-2.0

Can't get new Rails app with Devise to display sign_in/sign_up pages

Heroku: 'bundle command not found' under Ruby 2.0.0

Ruby keyword as named hash parameter

ruby ruby-2.0

Can't install bundler 1.3.0 with ruby 2.0

ruby rubygems bundler ruby-2.0

What's the best way to return an Enumerator::Lazy when your class doesn't define #each?

Is { 'symbol name': "some value" } valid Ruby 2 syntax for Hashes?

Regex parsing citation issue

regex pdf ruby-2.0

Ruby refinements not working in CI server

ruby linux ruby-2.0

How do I split up an argument string Bash-style in Ruby?

ruby ruby-2.0

Why do people use `Module.send(:prepend, …)`?

How to prevent installing documentation for gems automatically using gem v. 2.0

ruby rubygems ruby-2.0

using a lambda or proc and rails-money

ruby 2.0 undefined method ObjectSpace.trace_object_allocations

ruby ruby-2.0 objectspace

How fix this error: kernel_require.rb:45:in `require': cannot load such file?

ruby ruby-2.0

Compiling Ruby 2.1 to bytecode

ruby ruby-2.0 ruby-2.1

Rails 4 - strong parameters concept involvement in spree-2.1

undefined method `caches_action' for ApplicationController:Class

How to get the name of the calling alias method?