I am running into something that has me stunned.
I have a wizard like application that works perfectly well in development but does not in production. The code has nothing environment specific going on and the same DB is used in both modes so I know the problems are not being caused by the data.
The specific problem I have is that I am supposed to display a section of the page only if the same SSN is in the DB already. The SSN is already in the DB so the page should always display.
The funny thing is that the page works as expected for both creation and update in development but only for creation in production.
Furthermore, there is something really funky going on. If I add this at the beginning of my action:
render :text => 'in my action' return
the development environment will execute it with no problem but the production environment completely ignores. It is like if I had made no changes to the code. And in case you were going to ask, yes I made sure (about 10 times) that the web server (Mongrel) had been restarted when running in production.
I have been looking around the whole day and I can't find anything that would give me a clue about what the problem might be.
Any help would be greatly appreciated.
Rails is NOT installed in vendors Ruby: 1.8.6 Gems: *** LOCAL GEMS ***
actionmailer (2.3.5, 2.2.2) actionpack (2.3.5, 2.2.2, 1.13.6, 1.13.3) actionwebservice (1.2.6, 1.2.3) activerecord (2.3.5, 2.2.2, 1.15.6, 1.15.3) activerecord-oracle-adapter (1.0.0.9250) activerecord-oracle_enhanced-adapter (1.2.3) activeresource (2.3.5, 2.2.2) activesupport (2.3.5, 2.3.3, 2.2.2, 1.4.4, 1.4.2) archive-tar-minitar (0.5.2) builder (2.1.2) calendar_date_select (1.15, 1.13) cgi_multipart_eof_fix (2.5.0) color (1.4.0) cucumber (0.6.2) diff-lcs (1.1.2) fastthread (1.0.1) fxri (0.3.6) fxruby (1.6.6) gem_plugin (0.2.3) hoe (1.8.2) hpricot (0.4) ibm_db (1.1.1) json_pure (1.2.0) linecache (0.43) log4r (1.0.5) mongrel (1.1.5) mysql (2.7.3) paginator (1.1.1) pdf-writer (1.1.8) polyglot (0.2.9) rack (1.0.1) rails (2.3.5, 2.2.2) rake (0.8.7, 0.8.3) rspec (1.3.0) ruby-debug-base (0.10.3, 0.10.2) ruby-debug-ide (0.4.5, 0.3.1) rubyforge (1.0.3, 1.0.2, 1.0.1) rubygems-update (1.3.5, 1.3.1) sources (0.0.1) sqlite3-ruby (1.2.1) term-ansicolor (1.0.4) transaction-simple (1.4.0) treetop (1.4.3) win32-clipboard (0.4.1) win32-dir (0.3.1) win32-eventlog (0.4.3) win32-file (0.5.3) win32-file-stat (1.2.3) win32-process (0.5.1) win32-sapi (0.1.3) win32-sound (0.4.0) win32console (1.2.0) windows-pr (0.6.2)