Displaying 11 results from an estimated 11 matches for "service_ids".
Did you mean:
service_id
2005 Mar 04
3
optimization
Ok, so, I''ve written my first app in rails. It''s pretty nifty. Only
one problem. Slower than you could possibly comprehend.
Processing PersonController#show (for 67.138.254.231 at Thu Mar 03
21:04:16 Eastern Standard Time 2005)
Parameters: {:id=>"1", :controller=>"person", :action=>"show"}
[4;35mPerson Load (0.219000) [0;37mSELECT
2011 May 17
5
has_many through question
...many :areas
end
Following View
Taskschedule#new
<h2>New Taskschedule</h2>
<%= form_for @taskschedule, :url=>taskschedules_path do |f| %>
<p>Area: <%= f.text_field :name %></p>
<% for service in Service.find(:all) %>
<p><%= check_box_tag :service_ids, service.id,
@taskschedule.services.include?(service), :name =>
''taskschedule[service_ids][]'' -%> <%= service.name %></p>
<% end %>
<%= submit_tag "Submit" %>
<% end -%>
Taskschedule Controller
class TaskschedulesController < A...
2008 Aug 20
0
activeresource: self.prefix = .../:id/... (need to set :id?)
Hi All
As I mentioned in my title I''m using activeresource and the model I''m
using has the following prefix
self.prefix = ''/institute/:institute_id/services/:service_id/''
All this is great, however I''m now in a situation where I need to save
the model, but it translate the prefix as follows
/providers/983783784/services//appointments/234234234
So,
2008 Dec 09
4
HABTM checkboxes insert but don't delete
I have a problem related with the HABTM relationships with checkboxes.
I''ve got a profile and a service model, both related with
has_and_belongs_to_many.
The problem is that i can insert new data in the profiles_services
table, however, i cant delete already existing data.
What could be the problem?
--~--~---------~--~----~------------~-------~--~----~
You received this message
2012 Dec 18
1
Problem with srptools
Hello,
I have a problem with the srptools to connect my Dom0 to the scst over
IB ressources.
*When i''m on the Debian kernel (without Dom0) *
root@blade1:/# ibsrpdm -c
id_ext=003048ffff9dd3b4,ioc_guid=003048ffff9dd3b4,dgid=fe80000000000000003048ffff9dd3b5,pkey=ffff,service_id=003048ffff9dd3b4
2006 Jan 10
0
Paginate with two tables ?
First I read previous thread with similar problem but I don''t find answer
(problem is little diffrent)
Hello, I have problem with display information from two tables using
paginate..
Here is code.
##### SQL
create table subscribers (
id integer not null auto_increment,
name varchar(32) not null,
surname varchar(64) not null,
create_timestamp DATETIME not null,
modify_timestamp DATETIME
2007 May 24
3
Help with Create and Update with options_for_select in a select_tag
I have a select_tag in my view that uses options_for_select with
multiple = true. I am having trouble figuring out the Rails way to
create and update that field. Please help.
Models:
-------------
Service has_many AccessControl
AccessControl belongs_to Service
application.rb
-------------------------
$types = Array["Athens", "htpasswd", "IP", "None",
2019 Feb 04
2
acl_groups from LDAP issue
Hi!
I have some trouble with userdb, ldap an extrafields for acl_groups.
There is a script in python, which fetches the groups and sets the
environment-variable ACL_GROUPS to this groups.
It works when i log in to imap (thunderbird for example shows my? public
folders which are protected by acl_groups).
But when it try
doveadm mailbox list -u user.name
the mailboxes are not listed and with
2007 Jun 25
5
strange mock error
I''m testing using the rspec mocking framework and rspec 1.0.5 and I''m
getting the following strange error:
#<Spec::Mocks::Mock:0x337f7c8> expected :set_defaults with (#<Service:
0x19c4040 @name="Service_1023">, {"1"=>"1", "2"=>"2"}) but received
it with (#<Service:0x19c4040
2008 Jul 16
2
belongs_to causing endless loop on first call to save!
Hi,
I have a situation I''m hoping someone out there may be able to shed some
light on. I have a Rails app (2.1.0 on Ruby 1.8.7) with a wizard-based sign
up process, that has recently been changed from storing incremental data in
the database to having a medium sized object graph living in the user
session until the user completes the entire sign up process (this is a
business
2019 Feb 04
0
acl_groups from LDAP issue
Well, you don't have postlogin scripts when running doveadm. Those are executed by *-login and usually execute the actual protocol handler.
Try
env ACL_GROUPS=whatever doveadm mailbox list -u test.user
Aki
> On 04 February 2019 at 14:39 Jakobus Sch?rz <wertstoffe at nurfuerspam.de> wrote:
>
>
> Hi!
>
> I have some trouble with userdb, ldap an extrafields for