before_filter :lookup_this_user, :only => [:activate, :deactivate, :hide, :unhide, :delete]
filter_parameter_logging :password, :pass_crypt, :pass_crypt_confirmation
-
+
+ cache_sweeper :user_sweeper, :only => [:account, :hide, :unhide, :delete]
+
def save
@title = t 'user.new.title'
config.gem 'rmagick', :lib => 'RMagick'
config.gem 'oauth', :version => '>= 0.3.6'
config.gem 'httpclient'
+ config.gem 'ruby-openid', :lib => 'openid', :version => '>=2.0.4'
+ config.gem 'SystemTimer', :version => '>= 1.1.3', :lib => 'system_timer'
- # Only load the plugins named here, in the order given. By default, all plugins
+ # Only load the plugins named here, in the order given. By default, all plugins
# in vendor/plugins are loaded in alphabetical order.
# :all can be used as a placeholder for all plugins not explicitly named
# config.plugins = [ :exception_notification, :ssl_requirement, :all ]