similar to: Indexed Search Engine 0.1 Released

Displaying 20 results from an estimated 2000 matches similar to: "Indexed Search Engine 0.1 Released"

2006 Jan 03
5
Announcement: Indexed Search Engine 0.1.2 Available
Hello all. Apologies... I was a little too eager in my earlier annoucement about the Indexed Search Engine for Rails apps. The DB migration file contained an error that had to be worked around. I''ve fixed that, added more (and clearer) documentation, and a sample application. You can find most everything you want to know about Indexed Search Engine here:
2006 Jan 22
7
: Indexed Search Engine 0.1.3 Released
Hello all, IndexedSearch Engine for Rails Engines version 0.1.3 has been released. IndexedSearch is a simple, pluggable engine for rails applications which can be used to enable full text indexed searches within an application. Searchable data is parsed, stemmed using the Porter stemmer, and added to a fully indexed table. This allows you to index things like "he runs fast" which will
2006 Feb 17
0
: Indexed Search Engine 0.2.0 Released
The 0.2.0 release of the Indexed Search Engine<http://lance.langwell-ball.com/pages/indexed-search>is released. The Indexed Search Engine is a Ruby on Rails Engine <http://rails-engines.org> which helps you to easily add quick indexing and search capabilities to your application. Check out the project page<http://lance.langwell-ball.com/pages/indexed-search>for more info.-- --
2006 Jul 17
2
IndexedSearchEngine Question
Good evening -- I''m really new to Rails and I was looking for a way to use IndexedSearchEngine with a "get" call instead of the default "post". I have the script by itself on a page /myapp/app/view/search/rhtml and I want to be able to bookmark the query string. I can''t seem to find where in the code the call to form_tag is. This is as likely as not a
2006 Jan 11
17
Different Types of Users and User Engine
My question is how have people implemented different types of users in their Web applications using user-engine? As for my application, I use single table inheritance in order to derive several different types of users, such as "moderators," "editors," etc ... For example, let''s say that I want to create a moderator. I define a new moderator class and Controller like
2006 Jan 16
5
Soft Deletes
How would I go about setting up my rails applications to soft delete items from the database rather than actually deleting it. I would imagine that I need to over ride the methods from ActiveRecord. Where would I do this would it be in the model? enviroment.rb? I would imagine that if i wanted it throughout my entire application it would need to be in the enviroment.rb. Also to
2016 Oct 14
3
CentOS on new Dell
On Thu, Sep 29, 2016 at 9:18 PM, John R Pierce <pierce at hogranch.com> wrote: > On 9/29/2016 5:55 PM, Michael B Allen wrote: >> >> It seems optical drives are gone. Do I boot the iso from USB or what's >> the procedure now? > > yup, put iso on USB, go to town. Mmn, that didn't work. I dd'd the latest Fedora Live iso onto a USB drive, put it into a
2006 Aug 08
2
Resources and pretty URLS
Using the brand-spanking new map.resources for REST goodness, is there a way to pass in additional parameters, or do I have to go back to standard routes. For example, is there a way to use the map.resources to response to urls like: /blog/2005/02/03/ => :controller => :blog, :action => :show, :year => 2005, :month => ''02'', :day => ''03''
2006 Jan 10
13
# of entrys in different months
right now im writing a weblog as my first project in rails. Most tings seems to be working great :), but there is (a least) one thing left i can''t figure out how to do. As most weblogs i would like to have an archive, whick looks like this: January 2006 (42) December 2005 (60) November 2005 (2) October 2005 (101) September 2005 (4) August 2005 (2) July 2005 (101010) where (x) is the
2004 May 28
1
TDM31B and Zaptel: FXO port not recognized?
I have a brand-spanking new TDM31B (3 FXS, 1 FXO) and when I start wcfxs (the only module that recognizes the card) from Zaptel 0.9.1 I get: Zapata Telephony Interface Registered on major 196 Freshmaker version: 63 Freshmaker passed register test Module 0: Installed -- AUTO FXS Module 1: Installed -- AUTO FXS Module 2: Installed -- AUTO FXS
2008 Apr 07
3
installed app not in app menu; emule ports questions
Hello, I'm brand spanking new with Linux and all of this. I've just recently installed Ubuntu, and I installed Wine. I've just now attempted to install the latest version of emule into Wine, and it was easier than I expected. One thing though-emule didn't get added to the applications/wine/programs menu. How does one add programs to that menu? I had to browse the "c"
2006 Mar 07
1
Simple Question
Brand spanking new to Dovecot. Trying to move over to it, got a few simple questions. 1) Is there any documentation on the .customflags file? Not sure what this is for... 2) I'd like to make a directory for every user NOT be writable. Meaning the email server (Exim) can put the mail down in the directory but a user can no move an email into it through Imap. I couldn't find a search
2005 Nov 21
3
New code: proposed release?
So I just wanted to review what most of my new code does for those who are not familiar with it yet. ====== The biggest feature of my work is the docbook export. This means that any valid textile markup can be exported to the docbook standard. I added a new chapter tag to go along with the export. ch. 1. Here is the title In HTML, this will produce: <h1>1. Here is the
2015 Jul 26
1
Get term from document by position
> Snippet highlighting is something that was worked on for a GSoC project a > few years ago, and is mentioned in our FAQ: <http://trac.xapian.org/wiki/FAQ/Snippets>. > It?s not available in the 1.2 series, but as I understand it should work out of the > box in 1.3.3. I tried it, this approach returns snippet that have nothing to do with the search string. Moreover, it takes too
2006 Apr 03
3
render :partial + redirect_to :controller
This is of course disallowed, which I discovered only after nearly completing my spanking new ajaxified UI. What is the motivation behind this, and what is the best workaround? This UI does a scriptaculous drag-and-drop of items from a first div (div1) over to a second div (div2), which triggers the contents of div2 to be updated to reflect the drop. No prob, thus far. But then the
2007 Apr 19
1
AudioCodes MP-104 MGCP?
Greetings; We are trying to get Asterisk up and happy at our site-we tried VOIP using Sphere about a year ago, spent a *boodle* on expensive hardware and services from a local "expert", but it never was happy. I'm brand-spanking new at VOIP, and I've learned a *ton* getting Asterisk breathing in the last couple of days. I have three Polycom Soundpoint IP 500 SIP phones, which
2006 Jan 10
5
Noob ActiveRecord Join Question
I''m new to rails and ruby, and after trying to get this to work correctly for hours, I thought I''d give this forum an try. I''ve setup a trivial project just to mess around with Rails database naming conventions and associations. I''ve got a table called Pets, and a table called Types. Pets contains a list of pets, Parky the cat, Daisy the dog, etc, And Types
2006 May 17
3
QueryParser lowercase / uppercase and stemming
Hello. There are several problems I couldn't find a solution. 1. QueryParser does not perform stemming I am working with PHP5 and use the xapian wrapper written by Daniel M?nard I build a query using parseQuery. Output of the parsed query shows that terms are not stemmed, although a stemmer is set ( see code snippet) # create a XapianDatabase object to search in $db = new
2008 Mar 16
0
Merb Init Problems
Hi All, I''ve come across the following problem with merb 0.5.3 (ruby 1.8.6 / Mac OS X Leopard). Basically, when I type ''merb'' or ''merb -i'' from within the app''s root, It starts, compiles the routes and then exits. Any ideas??? This is a brand spanking new merb app: josh at JDS-MacBook:~/Projects/schmerb$ merb Merb started with these
2012 Mar 23
0
Re: Anyone successful with Quicken 2012?
Same boat, forced to update my 2009.... I was successful installing Quicken Rental Property Manager 2012 using the 2011 Premier steps (the 4 winetricks installs and the override) On wine-1.4 and Ubuntu 11.10. Appears to run nicely/smoothly and so far so good.. however I have encountered a glaring problem that really makes it unusable, which I cannot seem to resolve: All pop-up windows, i.e.