search for: sudara

Displaying 9 results from an estimated 9 matches for "sudara".

2008 May 15
8
facebooker, respond_to and firefox 3 beta5/pre
...with html at the top. In all browsers, this works as expected - When I''m hitting the controller from my normal app, I get html. When I hit it inside facebook, I get fbml. However, with Firefox 3 hitting the normal app, I''m getting fbml for some odd reason. Am I crazy? Sudara
2008 Jan 31
3
Using facebooker AND Haml/Sass
...ts with the concepts behind facebooker, and the hidden rules of the facebook API itself) and have a nice little (actually, lengthly) tutorial to get folks started. I''m formatting this and will post to the group in the next day or two!) Thanks to Mike for being patient and responsive Sudara
2006 May 18
3
Model Madness: habtm vs through
..._to :things acts_as_list :scope => :collection_id end -*-*-*-*-*-* Yes, I am in over my head. Yes, I am smart, and willing to learn. Yes, I want to built something that will last and be flexible... No, I haven''t even moved on past the model, because I wish to understand... Thanks! sudara -- Posted via http://www.ruby-forum.com/.
2007 Sep 05
3
Rspec Caveman questions.
...nd I''m wasting a chunk of time (as I don''t have the DSL even 60% down) writing specs and getting it wrong. Am I missing a trick, or I.should_have dsl_down_before_trying.else_return(crying)? um, thanks for any potential caveman responses - the more caveman (pragmatic) the better. sudara -- View this message in context: http://www.nabble.com/Rspec-Caveman-questions.-tf4387721.html#a12509678 Sent from the rspec-users mailing list archive at Nabble.com.
2007 May 11
15
Simulating onmouseleave and onmouseenter with Prototype
...#39;m still a bit green with Prototype, but my answer came in this shape: Event.observe(nav, ''mouseout'', function(e) { if(!Position.within(nav,Event.pointerX(e),Event.pointerY(e))){ alert(''...mouse is now truly outside nav...''); }); } }); Have a good day! Sudara --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this gro...
2006 Jun 27
2
Preloading results in Ajax App
...''hidden_div_series'', :partial => ''single_result'' or <%=droppable_element ''add_to_favorites'', :sync => true %> page.sync ''add_to_favorites'', page.sync ''my_sortable'' page.sync :all Ideas? love sudara -- Posted via http://www.ruby-forum.com/.
2007 Sep 05
6
Caveman Questions
...nd I''m wasting a chunk of time (as I don''t have the DSL even 60% down) writing specs and getting it wrong. Am I missing a trick, or I.should_have dsl_down_before_trying.else_return(crying)? um, thanks for any potential caveman responses - the more caveman (pragmatic) the better. sudara -- View this message in context: http://www.nabble.com/Caveman-Questions-tf4384357.html#a12498949 Sent from the rspec-users mailing list archive at Nabble.com.
2008 Jan 25
3
More on routing, relative_root and facebooker
...routes) b) make it crystal clear somewhere in the docs that by default there is rewriting going on FOR you while in-canvas. I''m tempted to try out Shawns recent rewrite of the url_rewrite thing. Is there openness to a patch being accepted? still not up and running, but still trying, sudara
2008 Jan 26
14
Introducing facebooker.yml
If you are using facebooker as a plugin, you can now have all your configuration in one place, namely config/facebooker.yml. You can create this file with rake facebooker:setup. It is also generated when you install it as a plugin. It has a similar setup to database.yml with sections for each environment. You can also configure your ssh reverse tunnels. If you are upgrading, make sure to