similar to: Weird MissingTemplate error in production only

Displaying 20 results from an estimated 8000 matches similar to: "Weird MissingTemplate error in production only"

2006 May 14
0
RJS Template not getting called
I have a shared account on Site5.com running Rails v1.0. I installed the RJS template plugin within my project. My controller function gets called, but my corresponding RJS template does not get called. The following is output (any thoughts?): ActionController::MissingTemplate (Missing template ./../config/../app/views//workout/addjournalentry.rhtml):
2010 Jun 24
0
Rails3: render_to_string of a .html.erb when request is a json request raises MissingTemplate error
I''ve the following situation (which actually works in Rails 2.3.8 and this is a result of the migration of our app to rails3): I have a partial which is rendered a few times (imagine tr''s in a table). On the clientside there''s a script that does a json request for a specific row (jQuery + ajax dataType: ''json'' and type: ''POST'') In
2010 Mar 25
0
Rails 3.0 + haml render partial ActionView::MissingTemplate
I''m upgrading one of my apps to rails 3.0 I get this error: ActionView::MissingTemplate Missing partial /layouts/header with {:formats=>nil} in view path for: = render :partial => "layouts/header" the file is in views/layouts/header. From the error message, it looks like it appends an absolute path: "/ layouts/header" Anyone has seem this problem when
2011 Nov 24
2
This is not the error: ActionView::MissingTemplate
Hey everyone, I am getting the following error: Started POST "/rubyamf/gateway" for 127.0.0.1 at 2011-11-24 16:27:20 +1300 Processing by RubyamfController#gateway as */* Processing by ProjectsController#templates as */* ←[1m←[36mProject Load (1.0ms)←[0m ←[1mSELECT `projects`.* FROM `projects` ←[0 m Completed 200 OK in 34ms (Views: 3.0ms | ActiveRecord: 28.0ms) Completed 500
2006 Mar 11
1
actioncontroller sans view
just wondering if theres a more idiomatic way to avoid the `assert_existance_of_template_file'' error than passing an empty block to render :update (or hacking up the actionview::base class). ive tried various things like render :template => false/nil etc and havent seem to found a magic trick.. i realize most times a controller would want a view but various cases during
2018 Sep 18
0
diag(-1) produces weird result
Yes, both are rooted in age-old design infelicities (in which, basically, interactive expedience has taken precedence over consistency and generality). Unfortunately, they are quite difficult to rectify, because there are bound to be countless uses of, say, diag(5) as a 5x5 identity matrix which would break if it suddenly meant the 1x1 matrix(5) instead. We'd need a very carefully
2004 Sep 24
1
Very weird access problems from win2k3 to samba 3.x
I've got a samba 3.0.5 (I can't get 3.0.6 or 3.0.7 to compile - I'll get to that later) server running and it *appears* to be working just fine. >From the 2k3 system in question, if I open an explorer window I can access the server via UNC just fine, no errors or anything on the Windows side. On the Samba side though, once in a while I get this in the samba.log file (and I'm
2010 Jan 25
1
ActionMailer does not find templates in production mode
Hello everyone, I am currently struggling with the following issue that only seems to appear in my production environment: When attempting to send a mail from an ActionMailer the template location algorithm does not seem to pick up the corresponding template: ActionView::MissingTemplate (Missing template event_mailer/approval_requested_notification.erb in view path app/views):
2009 May 03
1
Localizing attributes when using I18n
Currently I''m developing a multilingual app on rails 2.2. I liked very much the idea of Xavier Defrang to provide a locale-aware accessor for the fields that needs a translation: http://defrang.com/articles/2005/12/02/playing-with-rails-i18n I modified code a little to make it work with rails 2.2: def self.localize(*attribute_names) attribute_names.each do |attribute_name|
2004 Feb 15
1
Basic questions concerning mail...
Hey all, A few minutes ago, I installed Dovecot, hoping things would get clear by just looking at the relevant config files, but since they don't, I hope someone here could give me a clue... What I want to achieve is really only basic functionality. It's just for personal use, so it shouldn't get too complicated. Up til now, I have been using fetchmail to get my mail off of several
2020 Oct 28
1
Samba/NT_STATUS_NO_MEMORY
On Wed, 2020-10-28 at 16:46 -0400, Andrew Walker via samba wrote: > On Wed, Oct 28, 2020 at 4:38 PM Robert Buck via samba < > samba at lists.samba.org> > wrote: > > > We see these messages showing up in the logs. What does this mean? > > Definition? > > > > Thank you, > > Bob > > > > > It's most likely a conversion of ENOMEM to
2008 May 29
6
Production install (RoR + Oracle + IIS)
Hi. Although an expert developer for IBM systems (iSeries) I am VERY new to RoR and somehow to the PC development world as well and not familiar AT ALL with PC configurations, etc. (in my regular job good ol'' IBM takes care of all that and I just need to code). So forgive me if any of the following sounds stupid, it probably is. Just get a laugh at my expense and try to answer between
2016 Jan 09
3
Centos 3.8 Server Questions, SeaMonkey Mozilla and Java
On 01/09/2016 11:43 AM, John R Pierce wrote: > On 1/8/2016 2:21 PM, H wrote: >> That was not helpful - I explained that I had to run this version. > > you WANT to run something completely unsupported from about 10 years > ago which apparently requires software thats known to be insecure and > buggy as all heck. its 2015, not 2005, 10 years is an eternity > in the
2009 Jun 28
1
ThePirateBay.org take advantage of HTML5's <VIDEO>
Word just came in from TorrentFreak that ThePirateBay.org have been working on a streaming video website for countless months that takes advantage of the free media formats OGG, Theora and Vorbis. While filesharing in itself is a controversial subject, this will place HTML5's <VIDEO> and <AUDIO> tag--and more importantly the OGG Theora+Vorbis multimedia format--in the
2008 Jan 07
1
Problem with Blackfin assembly optimizations -- bug in fixed_bfin.h?
Hello everybody, I'm currently trying to run speex on the Blackfin (BF-537) STAMP evaluation board unter uCLinux. Using 1.2 beta 3, I encountered problems when activating the Blackfin assembler optimizations. Without optimizations for blackfin, i.e. calling ./configure --enable-fixed-point --host=bfin-uclinux everything seems to work fine. But when I add the --enable-blackfin-asm flag to
2011 Sep 19
0
Weird Parameter Encoding issue in Production Rails 3.1.0
All, I''m having a weird issue with posted parameters in Rails 3.1.0. This is only happening in production and not in development. I have confirmed that when making a post, parameters are passed to the server as: utf8=%E2%9C %93&authenticity_token=jOn16Uw3oUBPQfX02nt1IN8muZf150nTt24Ic4JgPvY %3D&alert%5Btitle%5D=http%3A%2F%2Fwww&alert%5Bheadline%5D=%26headline Which looks
2005 Nov 30
2
weird errors with self-installed ruby 1.8.3 on Mac OS X 10.4.3
Hi All, I''m hoping someone has seen this error before and can advise me. I was having problems with Switchtower hanging, and I found a blog posting which pointed the finger at Apple''s install of Ruby 1.8.2 (?). I downloaded ruby-1.8.3.tar.gz, compiled it with --enable- shared, and installed it under /usr/local. I went through /usr/bin and /usr/lib and archived away all of
2010 Apr 26
1
Building & Installing on OpenSolaris
Hi, I'm revisiting my libVirt install for opensolaris. I downloaded libvirt 0.8.0.. This is a bit embarassing, but I forgot how to build libVirt on opensolaris. (It's been a while) I'm currently stuck with the configure script failing to find linux kernel headers. Error: "configure: error: You must install kernel-headers in order to compile libvirt" Can anyone post the
2017 Sep 30
2
yum repo issue
hi johnny, >> anyone any hints how to debug this or some clues what could be going >> wrong here. > > Do you have an exclude in /etc/yum.conf for ibutils-libs? how embarassing. there was indeed an exclude on ibutils-libs. (this must be some leftover from using mlnx ofed. we are switching from c73+mlnx ofed 3.4 to c74 stock ib (there's no mlnxofed3.4 for c74, and our old
1999 Apr 21
1
problems with samba on SGI Origin 200
Hi! I am runing samba 2.0.3 on an SGI Origin 200 server for ~25 Windows NT and Windows 95/98 clients. About 90% of the time everything works fine, but now and then files get corrupted somewhere between Samba on the server and applications on the clients. The files are actually ok on the server, reading them multiple times or from different machines eventually return an intact file. I am not