Displaying 6 results from an estimated 6 matches for "icionline".
Did you mean:
bctonline
2006 Aug 10
6
Multiple sites using one data source
Hi,
Just wondering if anyone has any suggestions as to the best way to
provide access to the same data source for the (possible) creation of
multiple web sites. I figure my options are:
- Direct database access over tcp
- ActionWebService
- Wait for ActionResource
I''ve done up some work with ActionWebService already, but I don''t think
it''s going to work because it
2006 May 10
1
ODBTP bounty
My employer has agreed to a $900 USD bounty for ODBTP support in Rails.
For Rails to support ODBTP, a core Ruby module in C would need to be
developed, as well as a Rails adapter in Ruby. Please contact me if you
are interested in this bounty or have any other questions.
For more information on ODBTP, see:
http://wiki.rubyonrails.com/rails/pages/ODBTP
--
Posted via
2007 Jan 10
2
Dream Ledger
Hello Fellow Campers,
I''m feeling crazy tonight and thought I''d go ahead and announce my new
little project riding on the Camping framework: Dream Ledger
(http://www.dreamledger.com).
The app was written to scratch a personal itch, which is the simple
fact that I wanted an easy way to record my nightly dreams and sleep
experiences. Think about it as ''dream
2006 Aug 16
44
Goodbye for now, RoR
I started a php-based website a few months ago with a buddy of mine on
netfirms.com. I was perusing their knowledge base and I came upon a
quick-start for something called Ruby on Rails. Since then I have immersed
myself in RoR. I''ve done the tutorials, I''ve purchased the books.
But, I could never get even a sample RoR app to work on netfirms. 500
server errors.
2007 Jan 08
2
ActiveSupport Dependency
Hi, Just wondering if ActiveSupport is actually used heavily by
Camping when ActiveRecord is not used? I see ActiveSupport is a
dependency of ActiveRecord, but Camping still wants it even when
ActiveRecord isn''t used.
2006 Dec 15
0
Ruby DBD::Proxy
I noticed that some of the ActiveRecord adapters depend on ruby-dbi.
I''ve just started to play with the ruby-dbi database driver DBD::Proxy,
which allows me to connect to other ruby-dbi drivers running on other
operating systems.
What seems more practical, developing a ActiveRecord database adapter
for DBD::Proxy, or would you just target a specific database, and just
depend on