| Article: |
Rolling with Ruby on Rails Revisited, Part 2 | |
| Subject: | recipe_controller.rb time changes not working. | |
| Date: | 2008-01-11 12:33:12 | |
| From: | VillageIdiot | |
|
Greetings,
|
||
Showing messages 1 through 6 of 6.
-
recipe_controller.rb time changes not working.
2008-01-28 00:08:07 panot [View]
-
recipe_controller.rb time changes not working.
2008-01-28 00:06:43 panot [View]
delete this part in _form.rhtml of recipe:
<label for="recipe_date">Date</label><br/>
<%= datetime_select 'recipe', 'date' %>
-
recipe_controller.rb time changes not working.
2008-01-28 00:04:08 panot [View]
delete this part in _form.rhtml of recipe:
<label for="recipe_date">Date</label><br/>
<%= datetime_select 'recipe', 'date' %>
-
recipe_controller.rb time changes not working.
2008-01-11 15:55:00 VillageIdiot [View]
Ok I found my issue, I forgot to remove the labeling section for _form.rhtml after adding the section for category.
-
recipe_controller.rb time changes not working.
2008-01-11 12:47:42 VillageIdiot [View]
Double posted >.<
Unfortunately I don't see a means of deleting my post, my apologies for the double post.
-
recipe_controller.rb time changes not working.
2008-01-11 12:33:53 VillageIdiot [View]
My apologies for the double posting there.



<label for="recipe_date">Date</label><br/>
<%= datetime_select 'recipe', 'date' %>