Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

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

mapping values are not allowed in this context at line 2 column 8 (Psych::SyntaxError)

How to disable a layout for a specific mailer?

Mock a `puts` to a file in Rspec

ruby rspec

Pass a block to map function

Ruby metaprogramming: cannot send a method to a module

ruby metaprogramming