Displaying 2 results from an estimated 2 matches for "productioin".
Did you mean:
_production
2006 Aug 13
3
Why isn''t log working (Pragmatic Programming book)
I''m working my way through the Pragmatic Programmer book on RoR.
Following their examples, I have the following code in a controller:
begin
@product = Product.find(params[:id])
rescue
flash[:notice] = "Invalid product"
logger.error("Attempt to access invalid product #{params[:id]}")
redirect_to :action => :index
else
@cart = find_cart
2006 Nov 21
0
production
...start -e production -p 3007
** Starting Mongrel listening at 0.0.0.0:3007
** Starting Rails with production environment...
/usr/lib64/ruby/site_ruby/1.8/rubygems/custom_require.rb:99: [BUG]
Segmentation fault
ruby 1.8.4 (2006-02-24) [x86_64-linux]
Aborted
I have other apps that are running ok in productioin mode on the same
server.
Anybody have any idea where I might look for some clues how to get it
working?
Thanks,
~Michael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20061121/d5cdeab8/attachment.html