similar to: Ackbar - ActiveRecord Adapter for KirbyBase

Displaying 20 results from an estimated 1000 matches similar to: "Ackbar - ActiveRecord Adapter for KirbyBase"

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 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 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 Dec 19
2
rails based wiki: is instiki still being developed?
hello, is the instiki project still being developed? it seems the web site is down for a couple of weeks now, and almost no activity is going on on the developer mailing list. on a related note, are you aware of other actively developed rails-based wikis? many thanks in advance.
2006 Jul 07
15
Does Berkeley DB and Rails seem like a good match?
I''ve been reading up on Berkeley DB and I''ve been refelcting on the Rails philosophy and it just seemed to me like the two should go together hand in glove. Rails seeks to abstract the programer from squirrely database coding which is great. My only problem is that you''re still left with a large component, namely the databsase server (MySQL, PostgreSQL..etc) which
2006 Apr 05
4
distributing rails apps for localhost usage
Has anyone come across any interesting ways to make rails apps easily distributable to run on a local machine. I''d love to be able to "bundle" my rails app into a single file that would contain a simple webserver, database and my rails app which a non-experienced user could then download install on their machine, go to a web browser and run the app locally. I envision it
2006 Mar 24
9
Escaping characters
Hi, I am writing some help about post formatting. I am using redcloth to format the text, and in a FAQ, also formatted with redcloth, I explain what to type to what to obtain. So, how could I escape ''*'', ''#'' & Co, to have an output like <redcloth> Type *word* to obtain <strong>word</strong> </redcloth> I tried "Type
2006 May 18
5
[OT] Best Blog + Wiki opinions?
Hello all, I''m looking for suggestions for integrated Blog + Wiki (Bliki) apps. I''d prefer Rails, I want to hear opinions on all options! I''ve browsed through W:Bliki <http://en.wikipedia.org/wiki/Bliki>. Nothing in that list is immediately compelling. This is for my wife, who is not a technologist, and has a need to create a information-centric website.
2007 Jan 26
10
Camping and DBI
Hi, I''ve been playing around with using DBI instead of ActiveRecord ''cause I just love to beat myself up! ;) Is this an okay way to do this, or is there any other more creative ways? require ''dbi'' module MyApp:Models class DB def self.dbh DBI.connect(''DBI:Mysql:dbname'', ''username'',
2005 Jun 07
0
Ruby/Odeum 0.4: ResultSets, KirbyBase Demo
Hello, An announcement for another version of Ruby/Odeum 0.4. http://www.zedshaw.com/projects/ruby_odeum/index.html http://www.zedshaw.com/downloads/ruby_odeum/ruby_odeum-0.4.tar.bz2 http://www.zedshaw.com/downloads/ruby_odeum/ruby_odeum-0.4.gem ***This release will break your existing code.*** Read the ResultSet documentation for how to make your changes. Important features of this release
2006 Jun 01
5
Content Management System
I am looking for a good CMS based on Rails that has at least these attributes: 1. Ease of use ( as it will be used by people who are not html literate) 2. Very easy/flexible to change layout. So far I have looked at http://rcms.oopen.de/Home/ (have not installed it yet) http://adminpages.flowdev.de http://demo.radiantcms.org/admin/pages http://www.eribium.org/eribium/ MuraveyWeb does not seem
2006 Jun 04
0
Pimki 1.8.200
Hi All, Just a quick note on a new release of Pimki: The Wiki-based PIM to GetThingsDone! Pimki 1.8.200 is a bug fix release: accumulated bug fixes plus an explicit dependency on Madeleine 0.7.1 (the new 0.7.2 is incompatible). Important note: this release is still based on the Pimki 1.x branch. Snapshots from previous versions of Pimki and Instiki up to 0.9.2 should work fine. Work on Pimki2
2004 Feb 05
1
automatic in pxelinux config
>Absolutely nothing; it's not valid config file syntax. Looks like it's >part of a longer line. here is the "automatic" in full context. label ackbar kernel Mdk8.1/vmlinuz append ramdisk_size=32000 initrd=Mdk8.1/network.rdz automatic=method:nfs,network:static,ip:192.168.1.205,dns:192.168.1.11,domain:mandrakesoft.com,server:ackbar,directory:/export vga=788
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
2006 Jul 27
0
Is there a non sql active_record db adapter out there ?
Hi, i''m just starting to develop an active_record db adapter for an in-memory oo database (purple). This will obviously require quite some work in the Base class of active_record and so I''m wondering if anyone has done this already? After some searching I found the ackbar adapter for kirbybase db. And while I sure will be lifing code from there, I''d really imagine
2007 Feb 20
6
Markdown and Wikis
I would like to have a wiki that uses Markdown as the markup language (or something very close), I've currently used PmWiki and I really like it but there are some problems with using Markdown so I'm interested to see if there is an alternative that works better for me. I've looked at wiki matrix and searched for and found the following list bitweaver, DekiWiki, DokuWiki, Friki,
2006 Apr 10
9
Pagination with letter (A B C D ... Z)
Hi there, Is there a neat and easy way to implement pagination with letters rather than numbers eg : A B C D ... Z Rob
2004 May 24
9
Combo Box
>> You really want to call get_value. Unfortunately, that''s not implemented >> in wxRuby 0.3.0. >I found to my surprise that this method is actually working, but only in the >example code that comes with wxRuby one-click install for Windows. @combo.get_label seems to work for me. See sample code below. HTH, Assaph ----- CODE ----- require ''wxruby''