Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Define a '<<' method for an attribute on an ActiveRecord object

[Ruby on Rails]couldn't find file 'jquery-ui/autocomplete' with type 'application/javascript'

In Rails, how do I delete all the objects in an array?

About the inject method: How does it work?

ruby

Follow up to changing Date format from Time.now to post.created_at

ruby-on-rails ruby datetime

Is returning nil or a boolean at the end of a method more performant than letting Ruby return the result of the last line of code?

A rails app which gets users location using HTML5 geolocation and saves to data base

querying to check for integer values in ruby on rails

ruby-on-rails ruby

Group a 2D array

ruby arrays grouping

Extract array in string rails [duplicate]

Regex to capture words before and after a target in ruby

ruby regex

AES/CBC/PKCS5Padding implementation in Ruby (for rails)

ruby aes pkcs#7 pkcs#5

Dividing results from an activerecord query into two objects

What is the best way to handle 4 way relation between 2 models?

Ruby 1.9.3 Teeny Version

ruby ruby-1.9.3

Limiting SQL results in Rails using Postgres