Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Is it possible to do a double has_many :through association in rails?

ruby-on-rails ruby

How to require ActiveResource

ruby-on-rails ruby

ActiveRecord, which comes first?

Making a capturing regex repeat

ruby regex

Rails 3.1: The new way to use 'respond_to ... format.js' without the 'page' variable

Fully featured REST server with Ruby?

ruby rest

What's the role of Javascript / jQuery / Coffeescript in Ruby on Rails?

How to pass array to sub or gsub in ruby?

ruby

Appending n elements to an array

ruby arrays

Best practice for reusing code in Rspec?

What is the difference between <%= ... %> and <% ... %> in Ruby on Rails

Allowing commas in a numerical field

How can I stop phusion passenger standalone?

Move item in array to another array

ruby

Ruby hash keys as symbol not working

ruby

What is different between || and rescue?

ruby

Pass an arithmetic operator as parameter to rails method?

switching ruby with rvm breaks chef 11.4.4 knife command

ruby rvm chef-infra berkshelf

Unable to install Rails extconf.rb failed

ruby-on-rails ruby

RSpec - If I avoid using let, let and before, how to achieve same functionality?

ruby rspec