gregschmit/recurring_select

Issue with Rails 5 alpha and Turbolinks 3

Opened this issue · 3 comments

Hello,

I have this message when loading js

SyntaxError: [stdin]:1:1: unexpected //=

Somebody has an idea ?

Thnks.

Doesn't work on Rails 5. See recurring_select_helper.rb

Looks like this one has been abandoned.

morgz commented

Is there a good alternative?

#quickfix

module ApplicationHelper
  def select_recurring(object, method, default_schedules = nil, options = {}, html_options = {})
    RecurringSelectHelper::RecurringSelectTag.new(object, method, self, default_schedules, options, html_options).render
  end
end