Displaying 20 results from an estimated 600 matches similar to: "Ackbar, KirbyBase, and Agile Web Development With Rails Blog"
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 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 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:
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 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
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 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 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
2005 Nov 11
1
[Fwd: Thanks for win32-service]
Nice. :)
-------------- next part --------------
An embedded message was scrubbed...
From: Jamey Cribbs <cribbsj at oakwood.org>
Subject: Thanks for win32-service
Date: Fri, 11 Nov 2005 11:33:13 -0500
Size: 2505
Url: http://rubyforge.org/pipermail/win32utils-devel/attachments/20051111/5b46cd4f/Thanksforwin32-service.eml
2007 Nov 10
0
Radiant 0.6.4 - Gem Shaper Release
Looks like it''s time for another release of Radiant:
http://radiantcms.org/download/
This release contains a few major changes as well as numerous bug-fixes and
enhancements. Included in the release are Rails 1.2.5, Prototype 1.6 and
script.aculo.us 1.8. Significant refactorings have been done to the
admin UI Javascripts, thanks to Mislav Marohnic. The release also provides
better
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
2008 Jul 27
1
Radiant CMS 0.6.8 "Incise" Release
Looks like it''s time for another release of Radiant:
http://radiantcms.org/download/
Radiant 0.6.8 "Incise" adds a number of new features that enhance
support for
extensions and completes the project''s move to github. Of special note are:
* Extension installer/uninstaller scripts (script/extension) and a global
''extension registry'' at
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
2009 Feb 15
0
Radiant 0.7.1 - Engraving Release (bugfix)
Looks like it''s time for another release of Radiant:
http://radiantcms.org/download/
Radiant 0.7.1 Engraving is a bugfix release that corrects two errors
in the user-interface. The contents of page-parts will now maintain
escaped HTML characters across saves, and the tag reference will now
properly display when ''<normal>'' is selected as the page type. The
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
2004 Oct 04
1
Making a FXListBox open up
How would I programatically make a FXListBox pop open? I have searched
through the Fox mailing list archive, but did not find anything.
Thanks.
Jamey
Confidentiality Notice: This email message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and/or privileged information. If you are not the intended recipient(s), you are hereby notified
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'',
2006 Jul 15
2
Database Config as DSL
In listening to this week''s Ruby on Rails Podcast the issue of YAML came
up, and it got me thinking. Yes, YAML is very simple and cleanly defines
both the database configuration and fixtures, but couldn''t the same
thing be accomplished in Ruby? Jamis and others have encouraged the use
of DSLs to simplify and clarify code. Since Django (whose author was on
the podcast) uses
2005 Mar 16
1
Speex for TI 5509 DSP
Jamey,
There is a previous posting in the speex archives with a link to the dsp c5x
patch.
Archive link:
http://lists.xiph.org/pipermail/speex-dev/2004-October/002847.html
Patch link:
http://lists.xiph.org/pipermail/speex-dev/attachments/20041029/facb8c73/spee
x-1.1.6-jeh1-0001.bin
But that patch is very different (much smaller) then the dsp c5x patch at