[Rails-core] Re: SQL Server Adapter (2000/2005/2008)

2009-06-09 Thread Michael Koziarski
> Now I have a question. I've done pretty good in getting the word out > but I have heard that people still install this gem name from > gems.rubyonrails.org. How do I get my "maybe official" gem on the the > rubyonrails gem server? Perhaps the one on that server should be taken > down? Hey Ken,

[Rails-core] File Permissions

2009-06-09 Thread Josh
I am running rails on mongrel with RHEL5 and I have a curious issue with the file permissions set when I upload a file and store it to my uploads storage folder. I have the uploads storate folder set to drwx-- owned by my user who is running mongrel. When the files get written they come out -r

[Rails-core] [PATCH] Fix zero length stylesheet cache files bug in case of missing CSS files

2009-06-09 Thread Christos Zisopoulos
(tried #rails-contrib twice, hopefully someone here will have a look at it) This is a patch for a potentially nasty bug that only occurs when deploying to production/staging. The short of it is that a missing asset file, can cause the creating of the asset cache file to bomb without warning, thu

[Rails-core] problem with retrieving nil dates from MySQL

2009-06-09 Thread Gee-off
I a have a problem with a time- only field in MySQL returning as nil unless it is exactly "00:00:00" (HH:MM:SS) as stored in a 'time' datatype. I've played around with various date/time formatting actions in the controller, view, and model but I get a variation of the the following error:

[Rails-core] Re: ActiveRecord-2.3.2 test failing

2009-06-09 Thread Rick
Thanks for the response. As it turns out, the test completes fine if I run it as: rake test_postgresql it goes to completion and produces: 2088 tests, 6837 assertions, 0 failures, 0 errors go figure... On Jun 9, 5:52 pm, Michael Koziarski wrote: > > test/cases/../../lib/active_record/connec

[Rails-core] [PATCH] Fix zero length stylesheet cache files bug in case of missing CSS files

2009-06-09 Thread Christos Zisopoulos
(tried #rails-contrib twice, hopefully someone here will have a look at it) This is a patch for a potentially nasty bug that only occurs when deploying to production/staging. The short of it is that a missing asset file, can cause the creating of the asset cache file to bomb without warning, thu

[Rails-core] Re: ActiveRecord-2.3.2 test failing

2009-06-09 Thread Michael Koziarski
> test/cases/../../lib/active_record/connection_adapters/abstract/ > schema_definitions.rb:68: [BUG] Segmentation fault > ruby 1.8.7 (2009-04-08 patchlevel 160) [powerpc-darwin9.7.0] Your postgres driver is probably crashing (the segmentation fault). This causes the connection to disappear (the u

[Rails-core] Re: Aggregations misbehave when converter returns nil

2009-06-09 Thread Chris Cruft
I know aggregations are not the most exciting part of Rails these days, but can someone please look at this ticket/post? -Chris On Jun 3, 8:56 am, Chris Cruft wrote: > For those of you that are familiar with composed_of/aggregations, I've > created a patch to address a small bug in the writer's

[Rails-core] ActiveRecord-2.3.2 test failing

2009-06-09 Thread Rick
Any ideas what this is trying to tell me? - Here's my environment, under OSX 10.5.7: - postgres (PostgreSQL) 8.3.7 pg (0.8.0) Rails 2.3.2 ruby 1.8.7 (2009-04-08 patchlevel 160) [powerpc-darwin9.7.0] - Here's the stderr tail that comes o