Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Error when trying to run a minitest unit test

ruby minitest

how to exception for invalid date ruby

ruby

Spree how to display variants in drop down Ruby on Rails?

Can't install charlock holmes gem, libicu-devel installed

ruby rubygems fedora gitlab

calling module method into another module in Ruby

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"?