Rails 3.1로 인해 ActionView::Template::Error(매개변수 수 오류(4는 3)
묘사
Rails 3.0 프로젝트를 업그레이드하고 Rails 3.1의 중첩된 양식을 사용합니다.다음 코드를 확인합니다.<%= nested_form_for story do |form| %>
<%= form.fields_for :questions do |q| %> # line indicating error
...
<% end %>
<% end %>
ActionView 생성: Template: Error (잘못된 매개 변수 (4 대 3) 토론 #1
에도 같은 문제가 있습니다.너는 해결 방법을 찾았니?토론 #2
아직 없어요.나도 다른 문제를 보았지만, 나도 이것에 대한 어떠한 대답도 보았다.스티브 워리
2011년 9월 21일 오전 9:13,[email protected]쓰기:
좋은 소식.
fxposter에서 방금 Ryanb 코드를 도입했습니다.
https://github.com/fxposter/nested_form.git
포크가 나의 문제를 해결했다.
2011년 9월 21일 수요일 오전 9시 30분, 스티브 울리[email protected]:
I'm having the same problem. Did you find a solution?
Reply to this email directly or view it on GitHub: https://github.com/ryanb/nested_form/issues/97#issuecomment-2155754
스티브 워리
아덴 소프트웨어 회사.
암천로 1631호
147호실
플로리다 아포프카 32712-2229
전화: (407)243-8988
토론 #셋
fxposter가 당신의 Rails3.1을 끼워 넣은 폼에 복원해 주셔서 감사합니다.https://github.com/fxposter/nested_form.git
토론 #4
안녕하세요, 스티브,고맙습니다. 어떻게 그것을 끌어들입니까?
피트
------- 원본 정보-----
스티브 울리[email protected]
피터[email protected]
보낸 날짜: 2011년 9월 21일 수요일 오전 9:38:43
제목: Re:[중첩 형식] Rails 3.1로 인해 ActionView:Template::Error(4대 3)(#97)
좋은 소식.
fxposter에서 방금 Ryanb 코드를 도입했습니다.
https://github.com/fxposter/nested_form.git
포크가 나의 문제를 해결했다.
2011년 9월 21일 수요일 오전 9시 30분, 스티브 울리[email protected]:
Not yet. Saw another issue on this as well but I have seen any responses to that either.
Steve Woolley
On Sep 21, 2011, at 9:13 AM, ptromblee [email protected] wrote:
I'm having the same problem. Did you find a solution?
Reply to this email directly or view it on GitHub: https://github.com/ryanb/nested_form/issues/97#issuecomment-2155754
스티브 울리
아덴 소프트웨어 회사.
암천로 1631호
147호실
플로리다 아포프카 32712-2229
전화: (407)243-8988
이 e-메일에 직접 회신하거나 GitHub에서 보려면 다음과 같이 하십시오.
https://github.com/ryanb/nested_form/issues/97#issuecomment- 2155990토론 #5
GEM 파일에서 변경:
보석 "네스트 형"
대상
gem'nested_form',:git=>'https://github.com/fxposter/nested_form.git'
업데이트된gem를 얻기 위해 묶어서 설치해야 합니다.토론 #6
너무 좋아요.감사합니다.
피트
------- 원본 정보-----
스티브 울리[email protected]
피터[email protected]
보낸 날짜: 2011년 9월 21일 수요일 오전 9:42:44
제목: Re:[중첩 형식] Rails 3.1로 인해 ActionView:Template::Error(4대 3)(#97)
파일에서 다음을 변경합니다.
보석 "네스트 형"
대상
gem'nested_form',:git=>'https://github.com/fxposter/nested_form.git'
업데이트된gem를 얻기 위해 묶어서 설치해야 합니다.
이 e-메일에 직접 회신하거나 GitHub에서 보려면 다음과 같이 하십시오.
https://github.com/ryanb/nested_form/issues/97#issuecomment- 2156033토론 #7
안녕, gem'nested form',:git=>'https://github.com/fxposter/nested_form.git'로컬 호스트에서 작동하지만 서버에서는 작동하지 않음
누구든지 나에게 왜 이러는지 알려줄 수 있다.
Reference
이 문제에 관하여(Rails 3.1로 인해 ActionView::Template::Error(매개변수 수 오류(4는 3)), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://github.com/ryanb/nested_form/issues/97텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)