Displaying 4 results from an estimated 4 matches for "yltbd9em4agakbo8gow8eq".
2005 Mar 08
3
Making a module method available in view
I have a Rails application called RailsApp. In my RailsApp/lib
directory, I have a file called localization.rb that defines a module
called RailsApp with a Localization class that implements a method l.
(RForum devs and fans will recognize this as the YAML-based
localization feature in that package.)
I want to be able to call this method from my controllers and views.
I have added a
2004 Dec 17
0
Invalid Statements using FastCGI w/ WinXP
Hi all,
Now that I have FastCGI set up and running on my Rails app, I''ve
run into some strange behavior. I keep getting errors when trying to hit
the DB:
ActiveRecord::StatementInvalid in Reports#software_rev
Invalid argument: SELECT * FROM versioned_components
C:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.1.0/lib/active_record/conn
ection_adapters/abstract_adapter.rb:339:in
2005 Mar 28
0
Installing Ruby-Oci8 driver on Redhat Linux
Hi,
I''d like to try out the oci adapter for rails on a Linux box I have,
but I''m having a lot of trouble installing the oci8 library and
compiling on that machine. The database I''d like to talk to is an Oracle
9i DB on another rmachine.
I''ve downloaded the Oracle 10g instant client (rpm) and tried installing
with that but it''s failing to find
2005 May 18
0
A cautionary tale on multiple databases under a single Rails app
Here is a cautionary tale to help others avoid my folly!
I kept running into bizarre problems with my rails app. I run the latest
Rails with FastCGI, Oracle 10g and Apache 1.x. After moderate load the
server would throw up application errors. Looking in the logs I noticed
that my underlying Oracle DB was complaining that it had opened too many
processes and won''t open any more. Hmm...