Turning a calendar into a form using Rails?
问题 Question : How do I turn a calendar into a form where the dateselect is rendered to match the calendar day instead of the current date? What I'm trying to do: I'd like to create a calendar that displays the cyclist's workouts. Create workouts within each calendar day, automatically rendering the workoutdate that matches the given day in the form Each workout has many intervals. Each calendar day has one workout. Plugins: Extracted the table_builder.rb and calendar_helper.rb from https:/