Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WYSIWI Editor is causing a deprecation warning in tests #69

Closed
kenmazaika opened this issue Jan 8, 2016 · 0 comments
Closed

WYSIWI Editor is causing a deprecation warning in tests #69

kenmazaika opened this issue Jan 8, 2016 · 0 comments
Assignees

Comments

@kenmazaika
Copy link
Contributor

# Running tests:

......................DEPRECATION WARNING: input method now accepts a `wrapper_options` argument. The method definition without the argument is deprecated and will be removed in the next Simple Form version. Change your code from:

    def input

to

    def input(wrapper_options)

See https://github.com/plataformatec/simple_form/pull/997 for more information.
 (called from block in _app_views_posts_index_html_haml___647320704__579095908 at /vagrant/src/defcon/app/views/posts/index.html.haml:20)
........................

Finished tests in 8.753835s, 5.2548 tests/s, 10.5097 assertions/s.

This PR explains how to fix the simple form deprecation warnings in custom simpleform inputs.

heartcombo/simple_form#997

@ceceliahavens ceceliahavens self-assigned this Jan 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants