November 2008
12 posts
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 ?
Nothing Personal
I'm certainly no expert
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
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: )
Suggestion for an Official Ruby on Rails Visual... →
class User < ActiveRecord::Base
belongs_to :function
validates_inclusion_of :function_id, :in => Functions.find_by_id(:all)
end
how do I make a through association for a model that doesn’t exist?
– #rubyonrails
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]
Personally every new Rails release mostly brings headaches about...
– #rubyonrails
Anybody know what the difference between ./script/plugin and gem is?
– #rubyonrails
When I TATFT, I use shoulda.
– caboose We’ve stopped using rSpec …