Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

What does "prototyping" mean in practice?

ruby prototyping

Unable to exit Guard when running on Windows

ruby windows guard

One-Click install for Ruby/Rails/SQLite?

GraphQL Ruby: How to write DRY mutations with multiple parameters?

ruby-on-rails ruby graphql

ConnectionPool::Error (no connections are checked out)

ruby mechanize

How do I dynamically create a 2D array in Ruby?

ruby nokogiri

Parallelism in Ruby

ruby multithreading

RSpec: Why doesn't let work but before(:each) does?

OOP Open/Closed principal in Ruby?

ruby

Regex for matching everything before trailing slash, or first question mark?

ruby regex

How do I set date time to 1 month ago with DateTime.now.strftime("%Y-%m-%d")?

ruby datetime

How to solve an error in Heroku's config/database.yml file "mapping values are not allowed in this context"

ActionView::MissingTemplate errors on Travis CI (but not locally)

Run a custom rake task on rails

Moving key/value pair from one Hash to another

ruby hash

How do you set up Rack::URLMap to work with RSpec in Sinatra?

ruby testing rspec sinatra rack

How do I change STDOUT for FFI calls in Ruby?

ruby ffi