search for: ssible

Displaying 3 results from an estimated 3 matches for "ssible".

Did you mean: sible
2006 Apr 30
4
acts_as_ordered_tree
I need an ordered (sortable tree) and I just was thinking if somehting like this is possible: class Item< ActiveRecord::Base acts_as_tree :order => "position" acts_as_list :scope => ''parent_id = #{self.id}'' end For my understanding mixing of two acts_as should be p?ssible, at least in this case, right? Unfortunatly the :scope is not working, I am...
2006 Feb 13
2
Do I need separate file for each model
...pplicationController def yeni_firma @emlak_firmasi = EmlakFirmasi.new @sehirler = Sehir.find_all end end The odd thing is it is working once when I restart webrick, and after hitting refresh it raises exception again. Why it is insisting to load classname.rb, isn''t it po?ssible to use custom filenames for models when you do not use scaffolding etc. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060213/d21083dd/attachment.html
2003 Nov 30
5
mail without mta
Dear list! I'd like to know if some- one has experience with system running no mta (aka sendmail). I have single comp, not server, not lan. Yes! Sendmail is nice, but it is too big for simple tasks I have for it. My intention is to use apps small as possible. This letter gone from mutt directly to ssmtp, that processed it to my isp. (Setting option for sendmail as "/usr/local/sbin/ssmtp".) Little drawback is that one cannot write second letter and send it at the same time. Some sort of queue would be helpful. Problems start receiving mail....