Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Ruby Syntax, using numbers in symbols?

ruby syntax symbols

Is sum or reduce(:+) better in Ruby/Rails? Are there considerations other than speed?

ruby-on-rails ruby

How to set content type for JSON API in Rails 5 API only app

ruby-on-rails ruby

What kind of interpreter is the Ruby MRI?

Do Ruby symbols exist because strings are mutable and not interned?

ruby

Is it possible to have a keyword argument named `class` or other reserved name in Ruby?

ruby

Ruby on rails: Basic hello world return method not allowed in Heroku production

How to use Javascript in Ruby on Rails?

Rails 5 - PostgreSQL removing migration where column and index has already been destroyed

Why does "true or true and false" appear to be simultaneously true and false?

Why does `1i.to_i` raise `RangeError` instead of `NoMethodError`?

ruby

ruby add strings from array

ruby-on-rails ruby

Mocking constructors in Ruby

ruby ruby-mocha

Best Permalinking for Rails

Overriding a MIME type in Rails

In Rails, how do you use RESTful controllers with Haml?

ruby-on-rails ruby rest haml

PIL vs RMagick/ruby-gd

Ruby style question : blocks or inheritance?

ruby oop coding-style

Open Source ruby and rails projects [closed]

Is it slow to use a redirect because it causes an additional request?

ruby-on-rails ruby