search for: action_path

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

Did you mean: action_pack
2008 Aug 20
1
Facebook javascript (FBJS) library
...test1'').toggle(); Remove an element from the dom $(''test1'').remove(); Get a hash of calculated element dimensions width/height as integers $(''test1'').getDimensions() Update remote Update: function(target_element, response_type, action_path, callbacks, post_parameters) (FBML/RAW) Ajax.Update(''test1'', ''FBML'', ''http://...'',{ success: function(){} }) Load Remote Load: function(response_type, action_path, callbacks, post_parameters) (FBML/RAW/JSON) Ajax.Load(...
2007 Oct 02
19
Per-Request View Paths
I haven''t had a chance to work on fixing multiple controller view paths recently. My original patch attempt was: http://dev.rubyonrails.org/ticket/8582 It was rejected due to the fact that it was fixing the symptom more than the problem. However, I think it''s critical that this problem get fixed, otherwise the whole concept of view_paths is severely neutered and