Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Parsing JSON in Ruby (like XPATH)

ruby json

Search an array by the first letters in Ruby?

arrays ruby

How to get a canonical link from HTML head using Nokogiri

html ruby nokogiri

Split string on capital letters, but not if preceded by whitespace

ruby regex string

Rails link_to not working within a button element

What is the purpose of exclamation marks in field definitions for GraphQL types in Ruby?

ruby-on-rails ruby graphql

Error when send mail with gem pony on Ruby

ruby rubygems

Ruby: How do to initialize the value of a block variable

ruby

SASS SyntaxError when including web font

css ruby-on-rails ruby sass

Java and Ruby: "everything is an object" in OO?

java ruby object

Paranoid an increment! counter may not be working properly

running rails migrations on production

Why is `JSON.parse` not throwing exception?

ruby json rubygems

How to send JSON form data with Mechanize or Faraday in Ruby

Rack test fails: No response yet for JSON request

Passing parent class initialized variables to an instance of a child class

mass updating attributes

How do you use LIKE query for enum in rails?

Ruby - Remove only specific duplicate lines in a file

ruby

How can I submit form content to a Rails app from a static page?

html ruby-on-rails ruby