Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Incompatible library version: nokogiri.bundle requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0.0

How to post to destroy action with form_for in Rails app?

How to DRY up my ruby exceptions in initialize method?

ruby dry raise

How to convert an integer from base 36 to base 10?

ruby

What does expect() do in rspec/cucumber?

Ruby Count Array objects if object includes value

ruby arrays count

Current password can't be blank when updating devise account

Long-running shell commands from Rake that can be interrupted gracefully?

ruby rake

Jekyll Pagination on every page

ruby pagination jekyll

How to iterate XML nested elements with Nokogiri in Ruby

ruby xml xpath iterator nokogiri

Sharing Ruby variables between Sinatra requests

html ruby rest web sinatra

Passing variables on the command line to a Cucumber test

ruby cucumber owasp

Faye WebSocket, reconnect to socket after close handler gets triggered

Could not find json-1.8.1 in any of the sources (Bundler::GemNotFound)

ruby-on-rails ruby json

Would I need to undo a "rails generate scaffold" after I undo a "db:migrate"?

Rails combine multiple activerecord relations

Java8 equivalent for ruby's each_with_index

ruby java-8 java-stream

Error while installing RVM using Curl in Ubuntu 14.04

ruby ubuntu curl rvm

How to pick top 5 values from a hash?

ruby arrays sorting hash hashmap

How to safely save/retrieve HTML tags to database in rails?