Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Rails, including relationships in json render

ruby-on-rails ruby json

What does "--enable-shared" mean during Ruby compilation?

ruby configure

Ruby/Rails Dependency Injection

Understanding scopes in Ruby

ruby recursion scope

Checking only syntax of string to be evaled, not evaluate in Ruby

ruby string eval

How `[]` works with lambdas

ruby lambda

Rails Render Partial in Helper

What is the correct way to specify the Ruby version in a Rails app, using RVM, that will be deployed on Heroku?

ruby heroku rvm

Error “can't create Java VM” trying to use Ruby Java Bridge (RJB) gem

java ruby-on-rails ruby jvm rjb

Why is Ruby CSV file reading very slow?

ruby csv

nested assignment in ruby

ruby nested

ActiveRecord :includes - how to use map with loaded associations?

Ruby array map and join in one loop

ruby arrays theory

Carrierwave, Fog, Amazon S3, Rails 4

Parsing Hashie::Mash output to Json in ruby

ruby json hash ruby-grape

Slicing discontinuous data into continuous parts in Ruby

ruby arrays

What are pros/cons of cron job over an infinite loop running?

ruby cron

RSpec throws segmentation fault

How to stop rails nginx-passenger application?

What does "self.included(base)" mean in a module?

ruby