Interesting Things
- We discovered why a Flash widget was reloading itself: changes the CSS
positionvalue. We were hiding the Flash widget by moving it's containingdivoff the page withposition: absolute; left: -9000, and removing the class that had those values to show it again. It turns out that changing thatpositionvalue causes the Flash to reload. By keeping theposition:absolutesetting when we both show and hide our container div, the Flash no longer reloads.
Ask for Help
"When using Rails's date_select helper, is there a corresponding helper method to turn that date format into a Date object in the controller?"
Some Snippets are available, but how about a Rails built-in solution?








No comments have been posted yet.