search for: submit_act

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

2006 Apr 29
11
Multiple actions from one form - possible?
Hello * Obviously the rhtml below does not work, but it should be apparent what I try to achieve - I would like to give the user the choice to submit a form either to action1 or action2 but I cannot figure out how?! It would be great if someone could give some assistance. Thanks a lot, Alex <%= start_form_tag :action1 => ''save'', :action2 =>
2011 Dec 02
2
problem setting expectation for test with delayed::job
...being instantiated. I am assuming this is because setting an expectation on new is somehow changing the structure of the class and confusing delayed job? Maybe because it''s a struct? 1) PostsController creating a post sharing shares when it should Failure/Error: post :create, { :submit_action => submit_type.to_s, :post => new_post(post_attributes).attributes } ArgumentError: Cannot enqueue items which do not respond to perform # ./app/observers/post_observer.rb:12:in `after_create'' # ./app/models/post.rb:156:in `set_state_to_open_for_free_requests...