Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

how to convert data URI to file in Ruby

ruby sinatra data-uri

In a ruby .gemspec file, how do I specify multiple versions of a dependency?

ruby-on-rails ruby gemfile

Checking for a successful charge using Stripe for rails

Why does ruby allow child classes access parent's private methods?

ruby oop

How to use the same form for creating and editing in ruby on rails

html ruby-on-rails ruby forms

object.count returns 0. But object.any? returns true. What's happening?

How to have one resource in routes for namespace and root path altogether - Rails 4

Add :on_delete to already existing foreign_key in rails migration

Capybara should have_content is not waiting long enough

How to use sorbet type checking with RSpec mocks?

Does C1 code coverage analysis exist for Ruby? [closed]

booleans in rails with sqlite

Which ruby ORM framework to use in a standalone ruby app? [closed]

ruby database postgresql orm

Validating XML: No matching global declaration available for the validation root

ruby xml xsd libxml2

Is it possible to reverse the included module in a class?

ruby-on-rails ruby

Best Practices for receiving email in rails

Capturing STDOUT and STDERR of an external program *while* it's executing (Ruby)

windows ruby

Ruby: attr_accessor generated methods - how to iterate them (in to_s - custom format)?

xml ruby reflection

Parse a decimal value from a String in Ruby

ruby parsing decimal

Good books on Ruby based DSL [closed]

ruby dsl