Displaying 20 results from an estimated 33 matches for "controlle".
Did you mean:
controller
2007 Sep 18
0
How to have multiple independently working controlllers for one view
...035194627.gif.html . The blue
areas are those who work independently form one another but at certain
actions they submit the other area. And there will be, also a scroll
for both of the blue parts.
So, my dilema is how to approach this situation? I think the two
blue areas will have their own controllers, so how i should handle
more than one controller on one view ?
I can do it entirely with ajax, but there are more complex object
which i have to validate, so i think they''d better be some kind of
components.
I have read about ''Cells'', but i have not tested them. Mo...
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.de
2016 Sep 21
0
CentOS-6.8 PCI Hwdr issue?
...se messages are generated ceaselessly.
Research reveals that this error is possibly related to some sort of
driver incompatibility involving Realtek chip sets.
However, I do not seem to have this hardware installed on this host:
lspci
00:00.0 Host bridge: Intel Corporation 4 Series Chipset DRAM
Controller (rev 03)
00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset
Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation 4 Series Chipset
Integrated Graphics Controller (rev 03)
00:03.0 Communication controller: Intel Corporation 4 Series Chipset
HECI Co...
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...
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
I need to add an attribute to a model but there is no need to add a
corresponding database 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;
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 FooCon...
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&q...
2010 Mar 26
2
file upload error(can't convert Tempfile into String)
...y = "public/avatars"
# create the file path
path = File.join(directory, name)
# write the file
File.open(path, "wb") { |f| f.write(upload[''uploads''].read) }
end
end
when i tried to upload a file its showing errors as
TypeError in ListsController#save_imports
can''t convert Tempfile into String
can anyone help.is there any fault in this method?actually i wanted
toupload this files into a table callled contactslists or to move to
a folder in my application pls provide help
--
Posted via http://www.ruby-forum.com/....
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?
...oving 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 something like:
@entry=Entry.new(@params)
i had a problem with the number of arguments..
the snipped of code at the bottom of this shows how i handled this..
it works and all, but i...
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
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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubs...
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
RID pool manager 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 d...
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 tried it, and more important, did it worked the way it is supposed to?
As