search for: zecko

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

Did you mean: gecko
2008 Sep 03
1
edge rails config.cache_classes = true breaks applications
...etting trouble when using the production environment -- i tracked down the problem to the following line config.cache_classes = true if i disable the class caching, everything works just fine, when enabling the cache_classes, lots of errors get dropped -- see the output below: error #1: /Users/zecko/GIT/myapp/vendor/rails/activerecord/lib/active_record/base.rb:1742:in `method_missing_without_paginate'': undefined method `file_field'' for #<Class:0x36b049c> (NoMethodError) from /Users/zecko/GIT/myapp/vendor/plugins/will_paginate/lib/will_paginate/finder.rb:164:in `method...
2006 Aug 02
0
"RJS Error: TypeError: $(element) has no properties"
...ntroller def destroy Address.find(params[:id]).destroy return if request.xhr? # render RJS instead end # the RJS page.visual_effect :fade, ''addresslist''+params[:id], :duration => 1 page.replace_html ''adresslist''+params[:id], '''' thanks, m.zecko -- Posted via http://www.ruby-forum.com/.
2006 Jul 22
1
(bug) auto_complete_for has no support for umlauts!
i wanted to file a bug in the rubyonrails trac, since trac is currently broken, i am writing this here. maybe there is a solution allready: auto_complete_for has no support for umlauts. this i a very big problem for non-english developers out there, since almost everything searched for contains umlauts. * searching by umlauts is not possible * displaying of the found entries is screwed see