Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How to order results by closest match to query?

Ruby: Use module method inside a class method

ruby module mixins

Why doesn't RoR take advantage of native extensions/code inlining techniques?

How to remove duplicate commands from irb history?

ruby irb

rake db:migrate runs into an error for an undefined method

How to paginate over Stripe API results?

How to add external assets file in rails 4 project?

How can I evaluate Ruby on the server side of a NodeJS app?

Asset Pipeline in a sinatra app

Is there a Way To Exit Two Loops by Single Command In Ruby?

ruby loops

How can I get nokogiri to select node attributes and add them to other nodes?

xml ruby nokogiri

Scanning QR Code via mobile cam in a web app

How to force a version in Bundle Gemfile?

ruby bundler jekyll gemfile

Twitter API- Rails undefined method `name' for nil:NilClass

Stuck on how to use .first and .last in a Array

ruby-on-rails arrays ruby

Inheritance from ActiveRecord Object

How can I mock the creation of directory in rspec?

ruby rspec

Prefill prompt with existing answer when using ruby's Highline#ask

ruby