Displaying 20 results from an estimated 1501 matches for "organising".
2009 Oct 29
4
Unknown column 'quotes.organisation_id' in 'where clause': SELECT * FROM `quotes` WHERE (`quotes`.organisation_id = 1036)
Hi,
I have a small app that needs to keep track of quotes, and
organisations. An organisation can either be the unit who finally
receives the goods (the end_user) or and intermediary (customer) (and in
some cases both)
An Organisation will (hopefully :) ) have many quotes; and a quote
can belong to an organisation, either as a customer or as an end_user or
both.
So the quotes table
2006 Jun 08
9
find :order =>
Hi,
I have the following find statment
@client_pages, @clients = paginate :clients, :per_page => 20, :order =>
"organisation_id, surname"
currently im ordering by organisation_id however I need to order by the
field in the organisation table organisations.name
how can this be done?
Thanks
Scott
--
Posted via http://www.ruby-forum.com/.
2006 Apr 26
6
get foreign key table data
Hi
I?m trying to bring across all related data.
My table clients has a foreign key field that stores the id of an
organization
How can I grab the details of the organization to use in the clients
show.rhtml file?
Thanks
Scott
--
Posted via http://www.ruby-forum.com/.
2006 Jan 02
5
DB Modelling the Rails way - Opinions??
Hi,
I''m trying to figure the most efficient way to model the following. I
can think of at least two ways to relate the tables but from a
client/server perspective! I''m wondering how to best (and
elegantly)relate them from an AR perspective.
A project has many people,
A person can work on many projects at any time,
A project has many roles,
A role is performed by a person,
A
2006 Apr 24
4
creating a select box
Hi
trying to create a select box in _form.rhtml.
I have a table called organisations that contains fileds, 2 being ''id''
and ''name''
these are the fields I need to bring over to the clients _form.rhtml.
whats the best way of going about that??
2 ways i have seen suggested that I cant get to work
-@organisations = Organisation.find_all placed this in def new
2008 May 14
6
anyone from Joplin, MO
I'm trying to convince my employer to deploy an Asterisk based system, but
one member of the leadership team is against it. The rest of the team is
for it, but he's convinced them that we should find other organisations in
the Joplin, MO area who are using Asterisk first because, "we don't want to
be the first in our area." I can't fathom how that's relevant, since
2006 Jan 07
4
To Chris Hall - Re: DB Modelling the Rails way - Opinions??
Chris,
Finally got time to fully play with your suggestions. Had to re-code a
bit of stuff but the concept works - just like a bought one :~). Many
thanks for the solution,
Kind Regards,
Eric.
For those curious - here''s what it was about;
On Monday 02 January 2006 02:10, Eric Sloane tried to type something like:
> Hi,
> I''m trying to figure the most efficient way to
2006 Nov 21
14
Starting from scratch
I have the following models:
===
class Person < ActiveRecord::Base
has_many :person_organisations, :dependent => true
has_many :organisations, :through => :person_organisations
has_many :person_categories, :dependent => true
has_many :categories, :through => :person_categories
end
class Category < ActiveRecord::Base
has_many :person_categories, :dependent => true
2005 Mar 30
0
Help - dependencies.rb - `const_missing': uninitialized constant
I''m trying to get this has_and_belongs_to_many join to work (re: my
post from yesterday). I''m getting an error I can''t seem to get by.
Help?
I now have the following tables:
ORGANISATIONS:
id (primary key)
name
REPRESENTATIVES
id (primary key)
name
ORGANISATIONS_REPRESENTATIVES
organisation_id
representative_id
My models are:
class Organisation
2008 Mar 28
2
Wrong story step running
Hi
I have three steps like this:
Given ''a user called "$name" of type $user_type and status $user_state in
organisation "$organisation_name"'' do |name, user_type, user_state,
organisation_name|
$runs ||= 1
puts "MOO #{$runs}"
$runs += 1
# ...
end
Given ''a user called "$name" with username
2014 Nov 09
2
organisation of packages & CRAN
Hi,
I?ve been using R on and off for a couple of years. I think R is pretty great but one thing I?d like to see improved is the way packages are organised. Instead of CRAN being a long list of packages having a short & usually unintelligible name I ?d like to see packages organised in a hierarchical way with that path acting as a hierarchical namespace just like you have in many other
2009 Nov 02
3
feedback European Commission pilot assessment
...opean Communities' IDABC programme (Interoperable Delivery of European eGovernment Services to public Administrations, Business and Citizens), implemented by the European Commission. Within the context of the elaboration of their National Interoperability Frameworks, Member States are currently organising the assessment of formal specifications, in order to establish their National recommendations. Deciding which formal specifications to recommend often calls for a resource intensive and time consuming assessment. Therefore, CAMSS aims to improve awareness, knowledge sharing and transparency, around...
2006 Jan 04
0
Re: DB Modelling the Rails way - solution by Chris Hall
Hi Chris,
Yesterday you kindly submitted an answer to my question on modelling
many to many relationships. I''ve briefly tried the proposed solution but
so far with no luck. Before I get too involved - I''d like to know if
mapping three way :join_tables is "legal" in a Rails sense. I only ask
since you put (untested) in your mail and I can''t find any docs on
2006 Jun 09
1
Organising singapore.rb
I''m toying with the idea of organising a Ruby User Group for Singapore,
hence, singapore.rb. I just want to find out who would be interested in
participating in this. Also, I would really appreciate pointers on
organising something like this.
--
Practical_Guile::Clever_Tagline::Pending
http://practicalguile.com
-------------- next pa...
2006 Jan 06
6
NewbieQ: How do I refresh view after return from popup window
Hi,
I have this bitta code that is supposed to open a new window and allow
the user to create a new Organisation on the fly whilst editing a new
Person i.e. if the Organisation exists they can select it from the drop
down select. Otherwise they can click on the cute button and enter a
skeleton Organisation record. What I need to do next is refresh the drop
down select on returno the new
2007 Oct 29
0
would this be a good(restfull) approach for livesearch?
Hi,
I want to implement a search feature with the rest principles in mind.
so i try to think in resources and i decided to just put in in the index
method.
this resource/method will be called form different places, for example a
main search page for organisations but also on a "person" form in a
sort of dialog screen where i can link an organisation to a person. the
(live) search
2002 Aug 10
4
2.2.5, Sol 2.8, W2k - Printers...Status: Access Denied unable to connect - ??
hi
When I highlight a printer icon in Win 2K, the Status bar shows
Status: Access Denied, Unable to connect.
It shows this for all samba printers.
I can print a test page even though it shows access denied.
Anyone know how to fix this?
thanks.
Dennis
+******+
This e-mail message is meant solely for the person or organisation to whom it is adressed. The message may contain personal or
2006 Jun 05
1
what''s the best way to organise lots functions in application.rb
Hi all,
Please forgive me for this newbie question.
I''m developing an application on RoR, and found I got more and more shared
functions in application.rb. It looks very disorganised. And so I''m seeking
your expertise for a better way to organise shared functions.
After reading some open source code, I found some experienced developers are
using modules, and put codes in /lib
2006 Nov 20
22
Index only partially built
I have an application which I''m running using Mongrel and Apache as
described here http://www.napcs.com/howto/rails/deploy/.
I have a model Person which I am attempting to use acts_as_ferret with.
When I first try to do a search the index begins to get built but it its
fails halfway through with the following error in the browser:
===
Proxy Error
The proxy server received an invalid
2014 Apr 16
1
samba-tool OU's organisational units
I am confused as with samba-tool it does practically everything and all the default methods of M$ AD are covered.
For some reason OU's seem to be missing I know OU's are very Group policy orientated but also they are simply Organisational Units.
The ability to list, create and delete OU's seems to be omitted.
Also when you add a user the destination OU parameter is missing.
Is this