I'm trying to dynamically set a parameter in Symfony2 (that I cannot statically set in my parameters.yml file). My …
symfony service kernel listener before-filterI have a before_filter in my ApplicationController; that is, for every controller in my project. How can I skip_…
ruby-on-rails devise before-filterI'm using Devise's built in before_filter :authenticate_user!. I want to call my own custom method in my application …
ruby-on-rails ruby-on-rails-3 devise before-filterIs it possible to reset a default layout from within a before_filter method in Rails 3? I have the following …
ruby-on-rails layout before-filterI have a before_filter in my application controller to keep a user's session alive (and log them out if …
ruby-on-rails routing before-filterI'd like to verify if the user is logged in on every single request to the server. Something like: :before_…
ruby ruby-on-rails-3 authentication redirect before-filterThis basically adds two lines before and after the h1 element, like this: The line is just a background color …
css internet-explorer pseudo-element before-filterI'm using before_filter in my application. I have a method logged_in? which returns true if the user is …
ruby-on-rails-3 before-filterI've added the standard auth filter to several routes using Route::Intended('/') in the controller (assuming login is …
php laravel-4 before-filterIn the following example, before_filter :foo before_filter :bar before_filter :wah prepend_before_filter :heehee prepend_before_filter :…
ruby-on-rails filter before-filter