Displaying 15 results from an estimated 15 matches for "groppe".
Did you mean:
gropp
2006 Apr 06
6
Flexible data schema in a database?
I figured I pose this to the list and see if any one can build a
better mousetrap.
The problem:
1. Store hierarchical data in a database, but without knowing the
hierarchy beforehand.
2. Allow the user to define there own hierarchy, and allow the system
to support multiple hierarchies.
Call it a cataloging system, we have an object and we want to add data
about that object to the system.
Now
2006 Aug 07
0
Flexible data schema in a database?
To Bill Groppe,
I went to school in Palm Desert with Bill Groppe from 1966 to 1968. I
have lost contact with Bill and am wondering if this is the same Bill? If
it is, I would like to make contact and talk about old times.
Best Wishes,
Forrest Lloyd
forrest@ridgenet.net
760 384 4685
-------------- next part...
2006 Feb 21
9
Rails and Windows Active Directory Authentication?
Hello All, I know there is a component for integrating LDAP with Rails but
is anyone doing any Windows Active Directory Authentication to a Rails app?
I am rebuilding a site that was constructed out of asp and I would like to
rebuild/improve it via rails. On the requirements side I will need to
communicate with Active Directory and I will be required to use MSSQL for
the database. Can anyone
2008 Sep 24
2
[Dovecot 1.1.3] Strange problem with attachment download
Hello everyone,
I am testing Dovecot 1.1.3 at the moment to see if I can migrate from
UW-Imap(mbox) to Dovecot(maildir). Because I dont' want to influence the
production server I installed Dovecot on an ununsed computer with some
dummy-testusers using ssl and maildir. Installation was without any
problems and everything works fine with one exception: I cannot download
some attachments.
2006 Apr 06
4
GraphicsMagick or ImageMagick and RMagic on OS X
Hi all,
I''ve been trying to install GraphicsMagick with RMagic. I''ve tried
ImageMagick with RMagic as well. I''ve tried the installations using Darwin
Ports, Gems and from source. Nothing seems to work properly.
My specs:
ruby --version
ruby 1.8.4 (2005-12-24) [powerpc-darwin8.5.0]
rails --version
Rails 1.1.0
convert -version
Version: ImageMagick 6.1.8 04/05/06 Q16
2006 Mar 06
5
Oracle XMLType data
Howdy folks,
Has anyone had any luck getting Oracle''s XMLType to play nicely with
Rails? According to the docs, it''s just a wrapper around CLOB.
However the ruby-oci8 driver throws an exception about user defined
types if you try to query a table with an XMLType column.
Any pointers would be appreciated.
Thanks,
-wilig
2006 Mar 28
1
Rails 1.1 RC1 Troubles
Just updated my Rails version with ''rake freeze_edge''. Now sadly,
nothing works.
The oracle connection adapter overrides the column name quoting in
ActiveRecord::Base and breaks MySQL saving anything. Got around that
commenting out the offending method.
Next issue, generate a new scaffold of a simple table. Creating a new
record fails because apparently Ruby is trying to
2006 Mar 28
2
Rails Oracle connection
I''m using the following configuration in the database.yml to connect to
Oracle,
however I could not connect while the settings seems to be correct:
development_oracle:
adapter: oci
host: 127.0.0.1:8080/XE
username: rubydb
password: rubyrails
What is wrong here?
Can anyonbe help me?
--
Posted via http://www.ruby-forum.com/.
2015 Dec 04
0
IEEE TCSC Award for Excellence in Scalable Computing -- Call for Nominations
-------------------------------------------------------------------------------------------------------------------
2016 IEEE TCSC Award for Excellence in Scalable Computing
Call for Nominations
-------------------------------------------------------------------------------------------------------------------
The IEEE TCSC Award for Excellence in Scalable Computing is awarded for
significant
and
2015 Dec 04
0
IEEE TCSC Award for Excellence in Scalable Computing -- Call for Nominations
-------------------------------------------------------------------------------------------------------------------
2016 IEEE TCSC Award for Excellence in Scalable Computing
Call for Nominations
-------------------------------------------------------------------------------------------------------------------
The IEEE TCSC Award for Excellence in Scalable Computing is awarded for
significant
and
2006 Mar 28
2
Problem with generating a scaffold with an Oracle DB
Hi all,
I have confgured my oracle application with the Oracle Express
Production release database. This all is configured well and tested(I
can see that he founds the database). However, when I generate a
scaffold application there is no view for the CRUD functions created for
the application.
Below is listed what is generated for me for a Products table:
E:\workdir\ruby\depot>ruby
2013 Apr 10
5
[Bug 9783] New: please don't use client-server model for local copies
https://bugzilla.samba.org/show_bug.cgi?id=9783
Summary: please don't use client-server model for local copies
Product: rsync
Version: 3.0.9
Platform: All
URL: http://lwn.net/Articles/400489/
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: core
CFP: IEEE/ACM Int. Symp. on Cluster, Cloud and Grid Computing (CCGrid'14) -- Chicago May 26-29, 2014
2013 Sep 18
0
CFP: IEEE/ACM Int. Symp. on Cluster, Cloud and Grid Computing (CCGrid'14) -- Chicago May 26-29, 2014
-------------------------- IEEE/ACM CCGrid 2014 --------------------------
14th IEEE/ACM International Symposium on Cluster, Cloud and Grid Computing
May 26-29, 2014
Chicago, IL, USA
http://datasys.cs.iit.edu/events/CCGrid2014/
Rapid advances in architectures, networks, and systems and middleware
technologies are leading to new concepts and platforms for computing,
ranging from Clusters and
CFP: IEEE/ACM Int. Symp. on Cluster, Cloud and Grid Computing (CCGrid'14) -- Chicago May 26-29, 2014
2013 Sep 18
0
CFP: IEEE/ACM Int. Symp. on Cluster, Cloud and Grid Computing (CCGrid'14) -- Chicago May 26-29, 2014
-------------------------- IEEE/ACM CCGrid 2014 --------------------------
14th IEEE/ACM International Symposium on Cluster, Cloud and Grid Computing
May 26-29, 2014
Chicago, IL, USA
http://datasys.cs.iit.edu/events/CCGrid2014/
Rapid advances in architectures, networks, and systems and middleware
technologies are leading to new concepts and platforms for computing,
ranging from Clusters and
2006 Jul 28
0
STI hiding attributes
I''ve written an extension to AR to allow hiding of attributes(aka
columns) in AR objects. If there''s interest in it I''ll roll it up
into a plugin. Here''s an example:
(straight from Agile Web Dev)
# The table
create table people (
id int not null auto_increment,
type varchar(20) not null,
/* common attributes */
name varchar(100) not null,
email