On 19 November 2010 19:52, Uday Shankar <[email protected]> wrote:
> Hi,
>
> We have a web-console that run on rails, on the console we have a button
> to add a new entry and below it we show all the entries that are already
> present in a box. when we click on the button a request goes to the
> backend to add that entry, when that request is complete a pop-up comes
> with message that entry was successful or not. This feature has been
> working fine. Of late we have observed a bug.
> when we click on add a new entry and before that request is complete if
> we double click on an entry in the box to view the details of another
> entry, the pop-up still comes with success message but when go to the
> backend to verify if the entry was made or NOT, we dont find the new
> entry.
>
> Can anyone throw light on what could the possible reason be.

Have a look in the log (log/development.log assuming running in
development mode) to get more information about what is going on.
Also you can use various methods to debug your code in order to
understand the problem.  See the Rails Guide on debugging if you are
not familiar with these techniques.

Colin

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to