Displaying 19 results from an estimated 19 matches for "schoenm".
Did you mean:
schoene
2006 Apr 26
4
Re: Rails AR/Oracle Unit Test: [4280] failed
...l" made AR/Oracle cry...
>
> http://dev.rubyonrails.org/changeset/4280
> ------------------------------------------------------------------------
> r4280 | marcel | 2006-04-26 13:43:29 -0700 (Wed, 26 Apr 2006) | 1 line
>
> Add Oracle support for CLOB inserts. Closes #4748. [schoenm@earthlink.net sandra.metz@duke.edu]
> ------------------------------------------------------------------------
>
> U activerecord/lib/active_record/connection_adapters/oracle_adapter.rb
> U activerecord/CHANGELOG
> Updated to revision 4280.
>
2006 Apr 06
7
[Fwd: Rails AR/Oracle Unit Test: [4185] failed]
...d, so rails-core has put the automated email on hold
pending "moderation".
I''ll fix that issue, and look at the one below as well.
-------- Original Message --------
Subject: Rails AR/Oracle Unit Test: [4185] failed
Date: Thu, 6 Apr 2006 08:32:04 -0700
From: Michael Schoen <schoenm@earthlink.net>
To: Michael Schoen <mschoen@looksmart.net>, Michael Schoen
<schoenm@earthlink.net>
"rick" made AR/Oracle cry...
http://dev.rubyonrails.org/changeset/4185
------------------------------------------------------------------------
r4185 | rick | 2006-0...
2006 Oct 16
6
Rails AR/Oracle Unit Test: [5310] failed (but getting better)
"rick" has given AR/Oracle some love, but it''s still unhappy...
http://dev.rubyonrails.org/changeset/5310
------------------------------------------------------------------------
r5310 | rick | 2006-10-16 08:42:55 -0700 (Mon, 16 Oct 2006) | 1 line
Fix has_many :through to add the appropriate conditions when going through an association using STI. Closes #5783. [Jonathan Viney]
2006 Feb 12
16
Mongrel 0.3.1 -- New Site/Runs Right
Hello All,
Yet another release of Mongrel proudly pushed out for everyone to review and
comment on. This time though, I''ve done up a little website that''s *way*
better than the plan Rdoc that used to stand in for the site like a
one-legged leper.
* http://mongrel.rubyforge.net/
As you should already know, Mongrel is a fast HTTP server and library for
Ruby partially written in
2007 Mar 20
31
Another mongrel_cluster prerelease 1.0.1.1
Hi all...
Hopefully this is the last prelease. If people on non-linux systems
could post back any problems with cluster::status, I''d appreciate it.
Install with:
gem install mongrel_cluster --source http://mongrel.rubyforge.org/releases/
Note: This is only an update to mongrel_cluster and not Mongrel or other
gems.
Details about what''s new (if you missed the first
2006 Jan 19
7
bug in has_many count?
I can submit a patch, but wanted to confirm I''m looking at this right...
The docs indicate that if you specify a has_many association with
:finder_sql, but no :counter_sql, it constructs the appropriate counter
sql by substituting the SELECT clause.
But has_many_association.rb doesn''t seem to do that -- it just passes
Base#count_by_sql the finder_sql, which doesn''t
2006 Aug 08
11
When will rails support true prepared statements?
I''m in an Oracle shop, and it''s the 1 thing that gets on my bosses
nerves. I wish they would support this.
Anyone any idea if or when it will be supported?
Thanks
Chris
--
Posted via http://www.ruby-forum.com/.
2006 Apr 04
6
Oracle Problem. Maybe driver
EVerything runs ok on my local machine but when i copy my app to our
solaris server everything is fine until i try updating/inserting
something into the DB.
This is the error message :
wrong number of arguments (1 for 0)
RAILS_ROOT: config/..
Application Trace | Framework Trace | Full Trace
2006 Mar 23
11
ActiveRecord: Oracle metadata loading slow on large database
All,
While attempting to use ActiveRecord against a large database, approx.
1700 tables and 4 million rows, I discovered an inefficiency in
oci_adapter.rb. The problem seems to be the SQL being generated to
lazy-load the columns metadata. "def columns(table_name, name = nil)"
method generates the following SQL:
select column_name, data_type, data_default, nullable,
2006 Jul 07
1
Rails AR/Oracle Unit Test: [4578] failed (but getting better)
"bitsweat" has given AR/Oracle some love, but it''s still unhappy...
http://dev.rubyonrails.org/changeset/4578
------------------------------------------------------------------------
r4578 | bitsweat | 2006-07-07 10:34:45 -0700 (Fri, 07 Jul 2006) | 1 line
find_one uses find_every.first instead of find_initial since its primary key constraint obviates find_initial''s
2005 Sep 19
5
switchtower beta gem?
would it be possible to get another beta gem posted for switchtower?
core rails has been getting nice regular updates to the beta gems, but
switchtower is still back at 1962.
2007 Jan 22
1
Mongrel 1.0 final?
I see that the Mongrel 1.0 has been posted, but I haven''t seen an
announcement -- did the gem slip out by mistake, or is 1.0 final?
2006 Dec 29
0
Rails AR/Oracle Unit Test: [5808] passed (fixed)
"minam" made AR/Oracle happy again, thank you!
http://dev.rubyonrails.org/changeset/5808
------------------------------------------------------------------------
r5808 | minam | 2006-12-29 11:05:53 -0800 (Fri, 29 Dec 2006) | 2 lines
try to appease the angry Oracle
------------------------------------------------------------------------
U activerecord/test/base_test.rb
U
2005 Aug 15
0
"rails" follows symlinks in generated files?
A minor issue, but I''m seeing that when we generate a application
skeleton using the "rails" command, the generated script files follow
the symlink of our ruby installation.
On our machines, ruby is installed under
/usr/pkg/ruby/ruby182/
with a symlink
/usr/pkg/ruby/ruby -> /usr/pkg/ruby/ruby182/
Our sysadmins like using the symlinks as a way of managing the
2005 Sep 07
0
using Oracle bind vars in Rails
Has anyone looked into having ActiveRecord use Oracle bind vars? I don''t
know if the same concept is supported in other dbs, but Oracle''s OCI
driver supports late binding with dramatically improved performance.
I did a quick test to confirm that I could expect the same performance
improvement through the Ruby OCI8 driver, and in a simple test it looks
to be a 5x improvement.
2006 Jun 11
1
StatusHandler
Zed,
Very cool, finally got around to playing with StatusHandler and
StatisticsHandler. One thing that was missing that I wanted was insight
into _what_ the RailsHandler was working on, and what was queued up
while it sat in single-threaded mode -- ie., the current list of requests.
W/ the attached mongrel.conf, I hacked the RailsHandler to keep a hash
of active requests, and spit that out
2005 Nov 11
5
issue with rails 0.14.3.2969
Recently upgraded our gems to the most recent beta gems, and found that
our app runs about 10-20x slower. Db requests are still fast, but there
was a noticeable lag between each step in the process to render a page
(when tailing the log).
Reverting back to our previous set of gems (0.14.2.2825) resolved the issue.
Is anyone aware of the cause? Any guesses? I''m happy to help debug,
2006 Jul 09
6
Float -> BigDecimal
So, I''m personally cool with this change (patch from #5454, applied in
[4596]), and I''ll make it work for Oracle tomorrow.
But just wondering if folks considered the performance impact of the
change? From a simple test it seems that BigDecimal math is about twice
as slow as using Floats.
2007 Oct 07
0
Rails AR/Oracle Unit Test: [7769] failed (getting worse)
"bitsweat" has kicked AR/Oracle while it was down...
http://dev.rubyonrails.org/changeset/7769
------------------------------------------------------------------------
r7769 | bitsweat | 2007-10-06 22:29:37 -0700 (Sat, 06 Oct 2007) | 1 line
MySQL: speedup date/time parsing.
------------------------------------------------------------------------
U