search for: mdamonhill

Displaying 8 results from an estimated 8 matches for "mdamonhill".

2006 Jan 19
4
UserEngine - rake bootstrap aborted => undefined method `synchronize_with_controllers'' for Permission:Class
Good day all. I have successfully installed Engines and LoginEngine and LE is setup and running correctly. However, after installing and setting up UE, when attempting to run the rake bootstrap method I get the following error: undefined method `synchronize_with_controllers'' for Permission:Class My environment is Rails 1.0.0 Ruby 1.8.2 WinXP WebBRICK MySQL 4.1.14 I found the following
2006 Apr 12
2
Problems doing addition/subtraction with floats
Ok, I am sure this is a simplistic problem that I am just missing right now (maybe eyes are crossed??). However, I am trying to do simply math here. I have these variables initialized as follows: @amount_due = @amount_paid = @total_due = 0.0 I get @total_due and it is set to 1739.6 from the database. I then get @amount_paid and it is set to 1739.6 from the database. I then calculate the
2006 Jun 23
0
Re:(RESOLVED, KIND OF) auto complete and after update element
...sn''t getting updated now, so maybe it wasn''t such a bad thing to have huge select boxes ;) Anyone have any idea why now the parsing of this template doesn''t update the information in the view page? Thanks in advance, -- ~d www.razorpress.com On 6/23/06, Damon Hill <mdamonhill@gmail.com> wrote: > > I have done several searches via the web and all of my 13,000+ emails from > the rails list. > I can''t seem to find or discover exactly why the below syntax does not > cause the app to call the get_supplier_address action in the controller. > >...
2006 Jun 20
3
WEBrick just decided to take a hiatus on me
Good day all. This is one of the most frustrating days I have had with Rails in quite some time now (almost 8 months actually). Yesterday I complete my development and testing and everything is peachy. I head home for the evening and do my things there. This morning, I come back in and do my typical morning routine of starting up eclipse and the usual "ruby script/server" command in
2006 Mar 01
9
ajax doesn''t show at the right place
Hi, I use link_to_remote to create a link to trigger an ajax, things work fine, a new rhtml is created, however, the newly created rhtml doesn''t replace my old zone, it shows instead on top of my old zone...Does someone know why??? my code is like <table> <tr><td colspan="2"><a href="#" onclick="new Ajax.Updater(''zone1'',
2006 Jun 23
0
auto complete and after update element
I have done several searches via the web and all of my 13,000+ emails from the rails list. I can''t seem to find or discover exactly why the below syntax does not cause the app to call the get_supplier_address action in the controller. <%= text_field_with_auto_complete ( :supplier, :company_name, :after_update_element => "function(element,value){" +
2006 Feb 22
0
Need help getting value from text_field_with_autocomplete
Good day. I have setup of a text field with auto complete and I need to grab the value from that text field and pass it into a method to update a row in a table. Here is the view: <tr> <td align="center" colspan="6"><%= text_field_with_auto_complete( :product, :product_code ) %></td> </tr> <tr> <td
2006 Jan 10
0
Customizing autocomplete to update more than one value upon vaule select
Good day. Currently I have a system that will successfully add a row to a table. Each row in this table will represent a new product being added to a purchase order. The user can enter a quantity and then select a product code. The product code is the auto_complete field. This field works. However, once the user selects a product code then the values for the product description, buy price, and