search for: locusfoc

Displaying 4 results from an estimated 4 matches for "locusfoc".

2007 Dec 04
5
new facebooker
...r for this but I wrote a plugin called facebooker_extensions which essentially reverts this change until I figure out a way to smartly format the url from either a facebook or nonfacebook request. I also started to extend the test_helper with more example xml responses. http://plugins.svn.locusfoc.us/browser/trunk/facebooker_extensions/ init.rb If someone figures out the routing problems let me know I am eager to tie it back into my app. Later, Mark -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/facebooker-talk/attachments/...
2007 Jan 19
3
Rails file sharing application
Hi: I been looking for an file sharing application for en intranet enviornment. So far I have found ''boxroom'' from rubyforge. Are there more such open source application? Thought you might know hence giving a try here. Appreciate any feedback. Google search doesn''t provide much help here either... Cheers -- Posted via http://www.ruby-forum.com/.
2008 Mar 16
0
bypassing verify_authenticity_token before_filter when in facebook
...roller.action == ''sekret_method'' # Pretend to call this before_filter. true else original_verify_authenticity_token(*args) end end end I detailed the particulars for the how and why in a blog post incase any of you are interested: http://www.locusfoc.us/2008/3/16/if-you-can-t-beat-them-module_eval- them-bypassing-the-verify_authenticity_token-before_filter Later, Mark -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/facebooker-talk/attachments/20080315/3fd4cf8c/attachment.html
2008 Apr 07
7
Testing and Mocking
Can I second this question? Could someone provide a simple example of how they set up a functional test for a controller that uses facebooker?? Do you have to copy a lot of stuff from rails_integration_test.rb ? I guess that since we don''t have a test facebook to test against, we have to stub out a lot of stuff right? --simon > Hi, I''m wondering if folks would care