Displaying 4 results from an estimated 4 matches for "get_group".
Did you mean:
get_pgroup
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
..., is a
directory, is readable. #18512
7bc9438 puts is STDOUT.puts
7ea8816 Change deprecated ''ftools'' to ''fileutils''.
c244fa2 Daemonize in the Debian / Ubuntu server init.
2b0aad4 Tighten up code for rake api tasks, and move common
get_node get_group and get_class methods into a shared helper file.
7753bc5 Comment out specific gem rack version in our vendored Rails
Daniel Pittman (1):
e362172 (#19304) Upgrade to json_pure 1.7.7 for CVE-2013-0269
Dustin J. Mitchell (4):
775ab52 (#16429) Fix relative URLs of icons in tables.cs...
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>...