search for: organisation_nam

Displaying 4 results from an estimated 4 matches for "organisation_nam".

Did you mean: organisation_name
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 "$username" of type $user_type and status $user_state in organisation &quo...
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
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
2006 Jan 06
6
NewbieQ: How do I refresh view after return from popup window
...n => ''new''}, :popup => [''new_window'', ''height=100,width=100'']) %> <select id="person.organisation_id" name="person[organisation_id]"> <%= options_from_collection_for_select @org, "id", "organisation_name", @person.organisation_id %> </select></p> </td>