Displaying 2 results from an estimated 2 matches for "spamfre".
Did you mean:
spamfree
2006 Jul 07
2
Ajax "Waiting..." flash while round-tripping
I''m trying to figure out how to best allow a user to click a
link_to_remote (or something like it) that will make the clicked thing
disappear and replace it with a "Saving..." or "Please wait..." image
until the server round-trip is complete. Once complete, it needs to
replace the HTML in that span or div with text from the server.
I imagine it will involve
2006 Jul 26
1
List directory names in a dropdown control?
I''ve been trying to find the "right" way to do this and I''m now appealing to
the Rails masses. :)
I want to list all the directory names in a specific location and have just
the directory names appear in a dropdown control for the user.
The Dir.entries("somepath") includes the "." and ".." folders plus all files
and folders.
The