search for: bromley

Displaying 20 results from an estimated 22 matches for "bromley".

2006 May 07
4
Paginate() from multiple tables
Hi I''m wondering if there''s a way I can gather data from multiple tables from the child table by using the paginate method? I would have done it using select_by_sql but I need it to paginate. My table structure is: Records is a child of Date and Account Date Account | | ^ ^ Records I want to be able to print a table using the Records controller that will
2006 Feb 21
2
Production ecommerce sites?
Hi All First post and its a question of Rails abilities. I was wondering if their are any examples of a Rails application driving an ecommerce shop site. Selling a catalogue of products? We''re looking at starting our first major Rails project at work and wanted to gather some examples to sell to the MD as PHP is becoming a drag and there''s so much more possibility in Rails.
2005 Jul 28
1
CentOS Linux training in the UK
Hi everyone This summer we are moving all our UK Linux training short courses over from Fedora Core to CentOS. For more information please visit: http://ce.bromley.ac.uk/linux Thanks very much Clive
2006 Feb 27
2
Upload & Parse CSV
Hi All I was hoping you could help me. I need the ability to upload a large quantity of data via CSV - via an upload form. The CSV file then needs parsing and the data entering into the relevant module. Does anyone have experience of this or perhaps knows of a posting, generator, existing code or any help at all? I''ve been looking but not come across anything so far. I can do this
2006 Jan 26
3
discard_year => true
Hi All I''m attempting to make a simple time select field so I thought I just needed a datetime_select with the option :discard_year => true. However, every ''discard'' option except discard_year seems to work. So I''m left with a year, hour and minute to select. Could anyone please point me in the right direction? Much appreciated. Doug -- Posted via
2004 Jul 22
1
vampire failed for undefiled value sambaSID
Greetings! Vampaire process is running, but it failed create accounts for everyone. The error message is "Can't call method "get_value" on an undefined value at /var/lib/samba/sbin/smbldap-useradd.pl line 152." And I looked at the mentioned file and the line is $userGroupSID = $group_entry->get_value('sambaSID'); I am
2006 Feb 08
1
Adding children via small subform
I''ve read AWDR and especially the part concerning adding child line_items to an order. Unfortunately I want to do my process in reverse and in doing what I thought would work I get a null object error when trying to append the children to the parent. This is a _major_ stumbling block in my Rails use as almost every one of my projects has needed this so its a pretty vital problem I need
2006 Feb 23
5
layouts
I created a controller called reports, for which I didn''t have any model or tables. I wanted to use a menu/layout structure similar to all my other models/controllers and added a layout named reports which then gives me the menu/layout structure but is also now part of all my reports. That isn''t gonna work so I renamed reports.rhtml to reports_forms.rhtml (still inside my
2006 Mar 21
1
Functional Test: post - Other controller
Hi All I''m attempting to get all of my tests clear after installing the Salted Hash Login generator. Now I''ve protected the entire application so login is required from all points. However I get a fail 302 on all other protected controllers as I haven''t explicitly logged in and got the session. I thought adding the following to the beginning of my methods in the
2006 Feb 21
1
Module level layouts and controllers
Is it at all possible to have a layout for a module? For example I have a module called ''admin'' and one called ''shop''. One is the frontend and one is the backend. However, I''d like a layout for each module area as obviously the two will be quite different although in some cases the functionality (controller) maybe very similar. Any pointers would be
2006 Oct 10
2
HELP: CentOS box won't shutdown
Hi We have a mission critical Dell rackmount server. I tried to reboot it via an ssh session and it just kept running! The command I used was: [root at vle tmp]# shutdown -r now Broadcast message from root (pts/0) (Tue Oct 10 08:28:44 2006): The system is going down for reboot NOW! Looking at /var/log/messages it says: Oct 10 08:28:44 vle shutdown: shutting down for system reboot But
2004 May 28
0
disappearing shares after upgrade to 3.0.4
...read only = No guest only = Yes guest ok = Yes [medscan] comment = Medscan Data directory path = /data2/medscan read only = No guest only = Yes guest ok = Yes oplocks = False level2 oplocks = False #kernel oplocks = Yes #level2 oplocks = Yes #oplocks = No [medscanBROM] comment = Medscan Bromley path = /data2/medscanBROM read only = No guest only = Yes guest ok = Yes #kernel oplocks = Yes #level2 oplocks = Yes #oplocks = No [neal] comment = Medscan Data Neal path = /data2/neal read only = No guest only = Yes guest ok = Yes oplocks = False level2 oplocks = False #kernel oplocks...
2008 Apr 04
1
DO NOT REPLY [Bug 5373] New: rsync uses more space in destination even with -S specified
...h -S specified Product: rsync Version: 2.6.2 Platform: PA-RISC OS/Version: AIX Status: NEW Severity: major Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: scott.bromley@identity-solutions.com.au QAContact: rsync-qa@samba.org +++ This bug was initially created as a clone of Bug #3485 +++ I have a similar issue as Bug #3485 but on 2 AIX servers. The target filesystems continually run out of free space even though they are larger in size. I am unable to...
2006 Feb 25
31
Ajax Scaffold Generator for Rails Released
I just released a whole new version of the Ajax Scaffold Generator (for Ruby on Rails). The generator creates a scaffold page like the typical rails one, except adding, editing and deleting are all done inline. The generated scaffold is valid XHTML strict and fully styled right out of the box. Check out the demo: http://ajaxscaffold.height1percent.com/ And the how-to:
2006 Jan 22
2
Relationship not working
Hi all I''m in the process of trying to make my first project on Rails after doing the tutorial in AWDR. I picked a project which I thought would be easy as I already have the PHP/MySQL implementation. Unfortunately I''ve now hit a snag and was wondering if you could help? I have a table called "races" and a table called "courses". The relationship is:
2006 Jan 22
0
Adding the ''many'' records
Hi All Apologies for being so utterly helpless with Rails but I was wondering if I could trouble you all with another question? Lets say I have the following tables/relationships: "course" -< "races" "race" -< "results" "horse" -- "result" What I have so far is the ability to add a race and when adding it I can select from the
2006 Jan 26
0
Child records needing the ID
Hi I was hoping someone would be able to help me with a bit of a problem. So far I''ve been doing well with my first project. However, I''ve come across a dilemma. I have a system where I create a record and this then loads a secondary form (using Ajax) for the entry of the child elements. For example: I enter details of the "Family" table and click submit at
2004 Oct 12
0
Feature request(s) for OpenSSH
As subject: I'd like to suggest the following additions to OpenSSH to add extra logging and security features around tunneling 1) When a SSH Tunnel is set up the SSH server should log (with an appropriate LogLevel setting VERBOSE, DEBUG?) the user and the dest ip/port combination setup, to enable sensible auditing controls to be in place for forwarded connections. 2) Add a new sshd_config
2006 Dec 07
0
CentOS Compatible Graphics Card for Second Life
Hi I have been experimenting with the Linux Alpha client for Seeocnd Life, but the graphics do not render properly due to incomptibility of SL with the on-board Intel graphics adapter. Can anyone recommend a graphics adapter that is both Second Life AND CentOS 4.4 Linux compatible that will plug into the PCI bus? Thanks very much indeed. Clive
2007 Jan 21
1
Strange Ajax Error Since Upgrade
Hi All I''m getting the following very strange Ajax error and I''ve searched Google, this group and various other places to no avail. So I''m desperately hoping someone here can help. Whenever I try to execute any Ajax call whether as a form request or a link_to_remote link I get the following error: ------------------- FORM REQUEST ------------------- [2007-01-21