Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Does ruby have the array method select! or not?

ruby

How to detect if an element exists in Watir

ruby watir

Generate a random number with 7 digits

ruby

Mail gem. Extract recipient display name and address as separate values

ruby actionmailer mail-gem

Use ruby array for a javascript array in erb. Escaping quotes

ruby erb

Putting Date and 1.month.ago together?

Shorthand for functions to map

what is the type of PI, cos in Ruby

ruby-on-rails ruby

SimpleCov 0% coverage

ruby gem code-coverage

Is there a way to check the performance of a command in the console in Ruby on Rails?

What is the best way to toggle a boolean variable?

ruby

How to handle 404 not found errors in Nokogiri

pushing item in mongoid array

ruby-on-rails ruby mongoid

How to generate coherent data with Rails Faker gem?

ruby-on-rails ruby faker

Rails - How do I 'merge' or append a value to an array within the URL?

Dont have a comma on the last iteration of an each loop in Rails

ruby-on-rails ruby

How do I sort an array alphabetically?

Ruby on Rails 4 - CSV import - no implicit conversion into string

mysql ruby-on-rails ruby csv

Rails: violates foreign key constraint

Private methods in Ruby

ruby-on-rails ruby oop