search for: controlller

Displaying 20 results from an estimated 33 matches for "controlller".

Did you mean: controller
2007 Sep 18
0
How to have multiple independently working controlllers for one view
Hi, i have the following problem - on my web project i will have two areas (components) which will change (submit) independently. However, the two areas will interact with each other, too, when some link is clicked for example . There is a rough picture of my problem at thios address : http://offtype.net/image_965035194627.gif.html . The blue areas are those who work independently form one another
2016 Nov 08
3
Secondary samba domain controller not working
Hi, I have joined my domain using samba-tool domain join with a secondary samba domain controlller. Everything went successful, but when I turn off the first DC, I cannot logon using Windows anymore. Some DNS records might be missing. Is there any way how to late add these records? Best regards, Ronny -- ___________________________________ Ronny Forberger ronnyforberger at ronnyforberger.d...
2016 Sep 21
0
CentOS-6.8 PCI Hwdr issue?
I have begun to see these messages in my morning reports: WARNING: Kernel Errors Present pciehp 0000:00:1c.0:pcie04: Link Training Error occurs ...: 146 Time(s) pciehp 0ng Error occurs ...: 1 Time(s) pcieport 0000:00:1c.0: bridge window [mem 0xd0a000000.0 failed with error -22 ...: 1 Time(s) r8168: probe of 0000:01:00.0 failed with error -22 ...: 702 Time(s) r8168:
2011 Feb 12
5
link_to a action in the controlles is not called
i have a link where it has to call a method defin in todoscontroller named say_when but show is called <td><%= link_to ''Say when'', todo, :action => :say_when , :remote => true %></td> class TodosController < ApplicationController # GET /todos # GET /todos.xml def index @todos = Todo.all respond_to do |format| format.html #
2009 Feb 17
1
[LLVMdev] #ifdef in TableGen
Chris Lattner-2 wrote: > > Not as such, what are you trying to do? > For example, sometimes I want some patterns to be matched by one machine instruction and sometimes two or more. I am doing the development for an experimental compiler and nothing is sure. I have source code in the backend looking for some specific opcode and they are conditional compiled (controllled by
2005 Dec 17
1
Adding model attribute without db field
...tabase field. The model is a child of ActiveRecord and it corresponds to a table in my DB but when I add it in the usual Ruby way, I get a ''number of redirects exceeded'' error. Here is my code; The model; class Category < ActiveRecord::Base attr :status end The controlller; if params[:id] then @category = Category.find(params[:id]) else @category = Category.find_by_default_category(''1'') end @category.status = 1 The view (just to access it) <% for category in @categories %> <%= category.status %> etc... So, is there a...
2007 Sep 27
1
rspec_on_rails: controller method not getting called
In my rspec_on_rails controlle rspec, I have this: require File.dirname(__FILE__) + ''/../spec_helper'' describe FooController, "with a foo" do it "should be false" do get ''index'' assigns[:foo].should be_false end end In my controller I have this: class FooController < ApplicationController def index @foo = FALSE end
2006 Jul 24
1
All functional tests fail with RoutingError
All, I''m using InstantRails 1.0 on Windows XP and all my functional (controller) tests fail with ActionController::RoutingError, although the actions work OK through a web server/browser. Here''s an example of an error: 1) Error: test_create(AdminControllerTest): ActionController::RoutingError: No url can be generated for the hash {:controlle r=>"admin",
2010 Mar 26
2
file upload error(can't convert Tempfile into String)
i tried a method to implementa file uploader by using amethod below this is ma controlller method to upload def save_imports Contactslist.save(params[:list]) render :text => "File uploaded successfully" this is ma view file .remote - form_for(@list, :url=> save_imports_list_path(@list, :format => "js"), :html => { :multipart => true,...
2009 Feb 13
2
[LLVMdev] #ifdef in TableGen
Is there something similar to #ifdef ... #endif in C supported in TableGen *.td files? Alex. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090213/6324555e/attachment.html>
2009 Feb 13
0
[LLVMdev] #ifdef in TableGen
On Feb 13, 2009, at 1:09 AM, Alex wrote: > > Is there something similar to #ifdef ... #endif in C supported in > TableGen *.td files? Not as such, what are you trying to do? -Chris
2006 Aug 08
3
How Create New Parameter set at Start Time?
I would like to be able to set a paramter during start up like: ruby script\server -nodename testNode_1 ... and would like to have access to this setting from models and/or controllers. Can someone point me in the right direction to get this working? Regards -- Posted via http://www.ruby-forum.com/.
2006 Jun 27
0
forms - a better way to pass data?
...//host/logger and if the data is okay, it makes a new entry into the database.. the problem is: when i first wrote it, i had a form that i used to make sure all the data was moving around okay.. what i did was, named all the form elements as "entry[name]".. this passed a hash to the controlller.. and i did something like: @entry=Entry.new(@params[:entry]) and everything worked great.. we just found out that director has a problem passing such data to the controller, and i had to remove all of the hash entries, and just called them: realm, user, status, message.. when i did somethin...
2004 Mar 09
0
winbind error
Hi, We are using samba2.2.8a compiled with winbind support on an HP-uX machine with HP-UX11i operating system. We are experiencing authenticating users from domain controlller. Sometimes, some windows client are not able to connect samba server. When we look at log file generated for a user, we see "Unable to initgroups. Error was I/O error" error messages. (I can also see this error at syslog) Has onyone experienced this error before? How can we fix this?...
2007 Feb 14
2
prepend_before_filter
I''ve got a couple of before_filters that need to run in a specific order. One does a redirect_to if a session variable isn''t set. The other does a find which will fail if the session variable isn''t set. So they need to run in that order. But prepend_before_filter doesn''t seem to be working as advertised. Anybody got any insight? I''m still running
2007 Mar 10
1
Flash
Hi Need to know how to implement flash movies in rails. Tried once by -> storing movie in /public/Vendor( created manually) ->some code in application controlle but was unsuccessful in it. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2008 Sep 01
2
Help with link_To
Hi, I need some help!! I have to make a link_to with a string to have that strin in another controlle who can i do it?? i have something like this <%= link_to ''Buscador'', new_consulta_path, :query=>"rssnews" %> and then in the controller consulta params[:query] -- Felipe Vergara Contesse IngenierĂ­a Civil Industrial UC
2014 Jul 08
0
How to migrate a huge AD 2003 domain to samba 4 ?
...server1.domain Infrastructure owner server1.domain We have a server2.domain which acts like server 1 backup. Then we have server4.domain, server5.domain, server6.domain, server7.domain which acts as GPO / sysvol replicators to other ~ 200 domain controllers. Each one of that 200 domains controlllers (call it Office Domain Controllers) have attached like 20 - 30 windows clients. Let call server{1,2,3,4,5,6,7}.domain "cpd Domain Controllers") Our intention is migrate our cpd Domain Controllers server group to samba 4, and remove all 200 domain controller (each windows client / in t...
2015 Mar 17
2
How to know which protocol version clients use?
Hello, I currently run samba with server min protocol = NT1 but I need to move towards server min protocol = SMB2 is there any way I can detect which clients still use the older protocol versions? I would like to estimate the impact of the change before i do close NT1/SMB1. Thank and kind regards, Heiner Billich
2003 Apr 26
3
esfq experience anyone?
Hey, fellow LART controlllers, I''d like to ask if someome has a real esfq experience with HTB class hierarchy and esfq qdiscs. Lets say that I want to unite the connections to 10 client PCs with u32 or fw filters (doesn''t matter which one in fact) into one HTB class with esfq qdisc at the end. Did anyone t...