Displaying 3 results from an estimated 3 matches for "facebook_form_builder".
2008 Aug 14
0
facebook_form_builder.rb - add_default_name_and_id
Hi there,
I have a model called SignUp with a couple of text_fields and a
datetime_select. When I was trying to build a form using the
facebook_form_for helper, I realized that the controller was getting
values from datetime_select correctly but was missing data from the
text fields.
I narrowed down the issue to add_default_name_and_id method and when
changed it from
def
2008 Jan 25
1
form error with datetime select
...fb_friend_selector %>
11: <%=f.text_field :ttype, :label=> "Title"%>
12: <%=f.datetime_select :duedate, :label=> "Due Date"%>
13: <%=f.buttons "Add" %>
14: <% end %>
15:
vendor/plugins/facebooker/lib/facebooker/rails/
facebook_form_builder.rb:30:in `build_shell''
vendor/plugins/facebooker/lib/facebooker/rails/
facebook_form_builder.rb:30:in `datetime_select''
#{RAILS_ROOT}/app/views/face/new_task.rhtml:12:in
`_run_rhtml_47app47views47face47new_task46rhtml''
/System/Library/Frameworks/Ruby.fra...
2008 Jun 15
11
[PATCH] helper to create fb css stylized table
I attached a rails helper implementation of the fb_table described here:
http://wiki.developers.facebook.com/index.php/Facebook_Styles
I included testing and comments. I hope you find it useful.
Curiously, it''s really a small extension of FBML.
Richard
-------------- next part --------------
Index: test/rails_integration_test.rb