Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

One liner to limit Array of Words to less than N number of characters in Ruby?

ruby arrays

Rails & RSpec: Testing CRUD actions with shared examples

customize file_field button ruby on rails

pluck vs distinct in mongoid db. which is faster?

Simple parslet parser for comma-delimited list does not work

ruby parslet

virtual ruby development environment

Trying to access my ruby project- LoadError pertaining to mysql

Combining negative character classes in regex

ruby regex

What's the best way to validate multiple emails and handle errors in Rails?

File permissions problems in Dockerfile for a ruby application

ruby permissions dockerfile

How does Rails know the difference between these two identical expressions?

Ruby: Ideas to convert Arel.sql to Arel::Nodes::Case?

ruby-on-rails ruby arel

How do I create a config.ru file and a Rakefile?

ruby rackup

Heroku Segmentation fault when I run heroku -version

ruby-on-rails ruby heroku

How can I use a PEM certificate with password?

How to validate command line input from multiple choice prompt in Ruby?

Sinatra: Avoiding code on the template

ruby sinatra crud dry

How is method being called outside of Module

ruby-on-rails ruby