search for: appcontrol

Displaying 20 results from an estimated 22 matches for "appcontrol".

2006 Feb 02
4
How switching global layout (application.rthml <or> custom.rhtml)
Dears, My railsapp run using ''/layout/application.rhtml'' and under some conditions ( Authenticated user, url parameter) I like to switch globally to another layout, let''s say custom.rhtml Like : class AppController < ApplicationController before_filter :context_layout def index end end # application.rb def context_layout if <context_condition> layout(''custom'') end end But layout() call is not available into application.rb, and writing class AppController...
2006 Jul 09
1
Can''t find where to put non-index methods for appController
I have a couple of methods that I would like to not be available to the world as actions in my ApplicationController, but need to be visible to the methods in my ApplicationController. This is a dumb question yes, and I know the answer is extermely simple. Can I stuff them in another class somewhere? If so, what rails directory do I put it in? Thanks, -Jon -- Posted via
2006 Jan 24
2
A way to use link_to_remote in appcontroller?
Hi, in my ApplicationController, I am creating a bunch of text which is going to be displayed in my view. However, I would like to use link_to_remote in whats going to be displayed. Any suggestions on how to do this? -- Posted via http://www.ruby-forum.com/.
2018 Apr 10
2
Question about hdt and UEFI
...). > > Erwan, any insight/thoughts? > > -- > -Gene > > _______________________________________________ > Syslinux mailing list > Submissions to Syslinux at zytor.com > Unsubscribe or set options at: > http://www.zytor.com/mailman/listinfo/syslinux -- Tech III * AppControl * Endpoint Protection * Server Maintenance Buncombe County Schools Technology Department Network Group ComicSans Awareness Campaign <http://comicsanscriminal.com>
2020 Aug 27
0
[Bug 1455] New: Queue verdict cannot be used in vmap
...e: pablo at netfilter.org Reporter: phillc at gmail.com I'm not sure if this is a bug, not implemented, or as designed. I am trying to use a vmap to direct traffic to NFQueue when specific criteria are matched. The map has been defined and a rule using it: table ip filter { map AppControl_TCP { type ipv4_addr . ipv4_addr . inet_service : verdict } chain Forward { type filter hook forward priority filter; policy drop; ip saddr . ip daddr . tcp dport vmap @AppControl_TCP } ... } But I cannot assign the verdict "queue num 3" to the map. The following...
2018 Jun 18
4
Memdisk and big floppy images
Dear Syslinux folks, For a firmware update I am following the Gentoo Wiki [1] to create a floppy image of 20 MB, so that the vendor update utility fits. Unfortunately, FreeDOS does not load, and it seems to hang loading the FreeDOS kernel. The original FreeDOS image boots. Do you know if that issue is memdisk related? It?s started from GRUB with the commands below. linux16 /boot/memdisk
2011 Jan 03
8
Heroku, needs constant AppController updates?
...it .... / git push heroku master / heroku workers 1 / heroku open then the process runs, appears successful in the logs, but returns no events The error can be solved I''ve discovered by making small changes to Application controller, such as adding the line logger.debug"Changing AppController again" then doing $git add . / git commit .... / git push heroku master / heroku workers 1 / heroku open this time the process runs, appears in logs to take longer, and returns the scraped info as required. Any ideas why this should be?? I have tried solving this myself by putting...
2018 Jun 18
2
Memdisk and big floppy images
...age >> >> >> _______________________________________________ >> Syslinux mailing list >> Submissions to Syslinux at zytor.com >> Unsubscribe or set options at: >> http://www.zytor.com/mailman/listinfo/syslinux >> > > > > -- > Tech III * AppControl * Endpoint Protection * Server Maintenance > Buncombe County Schools Technology Department Network Group > ComicSans Awareness Campaign <http://comicsanscriminal.com> > -- Tech III * AppControl * Endpoint Protection * Server Maintenance Buncombe County Schools Technology Departme...
2017 Sep 21
1
CentOS 7: changes to php.ini
...Y'all should note the existence of yum-posttransaction-actions, which allows you to create scripts to be automagically run after a yum update. I, specifically, use it to keep apcupsd from either screaming and screaming, as happens with an extension, by just using sed -i to change /etc/apcupsd/appcontrol (which is *not* a configuration file, and so is overwritten) so that SHUTDOWN=/bin/false, rather than /sbin/shutdown mark
2018 Apr 10
1
Question about hdt and UEFI
...________________________________ > >> Syslinux mailing list > >> Submissions to Syslinux at zytor.com > >> Unsubscribe or set options at: > >> http://www.zytor.com/mailman/listinfo/syslinux > > > > > > > > > > -- > > Tech III * AppControl * Endpoint Protection * Server Maintenance > > Buncombe County Schools Technology Department Network Group > > ComicSans Awareness Campaign > > > > -- > -Gene > -- Tech III * AppControl * Endpoint Protection * Server Maintenance Buncombe County Schools Technology D...
2018 Mar 08
2
Question about hdt and UEFI
Hello, i am trying to use hdt with an UEFI install. It does not start and freeze. Does someone know if it is supposed to work ? Btw i have enough machines here to do real QA :)
2018 Apr 10
0
Question about hdt and UEFI
...- >> -Gene >> >> _______________________________________________ >> Syslinux mailing list >> Submissions to Syslinux at zytor.com >> Unsubscribe or set options at: >> http://www.zytor.com/mailman/listinfo/syslinux > > > > > -- > Tech III * AppControl * Endpoint Protection * Server Maintenance > Buncombe County Schools Technology Department Network Group > ComicSans Awareness Campaign -- -Gene
2018 Jun 18
0
Memdisk and big floppy images
...org/wiki/BIOS_Update#Create_a_custom_ > FreeDOS_image > > > _______________________________________________ > Syslinux mailing list > Submissions to Syslinux at zytor.com > Unsubscribe or set options at: > http://www.zytor.com/mailman/listinfo/syslinux > -- Tech III * AppControl * Endpoint Protection * Server Maintenance Buncombe County Schools Technology Department Network Group ComicSans Awareness Campaign <http://comicsanscriminal.com>
2019 Feb 06
0
syslinux-6.04-pre2
...s no difference from the kernel.org archive. > > -hpa > _______________________________________________ > Syslinux mailing list > Submissions to Syslinux at zytor.com > Unsubscribe or set options at: > http://www.zytor.com/mailman/listinfo/syslinux > -- Tech III * AppControl * Endpoint Protection * Server Maintenance Buncombe County Schools Technology Department Network Group ComicSans Awareness Campaign <http://comicsanscriminal.com>
2006 Jul 04
0
Best way of storing and recalling data for display?
...>#{h msg.subject}</strong></span> <span class=\"messageFieldLabel\">Date:</span><span class= \"messageField\">#{h msg.sent_at}</span> <span>#{(h msg.body).gsub(/\n/, "<br/>")}</span>''") %> AppController.addMessage(<%=msg.id%>,"<%=html_insert%>"); //store the message for later retrieval <% end %> </script> ...which works, but it just feels so...unpleasant. Embedding this big javascript stringy mess in the page source, all those escape characters... th...
2019 Feb 08
2
Syslinux 6.04-pre3
As suggested, I have made a 6.04-pre3 release. In addition to updating gnu-efi to the latest version available (3.0.9 + a few patches) I wanted to make the tree compile with -Werror on my box, which resulted in pulling a thread which in turn caused a whole bunch of things to unravel :) The end result was that I ended up refactoring much of the tree so that it now avoids building a ton of
2019 Feb 05
6
syslinux-6.04-pre2
Hi all, It has been the case for quite a while that the master tree is unambiguously better than 6.03. I have thus tagged and pushed out a syslinux-6.04-pre2 release, however, due to the issues with continuing to keep the main archive on kernel.org, I have moved the release archive to: https://www.zytor.com/pub/syslinux/ Other than the URL, there is no difference from the kernel.org archive.
2009 Aug 19
27
First App- Error 500
...Aug 18 16:49:55 -0400 2009/!\ FAILSAFE /!\ Tue Aug 18 16:50:34 -0400 2009 Status: 500 Internal Server Error unknown error PS . It does show the default web page ok at http://localhost:3000 just not the app Here is my controller in c:\ruby\hello\app\controllers \app_controller.rb ..... class AppController < ApplicationController def greeting end end Here is my view in c:\ruby\hello\app\views\app\greeting.rhtml <html> <head> Ruby on Rails </head> <body> Yes its working! </body> </html> Here is the URL that I''...
2006 Jun 21
5
default page and session
Hi Everybody! As a newcomer to this list and to Rails per se I would like to to post my silly newbie questions ? be patient: 1. I''m not able to get rid of the welcome-aboard-screen. It says: > 3. Set up a default route and remove or rename this file > > Routes are setup in config/routes.rb. I''ve done the routing part ? at least I think I have! Now, as for the
2018 Jun 18
3
Memdisk and big floppy images
...0/LS-240 drives exis (as non-harddisk image). > > Bernd > > _______________________________________________ > Syslinux mailing list > Submissions to Syslinux at zytor.com > Unsubscribe or set options at: > http://www.zytor.com/mailman/listinfo/syslinux > -- Tech III * AppControl * Endpoint Protection * Server Maintenance Buncombe County Schools Technology Department Network Group ComicSans Awareness Campaign <http://comicsanscriminal.com>