Displaying 20 results from an estimated 400 matches similar to: "Rails AR/Oracle Unit Test: [4578] failed (but getting better)"
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
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 Nov 24
7
Anyone know whats going on with PostgreSQL async_exec errors?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Anyone know what''s going on with ActiveRecord Edge and 1.2RC1 unit
tests. I get 13 failures from the "async_exec" method call. ie:
test_callback_rollback_in_save(ConcurrentTransactionTest):
ActiveRecord::StatementInvalid: NoMethodError: undefined method
`async_exec'' for #<PGconn:0xb75a8754>: SET
2006 Aug 10
1
unable to upgrade to 1.1.5 (Win) gem error
Hello,
With XP and behind a proxy, network gem install is broken since i''ve
upgraded to Ruby 1.8.4 and Ruby Gems 0.9.0.
rem : Old Ruby 1.8.2 & gem 0.8.x still working..
[c:\temp\gem\rails115]gem update rails --include-dependencies -p
"http://damnedproxy.local:8080" --debug
Exception `Errno::ENOENT'' at
C:/RUBY184/lib/ruby/site_ruby/1.8/rubygems/config_file.rb:50 -
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.
2008 Jan 02
0
Re: RubyOnRails build 8525 failed
Fix for the bad (failing) test here: http://dev.rubyonrails.org/ticket/10664
On Jan 2, 5:33 pm, alexey.verkhov...@gmail.com wrote:
> The build failed.
>
> CHANGES
> -------
> Revision 8522 committed by bitsweat on 2008-01-02 09:03:56
> db:sessions:clear task uses session_table_name method. Closes #10631 [Cheah Chu Yeow]
>
> M /trunk/railties/lib/tasks/databases.rake
>
2006 Aug 07
0
Overloading ''find''
How would I overload find?
I got some excellent help on mixins for my classes using lib/, but it
doesn''t allow find to be overloaded. I''m testing with the example method
below:
module myModule
def find(*args)
options = extract_options_from_args!(args)
validate_find_options(options)
set_readonly_option!(options)
case args.first
2006 Aug 09
6
gem install rails
Hi All,
I installed ruby184-20 and rubygems-0.9.0 on my computer. When I tried
to run C:\ruby>gem install rails --include-dependencies, it showed the
following message:
Bulk updating Gem source index for: http://gems.rubyforge.org
ERROR: While executing gem ... (Gem::GemNotFoundException)
Could not find actionpack (= 1.12.4) in the repository
Could any one help to solve the above
2006 Mar 20
0
Only 8 tickets remaining for Next Final Drive (Rails 1.1)
A huge thanks to all the rails developers that worked so hard to improve
rails after the 1.0 release! Only 8 tickets remain in the FD report.
Next Final Drive (what will be fixed before Rails 1.1)
http://dev.rubyonrails.org/report/14
#4234 AR serialization broken with PostgreSQL/Ruby 1.8.2
ActiveRecord David 03/14/06
#4155 type_name_with_module fails, throws Uninitialized Constant
2008 Mar 29
0
[CruiseControl] RubyOnRails build 9128 fixed
The build has been fixed.
CHANGES
-------
New revision 9128 detected
Revision 9128 committed by bitsweat on 2008-03-29 00:26:15
Revert spurious commit from [9126]
M /trunk/actionpack/lib/action_view/helpers/active_record_helper.rb
Revision 9127 committed by bitsweat on 2008-03-29 00:04:27
Track changes to unsaved attributes
M /trunk/activerecord/CHANGELOG
A
2007 Dec 21
0
[CruiseControl] RubyOnRails build 8464 failed
The build failed.
CHANGES
-------
Revision 8463 committed by bitsweat on 2007-12-21 11:51:01
Ruby 1.9 compat: url helper encoding
M /trunk/actionpack/lib/action_view/helpers/url_helper.rb
Revision 8464 committed by bitsweat on 2007-12-21 11:51:17
Ruby 1.9 compat: text helper
M /trunk/actionpack/test/template/url_helper_test.rb
M /trunk/actionpack/test/testing_sandbox.rb
M
2006 Jun 23
1
''Series'' Pluralization
Howdy,
I have a model I called ''content_series''. I created it and noticed that
Rails called it ''Sery'', so I added ''series'' to the uncountable thing in
the config, like this:
Inflector.inflections do |inflect|
# inflect.plural /^(ox)$/i, ''\1en''
# inflect.singular /^(ox)en/i, ''\1''
#
2007 Oct 08
1
How to get database adapter type programmatically in rails?
Hi,all
I am developing a Rails application supporting both Mysql and Oracle.
I have to use Native SQL statements some place. While we know the SQL
grammar is quite different for Mysql and Oracle, so I have to get
database adapter type programmatically in my codes to process
different native SQL statements. I haven''t found any document for this
situation. After some research, I have found
2006 May 31
1
Using caches_action ?
Hi
When I enable action caching in my controller with
caches_action :view_thread
only the first part of my layout template is rendered (up to the yield
statement), and the development.log shows
Processing ForumController#view_thread (for 127.0.0.1 at 2006-05-31
03:13:19) [GET]
Session ID: d6f7ef15f479250fd7e31e252d70f5ff
Parameters: {"action"=>"view_thread",
2008 Jan 04
2
oracle adapter + activerecord sessions do not work
Anyone know what''s up with the activerecord session store when using
the oracle adapter in Rails 2.0.2 ?
I can set a session variable and can then see it''s actually set using
the debugger, but after the request completes the session is empty
(the @data member is nil). The session_id is staying the same and the
updated_at field is being updated but nothing I put in a session
2008 Mar 07
3
Boolean circles..
Hi,
This is just kindof a RoR question, but since you all potentially do
the same things as I do, I thought I''ll ask here..
Im trying to use the boolean type in the database. Migrations is no
problem, it even converts the 0/1 values from my import CSV to false
and true.
However, I cannot make the :conditions part of a find work:
Loading development environment (Rails 2.0.2)
>> c
2006 Jun 23
2
Rails and Oracle
I have a potential client who is interested in employing
my services to Web 2.0 their Web 1.0 perl+oracle app.
I''ve only used rails with MySql so far.
Are their any gotchas I should be aware of?
Guy
2008 Dec 05
1
ActiveRecord Oracle and nvarchar2 or nclob datatype
Hi,
I ve got oracle database which exists prior to my rails app... :-(
I ve got trouble when I am updating/inserting records of a table which
includes nvarchar2 attributes.
These have a specific maximum length.
I often get an error Value too long for column when doing my inserts/
updates, but in fact that is not the case.
I ve taken a look at the generated sql statements....
As far as I know
2008 Jan 03
2
Interresting Changeset for Rails Trunk...
>From http://blog.codefront.net/2008/01/02/whats-new-on-edge-rails-the-pilot/
A native Mongrel handler has been introduced. This is so that it can be worked on independent of Mongrel?s release cycle (the Rails handler is currently in the Mongrel codebase). Jeremy Kemper (bitsweat) has already made a minor performance improvement by moving the mutex from the handler itself into the dispatcher.
2006 Mar 16
3
Connecting to Oracle8i
Hi All,
I have a problem in connecting to oracle and here is the steps i''ve been
going through (i''m using the regular oracle8 client, not the instant
one):
1. i installed the one-click ruby installer (ruby184-16p3 windows.exe)
2. i installed the rails-1.0.0 framework using gem successfully
3. i tried connecting to oracle using all possible combination in the
database.yml file