search for: long755

Displaying 3 results from an estimated 3 matches for "long755".

Did you mean: long15
2006 Dec 07
6
form_tag not producing output
I''ve got two servers, both with Rails 1.1.6 on them. I''m trying to remove some of the newly-deprecated stuff in my app, and I''ve run into a problem. My login page used to look like this: <div title="Account login" id="loginform" class="form"> <h1>Please Sign In</h1> <%= start_form_tag :action =>
2006 Nov 04
1
Customizing routing error messages
I have found various methods showing how this can be done. What is still unclear is whether there is a different behavior between development and production. So far I am only working in dev. Here is the scenario in development: I enter a bad URL, for example /bad_controller/no_action, I get a Routing Error - Recognition failed for "/bad_controller/no_action" What I would like to see
2007 Jan 30
0
Autocomplete nested within AJAX partial
I have the scriptaculous autocomplete working perfectly for normal page access. But having problems when combining with AJAX. The page contains a div that is updated dynamically via AJAX. Also the autocomplete field lives within this dynamic region. On first load (normal page access) the autocomplete works fine. However it stops to respond once AJAX updates the region. It seems I am missing