search for: subexsystems

Displaying 5 results from an estimated 5 matches for "subexsystems".

2006 Jan 30
4
What is supposed to happen when you run dispatch.fcgi?
I''ve seen a number of posts where someone says, "What happens if you just run dispatch.fcgi directly?" Every time I do it, I get a "500: internal server error" message. I was just curious if that''s what''s expected running it directly. I assume so, because my apps all work fine, but that''s always bugged me. Pat
2006 Feb 07
2
validates_uniqueness_of case Sensitive
Is there a option to make validates_uniqueness_of Case Sensitive, if so what is it, if not then how to do it without writing my own function. Regards Suraj
2006 Jan 18
1
Problem with OCI in Apache
My Application runs fine when run on webrick, but throws up database error when run from apache. this is the copy of the FULL TRACE i get /usr/local/lib/ruby/site_ruby/1.8/oci8.rb:131:in `create'' /usr/local/lib/ruby/site_ruby/1.8/oci8.rb:131:in `initialize'' /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/active_record/connection_adapters/oci_adapter.rb:515:in
2006 Apr 17
0
Rails 1.1.2 Flash in Functional Tests
I am unable to get the value of flash[:message] in the test case, where as i am able to get the value of flash[:error] & flash[:notice]. The tests work properly in rails 1.0, is it a bug or a feature added to rails so as to restrict the use of flash. Regards Suraj
2006 Feb 14
1
Associating a query with a active record class
Is there a way by which i can associate a complex query with a Model class without using a VIEW, so that i can access all the names of the columns returned by the query.