Displaying 2 results from an estimated 2 matches for "scriptgenerate".
Did you mean:
scriptgenerator
2005 Jul 05
0
Strange behavior on windows
...ogle but haven''t found
anything.
I''m just going through the Ruby on Rails book and installed the software
from the SVN server as it mentioned that a lot of things in the book won''t
work with the current stable release.
I started with the Depot example and ran:
>ruby scriptgenerate scaffold Product Admin
./script/../config/..//vendor/rails/actionpack/lib/action_controller/code_ge
nera
tion.rb:69:in `dup'': allocator undefined for Proc (NoMethodError)
from
./script/../config/..//vendor/rails/actionpack/lib/action_controlle
r/code_generation.rb:69:in `dup'&...
2009 Oct 27
3
sieve and fileinto encoding
Hello All!
I`m using dovecot 1.2.6
I have folder named in russian "????", and when in filter i wrote:
fileinto "????";
all works well.
Now i find 2 web applications to manage sieve filters (horde-ingo and
squirrelmail/avelsieve) - then creates filter like this:
if header :contains "Subject" "????"
{
fileinto "&BCEEEAQfBB8-";
stop;
}