Displaying 2 results from an estimated 2 matches for "full_trace".
Did you mean:
falc_trace
2006 Jun 04
0
basic methods unknown after Internal error 500
...w-file of my app in textmate I was
confronted with an '' internal error 500 - message '' in safari.
since then when trying to access any of my app''s views an exception
occurs telling me that method ''link_to'' or method xyz is unknown ...
last lines of the full_trace are:
...
/usr/local/lib/ruby/gems/1.8/gems/rails-1.1.2/lib/dispatcher.rb:38:in
`dispatch''
/usr/local/lib/ruby/gems/1.8/gems/rails-1.1.2/lib/fcgi_handler.rb:150:in
`process_request''
/usr/local/lib/ruby/gems/1.8/gems/rails-1.1.2/lib/fcgi_handler.rb:54:in
`process!''
/usr/lo...
2009 Sep 14
9
ActiveRecord::StatementInvalid (invalid date) with Oracle
Hello all. I am a novice Ruby on Rails programmer, starting my first
project using a legacy Oracle 10 database. Using ''reverse_scaffold'' I
have created the models/controllers/views for my existing Oracle
tables.
All seems to work well, using /model/index, /model/show for most of my
tables, *except* when one of the tables contains a Oracle ''date''
column, for