Answers_transparent in rails 3

How will I use recs_to_parent plug in rails 3. I used it in rails 2.3.5. There were no errors at that time. But when I switched to rails 3, he showed the following error:

undefined local variable or method `erase_redirect_results'.

How to solve this problem?

+3
source share
5 answers

Here is the implementation for rails ~> 3.2 https://github.com/Gonzih/respond_to_parent

+3
source

Rails 3.1 'responses_to_parents' , PrototypeHelper, 3.1.

http://apidock.com/rails/ActionView/Helpers/PrototypeHelper

rails > 3.0 "replys_to_parent" "remotipart".
os.alfajango.com/remotipart/
https://github.com/JangoSteve/remotipart

+2
+1

rails 3.0 ​​ 1.1.0, 3.1 +

-1

Source: https://habr.com/ru/post/1768429/


All Articles