Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Simple_form required field does not work - Ruby on Rails

Getting ActionController::RoutingError (No route matches [OPTIONS] "/users" when trying to POST data to RAils server with AngularJS

Declaring a Hash as a Constant with a default value in Ruby in one line

ruby hash

Order Hash and delete first key-value pair

Why is File.read('/path/to/file') not in Ruby docs?

ruby

Why is `instance_variable_set` necessary in Ruby?

ruby

group_by multiple times in ruby

ruby group-by

What is the best way to properly get to know the Rails framework? [closed]

How to get the array index or iteration number with an each iterator?

ruby indexing iterator

Does Ruby have an addon similar to Perl 6 grammars?

regex ruby grammar raku

How to find date of end of week in Ruby?

ruby-on-rails ruby date

Changing created_at for seed.rb data

How to split an array?

ruby arrays

C/C++ within Ruby code?

c++ c ruby interop embed

Regex that matches valid Ruby local variable names

ruby regex variables

Ruby & Syslog & custom facility

ruby syslog

Is there a usecase for nested classes?

c++ python ruby oop

Ohm & Redis: when to use set, list or collection?

ruby-on-rails ruby redis ohm

Ruby Regex to round trailing zeros

strange behaviour when comparing floating points in rspec

ruby rspec floating-point