Correction!
The errors were different:
1) Error:
test_should_fail_to_update_contest(ContestsControllerTest):
ActionView::TemplateError: wrong number of arguments (4 for 3)
On line #18 of contests/edit.rhtml
15: <p><%= f.text_field :banner_subtitle %></p>
16:
17: Begin (required):
18: <p><%= f.date_select :begin %></p>
19:
20: End (required):
21: <p><%= f.date_select :end %></p>
My previous post was fixing the date_select error, not the clipping
one mentioned in the first post.
On Oct 25, 2:32 pm, moritz <
a5s...@yahoo.com> wrote:
> I had a similar experience and added html_options = {} to
> date_select(object_name, method, options = {}) and
> datetime_select(object_name, method, options = {}) on lines 81 and 94
> in ../community_engine/engine_plugins/globalite/lib/rails/
> localized_action_view.rb.
>
> After that the tests passed, but I'm still getting lots of during the
> test run:
> DEPRECATION WARNING: Inflector is deprecated! Use
> ActiveSupport::Inflector instead. Seehttp://
www.rubyonrails.org/deprecation