[Rails] missing fileinformation with memprof

2011-04-12 Thread Guido Holz
I'm triying to find a memory leak with memprof. I'm using in environmet.rb: Memprof.dump_all('/tmp/test.json') after uploading to memprof.com I can see following: * objects with most outbound references 2318 classes and 384 modules * namespace hierarchy * class hierarchy *

[Rails] Re: Can't seem to install RMAGICK on Ubuntu Karmic Koala

2011-03-22 Thread Guido S.
ct9a wrote in post #909051: hi guys, I have been trying to install Rmagick on ubuntu karmic koala for a day. Yes, ImageMagicK has already been installed and works great with paperclip and a few other perl scripts I have (which uses Image::Magick). The following is what the execution

[Rails] Date format in Rails 3.0 using sqlite3

2010-03-31 Thread Guido Pinkas
Hi, I am new to Ruby and Rails, so I don't know if this is my fault, but maybe this is a bug in Rails (I'm using Rails 3.0 beta) which should be reported. I have following search statement: [code]events = CalendarEvent.find :all, :conditions = { :target_date = begin_date..end_date }[/code]

[Rails] Re: auto_complete plugin on rails 2.3.5

2010-03-21 Thread Guido
thanks. Guido On 20 Mar, 00:47, Fernando Perez li...@ruby-forum.com wrote: Someone can help me? Just grab it from github and drop it in vendor/plugins, there is no special install step to run. -- Posted viahttp://www.ruby-forum.com/. -- You received this message because you

[Rails] auto_complete plugin on rails 2.3.5

2010-03-19 Thread Guido
in http://dev.rubyonrails.com/svn/rails/plugins/ /CHANGELOG /account_location/ /acts_as_list/ /acts_as_nested_set/ /acts_as_tree/ /atom_feed_helper/ /auto_complete/ /continuous_builder/ [...] So, the auto_complete is there but it won't install. Someone can help me? Thanks. Guido -- You received