Displaying 1 result from an estimated 1 matches for "courtnay".
Did you mean:
courtenay
2006 Aug 06
0
Rails Core Weekly July 16 - August 6
......
end
base.rb
module ActiveRecord
class DestroyRestricted < ActiveRecordError
def initialize(model, by)
super "#{model.class.name} #{model.id} destroy restricted by #{by}"
end
end
end
[thread: http://www.ruby-forum.com/topic/75349#new ]
Courtnay runs Rails with ruby 1.8.5 and comes across several issues
which he of course patches.
A rather funny thread about formatting ensues. What a single
semi-colon can do !
[thread: http://www.ruby-forum.com/topic/74568#new ]
Michael Koziarski comes up with plan how to start weeding out the
soon-to-be...