November 2008
12 posts
Nov 23rd
hello private def d @a = [1,2]; b = [2,3]; c = [a,b] end der some_f arr = d; for i in 0...arr[0].size #dosomething end end
does not work
from controler
why ?
Nov 18th
Nothing Personal
I'm certainly no expert
Nov 18th
“My code doesn’t “should” anything, they “must”. I hope you support...”
– http://www.nomedojogo.com/2008/11/18/shoulda-for-rspec-is-remarkable/#comment-3160
Nov 18th
30 Minutes
isnt there any good plugin to get all these social media submit buttons / functions ?
isnt there any good plugin to get the soecial media share icons ?
been googling for 30 minutes: )
Nov 16th
Suggestion for an Official Ruby on Rails Visual... →
Nov 16th
class User < ActiveRecord::Base   belongs_to  :function   validates_inclusion_of :function_id, :in => Functions.find_by_id(:all) end
Nov 15th
“how do I make a through association for a model that doesn’t exist?”
– #rubyonrails
Nov 13th
“I find my code a bit more readable when I just use strings, i.e. I’m not a...”
– #rubyonrails [same person who said this gem]
Nov 13th
“Personally every new Rails release mostly brings headaches about...”
– #rubyonrails
Nov 13th
“Anybody know what the difference between ./script/plugin and gem is?”
– #rubyonrails
Nov 12th
“When I TATFT, I use shoulda.”
– caboose We’ve stopped using rSpec …
Nov 4th