Displaying 4 results from an estimated 4 matches for "simonki".
Did you mean:
simoni
2006 Aug 22
0
Re: mySQL Not working with rails app
Joe Cairns wrote:
> simonki-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:
>> Hi Joe
>>
>> You mention you''re using debian - is ruby installed from binary
>> packages or from source?
>>
>> If it''s binary you should just be able to apt-get install
>> libdbd-mysql-ru...
2006 Apr 05
7
AdminPages Rails CMS is now an engine
Hi all, I just released the new version of my CMS AdminPages as a Rails
engine.
It uses the Dojo Toolkit for UI elements.
Features:
Manipulate pages and content with Drag n Drop,
Pages in a sortable tree,
easy to define new page elements,
"Nice" URLs,
Page Caching,
Rich Text Editor,
multiple columns per page,
custom content types,
Layout scaffolding
BSD license
2006 Apr 10
0
Inheriting data from one model to another
Hello
I''ve been struggling with something for hours that I thought would be
a simple job. Hopefully somebody can shed some light on what I''m
trying to do :o)
First of all I''ll explain what I''m trying to achieve. In a store
application I want to have products and product variations. A product
variation should inherit all of its properties from product unless
2006 Aug 22
0
Re: mySQL Not working with rails app
Hi Joe
You mention you''re using debian - is ruby installed from binary
packages or from source?
If it''s binary you should just be able to apt-get install
libdbd-mysql-ruby
If source make sure you have ruby-dev and build-essential* installed,
then try installing the gem again.
* you probably don''t need all of build-essential, but there''s no harm
in doing so