Displaying 4 results from an estimated 4 matches for "get_groups".
Did you mean:
set_groups
2006 Jun 28
7
caching objects
...session...say i have a table database.groups and i want to get all of
the records out of the table, and keep them in my application, without
pulling them out every other action (unless i specify otherwise)...
i was hoping there was something as simple as
MyController
#here
caches_action :get_groups
def index
get_groups
end...
def another_action
get_groups
end
..
..
private
#and here
def get_groups
@groups = Group.find(:all)
end
but i can''t get it to work! ..i''m in production mode, with the
ActionController::Base.perform_caching = true
and it still isn''...
2006 May 08
3
Can you have multiple before filters?
Hi,
Is it possible to specify multiple before filters in a controller...
here''s the thing: only one set of filters is to use the :except option.
Something like:
before_filter :check_for_session_cookie
before_filter :validate_user :except =>[''login'']
which I use to a) check if the user has returned to the site and has a
saved cookie holding login details b) check
2013 Mar 21
3
Announce: Puppet Dashboard 1.2.23 Available
Puppet Dashboard 1.2.23 is a maintenance release of the 1.2 series of
Puppet Dashboard with bug fixes and minor features.
This release is available for download at:
https://downloads.puppetlabs.com/dashboard/puppet-dashboard-1.2.23.tar.gz
Available in native package format in the Puppet Labs yum and apt
repositories at:
http://yum.puppetlabs.com and http://apt.puppetlabs.com
Please report
2010 Oct 31
3
msg:install the Windows version of Mono to run .NET executab
...moveExistingProducts -> 2 ignored L"Upgrade" table values
fixme:msi:ITERATE_CreateShortcuts poorly handled shortcut format, advertised shortcut
Unhandled Exception: System.NotImplementedException: The requested feature is not implemented.
at System.Security.Principal.WindowsIdentity.get_Groups () [0x00000] in <filename unknown>:0
at Oticon.InternetUpdater.Common.Config.get_LocalizedUserGroupEveryone () [0x00000] in <filename unknown>:0
at Oticon.InternetUpdater.DownloadService.RemotingProvider..ctor (IBitsManager newDownloadManager) [0x00000] in <filename unknown>...