Displaying 20 results from an estimated 107 matches for "call_filter".
Did you mean:
call_filters
2007 May 30
2
ActionView::TemplateError
...ROOT}/vendor/rails/actionpack/lib/action_controller/
benchmarking.rb:51:in `render''
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/
base.rb:1121:in `perform_action_without_filters''
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/
filters.rb:623:in `call_filter''
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/
filters.rb:625:in `call_filter''
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/
filters.rb:629:in `call_filter''
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/
filters.rb:4...
2007 Mar 24
0
overloading to_json with JSON gem installed causing error
.../lib/ruby/gems/1.8/gems/json-0.4.3/lib/json.rb:595:in
`to_json''
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.2/lib/
action_controller/base.rb:1095:in `perform_action_without_filters''
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.2/lib/
action_controller/filters.rb:632:in `call_filter''
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.2/lib/
action_controller/filters.rb:634:in `call_filter''
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.2/lib/
action_controller/filters.rb:638:in `call_filter''
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.2/lib/...
2006 Nov 20
5
RMagick load problems?
...lib/action_controller/filters.rb:456:in
`send''
/vendor/rails/actionpack/lib/action_controller/filters.rb:456:in
`call''
/vendor/rails/actionpack/lib/action_controller/filters.rb:435:in
`call''
/vendor/rails/actionpack/lib/action_controller/filters.rb:640:in
`call_filter''
/vendor/rails/actionpack/lib/action_controller/filters.rb:637:in
`call_filter''
/vendor/rails/actionpack/lib/action_controller/filters.rb:641:in
`call_filter''
/vendor/rails/actionpack/lib/action_controller/filters.rb:438:in
`call''
/vendor/rails...
2007 Jun 11
3
ActiveRecord::StatementInvalid error
...rollers/account_controller.rb:655:in `ap_status_review''
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.2/lib/
action_controller/base.rb:1095:in `perform_action_without_filters''
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.2/lib/
action_controller/filters.rb:632:in `call_filter''
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.2/lib/
action_controller/filters.rb:638:in `call_filter''
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.2/lib/
action_controller/filters.rb:438:in `call''
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.2/...
2007 Jun 08
0
SimplaTable with error: singleton can't be dumped
...;
/var/lib/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/base.rb:1095:in
`send''
/var/lib/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/base.rb:1095:in
`perform_action_without_filters''
/var/lib/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/filters.rb:632:in
`call_filter''
/var/lib/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/filters.rb:634:in
`call_filter''
/var/lib/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/filters.rb:638:in
`call_filter''
/var/lib/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/filters.rb:438:in...
2007 Oct 29
2
error message after upgrading to Gusty Gibbon Ubuntu
...var/lib/gems/1.8/gems/actionpack-1.13.1/lib/action_controller/base.rb:
1095:in `send''
/var/lib/gems/1.8/gems/actionpack-1.13.1/lib/action_controller/base.rb:
1095:in `perform_action_without_filters''
/var/lib/gems/1.8/gems/actionpack-1.13.1/lib/action_controller/
filters.rb:632:in `call_filter''
/var/lib/gems/1.8/gems/actionpack-1.13.1/lib/action_controller/
filters.rb:638:in `call_filter''
/var/lib/gems/1.8/gems/actionpack-1.13.1/lib/action_controller/
filters.rb:438:in `call''
/var/lib/gems/1.8/gems/actionpack-1.13.1/lib/action_controller/
filters.rb:637:in `cal...
2006 Aug 03
1
strange before_filter error. is this a bug i have found?
...or false:FalseClass
RAILS_ROOT: script/../config/..
Application Trace | Framework Trace | Full Trace
/usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/base.rb:1567:in
`==''
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/filters.rb:411:in
`call_filters''
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/filters.rb:394:in
`call_filters''
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/filters.rb:383:in
`before_action''
......
Thanks
Chris
--
Posted via http://www.ruby...
2007 Aug 19
3
fastcgi issue on production
I just deployed my rails app to my production server. It''s all working
locally, but when I switched it over to the production server (at
dreamhost) I get this error:
# Logfile created on Sun Aug 19 15:22:48 -0700 2007 by logger.rb/
1.5.2.9
[19/Aug/2007:15:22:48 :: 1841] starting
[19/Aug/2007:15:22:48 :: 1841] Dispatcher failed to catch: You have a
nil object when you didn''t
2007 Jun 22
2
problem with AR and 'virtual' multiparameter attributes.
Hello,
I have a model which I would like to have a ''virtual'' date column.
This column wouldn''t exist in the database, but would exist for
validation, etc. The data would be provided in the form of a
date_select in the view. This produces a multiparameter attribute. My
problem is that the ''execute_callstack_for_multiparameter_attributes''
method in
2007 Nov 15
6
Link_to popup divorced from controller?
Here''s my case:
Using a link_to popup window to show a related help file of an element
on a page.
The problem:
Window pops up perfectly, but refuses to carryover @instance variables
in the controller that I referenced in the link_to command.
The tests:
- I have the right controller/class, because it renders a specific
template, which is what it does.
- I have the right template/view,
2008 Aug 21
4
forgery Protection
...troller/filters.rb:430:in
`call''
/home/dara/apps/ruby-1.8.6/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:592:in
`run_before_filters''
/home/dara/apps/ruby-1.8.6/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:578:in
`call_filters''
/home/dara/apps/ruby-1.8.6/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in
`perform_action_without_benchmark''
/home/dara/apps/ruby-1.8.6/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in
`perform_actio...
2008 Dec 20
3
IMAP_Authenticatable Problem
...sr/lib/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/base.rb:1095:in
`send''
/usr/lib/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/base.rb:1095:in
`perform_action_without_filters''
/usr/lib/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/filters.rb:632:in
`call_filter''
/usr/lib/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/filters.rb:634:in
`call_filter''
/usr/lib/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/filters.rb:619:in
`perform_action_without_benchmark''
/usr/lib/gems/1.8/gems/actionpack-1.13.3/lib/action_co...
2007 Oct 08
1
Rails reverses apostrophes
Hi,
I am quite new to Ruby on Rails so this might have a very simple
answer... My problem gives the following error message when I try to
call the count function for an item.
Mysql::Error: Unknown column ''TournamentTemplate'' in ''where clause'':
SELECT count(*) AS count_all FROM action_logs WHERE
(action_logs.loggable_id = 1 AND action_logs.loggable_type =
2005 Dec 01
0
symlink and 0.14.3
...by/gems/1.8/gems/activerecord-1.13.0.2969/lib/active_record/base.rb:980:in `method_missing''
/usr/lib/ruby/gems/1.8/gems/actionpack-1.11.0.2969/lib/action_controller/filters.rb:354:in `send''
/usr/lib/ruby/gems/1.8/gems/actionpack-1.11.0.2969/lib/action_controller/filters.rb:354:in `call_filters''
/usr/lib/ruby/gems/1.8/gems/actionpack-1.11.0.2969/lib/action_controller/filters.rb:350:in `each''
/usr/lib/ruby/gems/1.8/gems/actionpack-1.11.0.2969/lib/action_controller/filters.rb:350:in `call_filters''
/usr/lib/ruby/gems/1.8/gems/actionpack-1.11.0.2969/lib/action_cont...
2008 Jun 04
2
gem_original_require
...1.8/gems/actionpack-1.13.3/lib/action_controller/base.rb:1095:in
`send''
c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/base.rb:1095:in
`perform_action_without_filters''
c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/filters.rb:632:in
`call_filter''
c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/filters.rb:638:in
`call_filter''
c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/filters.rb:438:in
`call''
c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/f...
2007 Apr 09
2
Errno::EACCES in Controller / Permission denied
...ms/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:133:in
`const_missing''
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/filters.rb:399:in
`send''
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/filters.rb:399:in
`call_filters''
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/filters.rb:394:in
`each''
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/filters.rb:394:in
`call_filters''
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_c...
2007 Jan 22
0
rail 1.2.1: Fireruby exception with firebird
...1.8/gems/actionpack-1.13.1/lib/action_controller/base.rb:1095:in
`send''
c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.1/lib/action_controller/base.rb:1095:in
`perform_action_without_filters''
c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.1/lib/action_controller/filters.rb:632:in
`call_filter''
c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.1/lib/action_controller/filters.rb:634:in
`call_filter''
c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.1/lib/action_controller/filters.rb:619:in
`perform_action_without_benchmark''
c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1....
2007 Jan 05
8
Rails 1.2: Release Candidate 2
This is it. We''re a mere two shakes of a lamb''s tail from releasing
the final version of Rails 1.2. But before we light the fireworks and
pop the champaign, we''ll just do one itsy, bitsy, tiny test run. Like
wearing protection glasses in downtown Copenhagen on New Year''s. You
know, just for precautions.
So please do give it a good run. We''re looking
2006 Apr 08
2
respond_to causes DoubleRenderError?
I have a custom authentication plugin that redirects users to a login
site if they aren''t already authenticated and their session hasn''t
timed out. I had things working fine with straight http requests, but
wanted to add support for ajax requests. I thought this would be a
simple matter of replacing all of my "redirect_to <blah> and return
false" calls with
2007 Oct 24
7
NameError in CustomersController#index
...b/
action_controller/base.rb:1095:in `send''
D:/InstantRails/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/
action_controller/base.rb:1095:in `perform_action_without_filters''
D:/InstantRails/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/
action_controller/filters.rb:632:in `call_filter''
D:/InstantRails/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/
action_controller/filters.rb:634:in `call_filter''
D:/InstantRails/ruby/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/
action_controller/filters.rb:619:in `perform_action_without_benchmark''
D:/InstantRails/...