Displaying 20 results from an estimated 1000 matches similar to: "Ruby/Odeum 0.4: ResultSets, KirbyBase Demo"
2005 Apr 14
6
Ruby/Odeum Full Text Inverted Index Extension
Hello Everyone,
Announcing the Ruby/Odeum library--a full text inverted indexer for
Ruby:
http://www.zedshaw.com/projects/ruby_odeum/
Ruby/Odeum is an extension that wraps Mikio Hirabayashi’s QDBM Odeum
library for fast reverse indexing of documents. It supports indexing
documents by their words, breaking the text into words, normalizing the
words, searching, and attaching meta-data to each
2005 May 16
0
Ruby/Odeum vs. Lucene Performance
Hi All,
At the risk of starting a major flame war and giving Java player-haters
more fuel for their ire, I''ve done a performance comparison between
Ruby/Odeum and Lucene:
http://www.zedshaw.com/projects/ruby_odeum/performance.html
Please don''t take this as a "Java sucks Ruby rulez" posting, or that
I''ve done any sort of scientific analysis here.
2006 Feb 21
0
Blog of building Agile Web Development w/Rails Depot App using Ackbar/KirbyBase (Chapter 6-7)
Sorry for the long Subject line, but I couldn''t figure out what else to
call it. :-)
Just a quick announcement to tell you that I have worked through
Chapters 6 and 7 so far of "Agile Web Development with Rails", using
Ackbar/KirbyBase to develop the Depot app instead of MySQL. You can
find my blog about it at:
http://houseonfire.wordpress.com
For those who
2006 Mar 19
0
Ackbar 0.1.1 - ActiveRecord Adapter for KirbyBase
Hi All,
= What''s New
This is a bug fix release. Jamey Cribbs (author of KirbyBase) has run
through Active Web Development with Rails, building the Depot sample
app on top of Akbar/KirbyBase. A few issues uncovered there were fixed
/ enhanced in this release. See the CHANGELOG for full details.
You can read all about his exercise, starting at
2006 Feb 15
7
Ackbar - ActiveRecord Adapter for KirbyBase
= About Ackbar
Ackbar is an adapter for ActiveRecord (the Rails ORM layer) to the KirbyBase
pure-ruby plain-text DBMS. Because KirbyBase does not support SQL, joins or
transactions, this is not a 100% fit. There are some changes to the ActiveRecord
interface (see below), but it may still be useful in some cases.
= URIs
Ackbar: http://ackbar.rubyforge.org
KirbyBase:
2006 Feb 07
3
ActiveRecord for kirbybase?
I''ve found vague mentions of various attempts at creating an ActiveRecord adapter for the KirbyBase pure Ruby DBMS, but
nothing which looks like it''s actually working. Anyone know of such an adapter that is functional and available?
b
2006 Mar 05
0
Summary of my Rails/Ackbar/KirbyBase experiment posted
Just wanted to announce that I''ve posted a blog entry summarizing some
of the things I learned from my effort to create the Depot app from
Agile Web Development with Rails, using Ackbar and KirbyBase, instead of
MySQL. You can find it at:
http://houseonfire.wordpress.com
Jamey
2006 Feb 18
0
Ackbar, KirbyBase, and Agile Web Development With Rails Blog
Just wanted to announce that I''m starting a blog about my experiences of
building the Depot application from Agile Web Development with Rails,
using Ackbar/KirbyBase instead of MySQL. You can find the blog here:
http://houseonfire.wordpress.com
Jamey Cribbs
2005 Oct 17
12
SCGI Rails Runner 0.4.1 (getting closer)
Hi All,
Alright, this release is getting closer. It''s nearly complete except
the docs on my site aren''t written yet. There is however a full README
with RDoc documentation and several packages including a gem release.
Please check out the latest release at:
* Announcement:
http://www.zedshaw.com/
* README and RDoc:
2003 Apr 23
0
MySQL
Dear laurent,
> But there are lots of commands I found in R docs which are "not found",
> such as getTable. Deprecated (I successfully used dbListTables) or do I
> simply miss a package ?
>From RMySQL\NEWS:
* added (almost) trivial convenience RS-DBI functions getTable(),
assignTable(), existsTable(), and removeTable(). They all mimic the
corresponding R/S get(),
2005 Nov 22
1
Win32 Service Timeout command
> -----Original Message-----
> From: Jamey Cribbs [mailto:cribbsj at oakwood.org]
> Sent: Tuesday, November 22, 2005 2:44 PM
> To: Berger, Daniel
> Subject: Win32 Service Timeout command
>
>
> Hi, Dan. I have a quick question. Is there a way to set a timeout
> variable when starting/creating a win32 service using your package?
> When I attempt to start a
2005 Dec 29
2
form_remote, getting data from submit
Hi list,
I'm writing a little survey application, and surveys are generated
dynamically. I use form_remote_tag and AJAX to submit the form to a
method 'submit' in my 'survey' controller.
The view generates the form as:
<tr>
<td>Question 1?</td>
<td><input id="resultset_1" name="resultset[1]" size="30"
2001 Feb 22
2
Problem with tcltk listbox
Hi!
I've got two problems with listboxes and selection:
I created a listbox, no problem. Then I bind the Button-1 of the mouse to the listbox to start some things by pressing the mousebutton. The proiblem is that as I click a item of the listbox this error occured:
Error in .Tcl(.Tcl.args(...)) : [tcl] bad listbox index "": must be active, anchor, end, @x,y, or a number.
Repaeting
2013 Feb 01
2
help on proportions
Hi:
Apologies for asking the following question. As?this may sound very basic and stupid for this forum?, I honestly do not know how to solve it and I do not have a teacher who can help me understand.
?
I have list of genes (200)?that are involved in a particular process and I call this as a?ProcSet.?? From an independent experiment I found that out of 10,000 genes, 1500 are significant and I
2005 Sep 11
4
[RFC] The Early Demise of Myriad (Thanks To Ruby Threads)
Hi Everyone,
I figured out this weekend that Ruby''s Thread implementation causes the Ruby/Event binding I wrote to completely stall and go dead. After reviewing the Ruby source and watching several strace runs, it''s clear that the Ruby Thread implementation uses select in a way that--while not being bad--just isn''t compatible with libevent. The second a thread is
2010 Jul 21
0
One problem with RMySQL and a query that returns an empty recordset
My last query related to this referred to a problem with not being able to
store data. A suggestion was made to try to convert the data returned by
fitdist into a data.frame before using rbind. That failed, but provided the
key to solving the problem (which was to create a data.frame using the
variables fitdist produces in the object it returns).
I now have almost everything working as
2006 Apr 11
0
Unit test is failing when I am using SQLite
Hi,
There seems to be an issue with SQLite adapter. Any idea what is causing
it?
document_test.rb contains default scaffold and works fine with MySQL but
fails with SQLite. Other unit tests work fine with either DB.
Sergei Serdyuk
Red Leaf Software LLC
http://www.redleafsoft.com
document_test.rb:
require File.dirname(__FILE__) + ''/../test_helper''
class DocumentTest <
2006 Jan 31
0
"cannot start a transaction within a transaction" sqlite error on OS X Tiger but not Windows
I''ve been editing a rails app on Windows for a little while now. I
just checked it into source control and started editing on my iMac.
Everything seems to run normally, except that when I attempt to modify
the database in any way (I''m running sqlite), I get a weird error:
"cannot start a transaction within a transaction"
2007 Mar 01
1
Problems with RC1 & Rails Controllers
I''m now using the 0.8.0 RC1 gem and have the same version of rspec
and rspec_on_rails checked out into my vendor/plugins directory.
I''m having a problems with controllers... I''ve generated a controller
using the ./script/generate rspec_controller MyController. When I
try to run the rake spec:controller task I get the following:
euclid% rake spec:controllers
(in
2007 Nov 15
2
Story adapter and SQLite Was:What command to run all stories?
Hi, by switching to MySQL from SQLite, it fixed the problem. I ran
rdebug on it and it is trying to call
I ActiveRecord::Base.connection.begin_db_transaction. from
ActiveRecordSafetyListener.scenario_started. I don''t think SQLLite
likes transactions.
Ed
On Nov 15, 2007 10:56 AM, Ed Howland <ed.howland at gmail.com> wrote:
> If I run the story stand-alone, I get:
> ruby