Displaying 4 results from an estimated 4 matches for "sandjaja".
2007 Mar 31
8
Problem with setting up remote indexing
Hello,
I have been trying to set up the remote indexing for acts_as_ferret and
followed the guide here:
http://projects.jkraemer.net/acts_as_ferret/wiki/DrbServer
I added :remote => true to my models and then specified host and port
for the production environment.
After defining the host/port for production, I tried to run my
development server and received the following error:
2007 Apr 06
4
Newbie having full text search problem with acts_as_ferret
Hi guys,
I am using acts_as_ferret to do full text search on my models and I am
having problem on three-letter word searches.
I am going to use an example to explain my problem. Here it is:
There is a table called users and it has login, first_name, last_name
columns. There are three rows inside it.
login first_name last_name
bob bob henry
longbob nil
2009 Sep 26
2
Config XLSUITE in Windows
I try to config XLSUITE in my system. I''m facing some problem i resolved
it one by one.
now im facing this error
=> Booting Mongrel (use ''script/server webrick'' to force WEBrick)
=> Rails 2.2.0 application starting on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
** Starting Mongrel listening at 0.0.0.0:3000
Exiting
2009 Nov 03
0
Redirecting Calls and MeetMe Rooms
Hello everybody,
using the manager api (via asterisk-java) I originate a call with
application MeetMe to some extension (IAX). The agent joins the meetMe
room on answering that incoming call. So far so good.
Now I'd like to redirect that agent from the meetMe room to another
meetMe room *only by using the manager api*. Is that idea possible to
realize? Or has the agent to be involved?