Displaying 20 results from an estimated 20000 matches similar to: "Webrick very unstable with MySQL 5.0 on Windows"
2005 Nov 30
8
Compilation of ferret C-extension under Windows.
Hi, David.
I have recently fixed ferret C sources and successfully compile extension
with MSVC.Net The problem was that MS compiler is more stricter that GCC and
require that all variables were declared before using. There was ~30 such
declaration. I have fixed them all.
But I am not sure that it works because tests failed with following error
both on clean and patched versions. So seems that it
2005 Dec 28
1
Windows "Lost connection to MySQL server during query"
With previous versions of active record (prior to version 1.13.2), one 
could simply comment out the "require ''active_record/vendor/mysql411''" 
line in mysql_adapter.rb to fix this problem when you weren''t (and/or 
couldn''t) use the native mysql bindings.
However, this line no longer exists, and I''m stuck on getting any sort 
of applicatino
2006 Jan 27
4
plugin install behind corporate firewall?
Hi all,
Anybody has a clue on how to install a plugin behind a corporate firewall? I
know the "-p" option works for installing a ruby gem thru a proxy, but it
doesn''t seem to work for script/plugin install
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2014 May 20
3
"EDD Load error" on btrfs, how to debug?
On Tue, May 20, 2014 at 12:20 PM, Anatol Pomozov
<anatol.pomozov at gmail.com> wrote:
> Hi
>
> On Tue, May 20, 2014 at 9:18 AM, Anatol Pomozov
> <anatol.pomozov at gmail.com> wrote:
>> Hi
>>
>> On Tue, May 20, 2014 at 3:12 AM, Gene Cumm <gene.cumm at gmail.com> wrote:
>>> On May 20, 2014 12:33 AM, "Anatol Pomozov"
2014 May 20
3
"EDD Load error" on btrfs, how to debug?
Hi
On Tue, May 20, 2014 at 3:12 AM, Gene Cumm <gene.cumm at gmail.com> wrote:
> On May 20, 2014 12:33 AM, "Anatol Pomozov" <anatol.pomozov at gmail.com> wrote:
>>
>> Hi
>>
>> On Mon, May 19, 2014 at 6:58 PM, Gene Cumm <gene.cumm at gmail.com> wrote:
>> > On May 19, 2014 5:17 PM, "Anatol Pomozov" <anatol.pomozov at
2005 Nov 26
3
Get number of found documents
Hi David again.
I would say that Ferret works great with Rails.
And now I am trying to create pagination. Because site could have millions
of documents I need to create on page link something like
"Page #100". Rather usual situation.
But to create this links I need to know how many documents Ferret found in
index.
For now I am doing it with following code
    index =
2006 Mar 01
4
link_to_remote, doesn''t receives params?????
Hi, 
I''m using link_to_remote to trigger an ajax zone, but
depends on a varaible, the new zone has different
features. before I has a button inside a form. so when
I click on the button, I get the value of the variable
inside "params". but since I use link_to_remote now, I
don''t get any value from params anymore.... Is there
some way I can get the data inside a form
2014 May 20
2
"EDD Load error" on btrfs, how to debug?
Hi
On Mon, May 19, 2014 at 6:58 PM, Gene Cumm <gene.cumm at gmail.com> wrote:
> On May 19, 2014 5:17 PM, "Anatol Pomozov" <anatol.pomozov at gmail.com> wrote:
>
>> Besides syslinux itself other things has changed e.g. gcc (but I
>> really hope my problem not because of compiler).
>
> This alone can be the trigger.This might be a starting point: build
2005 Dec 02
8
Ferret 0.3.0 released
Hi folks,
This latest release of Ferret has a lot of improvements. There have
been substantial improvements to performance. Try it for yourself to
see. I won''t be publishing any numbers just yet. I will say though
that it''s still about 2-4 times slower than Lucene with the extension
installed. There is also some performance improvements in the pure
Ruby version if you
2005 Nov 26
3
Several questions about Ferret.
Hi.
First of all I would like to say "thank you" to David for its really
valuable work. Ferret is a great project and it have great future.
Well now is my questions as beginner in Ferret.
How to remove ALL documents from index. Remove files is not a solution. I am
interesting in something like
index.remove_index or something like this. What is a usual way of doing it??
What is the
2014 May 19
2
"EDD Load error" on btrfs, how to debug?
Hi
On Mon, May 19, 2014 at 2:03 PM, H. Peter Anvin <hpa at zytor.com> wrote:
> On 05/19/2014 11:20 AM, Anatol Pomozov wrote:
>> Hi
>>
>> I have a computer with BIOS and Linux Arch installed.
>>
>> Starting from a recent syslinux update (6.02->6.03pre9) I am not able
>> to use syslinux anymore. I try to boot my computer and the only thing
>> I
2013 Oct 05
10
Linux Arch: kernel BUG at fs/btrfs/inode.c:873!
Hi,
I have a home server on Linux Arch (kernel 3.11.2) that uses
multi-device btrfs on root filesystem.
Until recently it worked completely fine. And yesterday I rebooted it
and the machine did not wake up.
I booted from a USB (kernel 3.10) and tried to mount the filesystem.
Here is OOPs I see
[   41.676217] device fsid 25e6a6fa-fe1f-4be5-a638-eeac948f8c21 devid
8 transid 164237 /dev/sda
[  
2014 Jul 12
3
Syslinux 6.03pre18 cannot boot kernel from btrfs
Hi
I keep trying syslinux on my testing machine with BIOS and btrfs on
root partition. I use syslinux 6.03pre18, kernel 3.15.4.
A number of btrfs related bugs has been fixed in syslinux 6.03
recently, but I still see one more. Syslinux stops booting my kernel
from btrfs partition. The partition itself is fine - I can mount it
from other kernel booted from USB. The partition superblock is fine,
2006 Jan 19
5
script.aculos.us and the in_place_editor
Hi there,
I''ve been trying incorporate the in_place_editor, but have had no luck
so far. I read the Ajax.In Place editor wiki on script.aculos.us which
was informing, but still left me wondering about a few things.
Here''s what I''m trying to do. A user has a profile page which lists
their name, age, homepage, etc... There is no form on this page...
it''s just
2005 Dec 02
4
How to get the count of matching documents
I''m trying to generate a rails pagination helper for some ferret
search results, and I need to know how many total matches there are to
my search query.  I don''t see an obvious way of finding this.  Any
help would be appreciated.
Thanks,
Carl Youngblood
2014 May 19
5
"EDD Load error" on btrfs, how to debug?
Hi
I have a computer with BIOS and Linux Arch installed.
Starting from a recent syslinux update (6.02->6.03pre9) I am not able
to use syslinux anymore. I try to boot my computer and the only thing
I see is "EDD Load error - Boot error" message. When I install 6.02
back the system is completely fine.
Other people use syslinux 6.03 fine. They use ext4 and I use btrfs as
my root
2005 Oct 28
3
PostgreSQL. Multiply schemas in one database. How to?
Hi all.
I am using PostgreSQL in my current project and I have couple of questions
on this topic.
Previously I have used 3 databases for project. i.e.
megaproject_development, megaproject_test and megaproject_development.
But I don''t like this variant because of ''rake dump_db_structure'' writes a
lot of PostgreSQL specific data for structure file (operators, functions,
2006 Jan 15
2
removing old rails docs after updating rails
Hi,
When I start gem_server and look at localhost:8808 I can see multiple
version of actionpack, activerecord etc. Is there a command to delete
the old documentation after I update rails?
Thanks,
Peter
2005 Dec 26
2
Installing rails with gem without net connection
hi,
i am new to ruby on rails. when my box is connected with the net, i am 
able to install rails easily with remote option, but i am failling to 
install it locally (given that my box is not connected to internet). I 
have downloaded rails library. Please some one tell me how can i install 
it locally
thanks
-- 
Posted via http://www.ruby-forum.com/.
2014 Nov 25
0
[PATCH] check-gnu-efi.sh: print the output of build-gnu-efi.sh
Hi
On Mon, Nov 24, 2014 at 8:20 PM, Ady <ady-sf at hotmail.com> wrote:
>
>> _ The gnu-efi git repository is currently partially unavailable. Trying
>> to retrieve older commits (as the one used in the official release of
>> Syslinux 6.03 stable) might succeed, but, at this moment, trying to
>> retrieve the official gnu-efi master head will fail.
While we discuss