search for: example_rails_params_including_fb

Displaying 2 results from an estimated 2 matches for "example_rails_params_including_fb".

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
2007 Dec 20
0
Relative URL fix
...ap.connect '':controller/:action/:id'' end I changed the "test_url_for_doesnt_include_url_root_when_not_linked_to_canvas" like so: def test_url_for_doesnt_include_url_root_when_not_linked_to_canvas @controller = NonFacebookController.new get :link_test,example_rails_params_including_fb.merge (:fb_sig_in_canvas=>0,:canvas=>false) assert !@response.body.match(/root/) end All tests pass again. Please let me know if this seems like a reasonable approach. I am happy to bundle this into a diff if anyone would like it added to the facebooker core. Later, Mark d...