Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Pass a Class or stringified class name?

ruby-on-rails ruby oop

How to Update an Attribute in Testing Model Using RSpec

How can I start my Ruby environment from scratch?

Tips for debugging fixture foreign key errors in rails

ruby-on-rails ruby fixtures

Searching with Geocoder and Sunspot?

Using Class vs Module for packaging code in Ruby

ruby class module mixins

How to detect code language for markdown?

ruby markdown redcarpet

Rails Dynamic 'Where' clause

Heroku + Rack-Rewrite

How do I check that every element in an array is greater than the one before it?

arrays ruby integer comparison

How to print only a value in key value pair

ruby

Cron job every day from 8AM to 8PM at 20 minutes interval

RGeo on Ruby under Windows: How to enable GEOS support?

ruby windows-7-x64 geos rgeo

Rails 3 Custom Validation for Email Uniqueness

Returning distinct or grouped records from a postgres DB using active record queries

Count elements in array of arrays

ruby

Understanding map in Ruby

ruby dictionary methods

How to pass a flexible number of ids into a controller in Rails?

ruby-on-rails ruby url

How would you tidy up this controller logic?