You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ActionView::TemplateError (uninitialized constant ActionView::Base::CompiledTemplates::TabularFormBuilder) on line #3 of vendor/plugins/google_apps/plugins/google_apps/app/views/google_apps/add.rhtml
#9
Open
shahul001 opened this issue
Apr 20, 2012
· 1 comment
I have migrated the Google Apps login plugin to redmine 1.4.0, migration process works successfully but but when i am taking the google_apps tab in Administration-Google_apps its showing error likes this:
ActionView::TemplateError (uninitialized constant ActionView::Base::CompiledTemplates::TabularFormBuilder) on line #3 of vendor/plugins/google_apps/plugins/google_apps/app/views/google_apps/add.rhtml:
1:
Here is my error Log
ActionView::TemplateError (uninitialized constant ActionView::Base::CompiledTemplates::TabularFormBuilder) on line #3 of vendor/plugins/google_apps/plugins/google_apps/app/views/google_apps/add.rhtml:
1:
Hi
I have migrated the Google Apps login plugin to redmine 1.4.0, migration process works successfully but but when i am taking the google_apps tab in Administration-Google_apps its showing error likes this:
ActionView::TemplateError (uninitialized constant ActionView::Base::CompiledTemplates::TabularFormBuilder) on line #3 of vendor/plugins/google_apps/plugins/google_apps/app/views/google_apps/add.rhtml:
1:
<%= link_to 'Google Apps', :controller => 'google_apps', :action => 'admin' %> » New domain
2:
3: <% form_for :domain, :builder => TabularFormBuilder do |f| -%>
4:
5:
<%= f.text_field :name, :label => :field_name %>
6:
Rendering /home/redmine/redmine-1.4.0/public/500.html (500 Internal Server Error)
Please help me, I cant complete my migration
Thanks
Shahul
The text was updated successfully, but these errors were encountered: