Displaying 2 results from an estimated 2 matches for "applicationfil".
Did you mean:
applicationfile
2010 Feb 22
10
Error: "ActionController::InvalidAuthenticityToken"
Hi there,
I have my first Rails app running and I regularly get the following
"logged_exception" error message:
"ActionController::InvalidAuthenticityToken"
Has anybody an idea what might cause this problem? Could it somehow be a
"time out" error (like an "AuthenticityToken" which might expire after a
certain time, or something along those lines)?
Any
2008 Oct 18
5
render :update / page.replace_html problem
Hi there,
I have this ajax problem, I''m desparately trying to debug since 1 entire
day now:
The Controller includes:
========================
[...]
render :update do |page|
page.replace_html ''coverletter_part'', :partial =>
''user/applicationfiles/coverletter_part''
end
[...]
The View includes:
==================
[...]
<div id="coverletter_part">
</div>
[...]
The _coverletter_part partial:
==============================
<% form_for(:coverletter, :url => {
path/to/call/the/above/mentioned/controller }...