Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Getting frequent Gem RemoteFetcher::FetchError. Any workarounds?

how to chain where query in rails 3 active record

Get all file names in a directory with ruby [duplicate]

ruby

What testing frameworks are used for Rails? [closed]

Dynamic body id

ruby-on-rails ruby

Print numbers in a range

ruby

Check for a substring at the end of string

ruby string substring

Perl - Ruby mapping?

ruby perl

Getting all combinations of pairs from a list in Ruby

arrays ruby combinations

pass form builder in remote_function in rails?

How to return a boolean value from a regex

ruby-on-rails ruby regex

What's the efficient way to multiply two arrays and get sum of multiplied values in Ruby?

ruby arrays

Interpreting this raw text - a strategy?

Missing the mysql2 gem. Add it to your Gemfile: gem 'mysql2'

ruby

How to change the log level in Sinatra

ruby sinatra

How to initialize class in block in Ruby?

ruby

How to sort_by date in Ruby (not Rails)?

ruby

Dynamically adding a class to a div in a .erb with Ruby on Rails

ruby-on-rails ruby

Rails: why is calling to_a on a string not valid in a rake task?

ruby-on-rails ruby string rake

Can't understand "unless" keyword in Ruby

ruby