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
I'm getting explosions from the Fortitude railtie that's monkey-patching ActionView to help it autoload view classes. Looks like the monkey-patched method inside ActionView changed the method arity but Fortitude hasn't matched? I honestly don't really understand why my particular setup isn't working because I've used other Rails projects with higher and lower versions and didn't have problems.
I also hacked Fortitude gem source and added the missing method param, passing it straight through and got everything working properly.
I'm currently on Rails 4.2.6 and attempting to use Foritude 0.9.4.
I'm getting explosions from the Fortitude railtie that's monkey-patching ActionView to help it autoload view classes. Looks like the monkey-patched method inside ActionView changed the method arity but Fortitude hasn't matched? I honestly don't really understand why my particular setup isn't working because I've used other Rails projects with higher and lower versions and didn't have problems.
I also hacked Fortitude gem source and added the missing method param, passing it straight through and got everything working properly.
I'm currently on Rails 4.2.6 and attempting to use Foritude 0.9.4.
Any advice would be appreciated!
ArgumentError:
wrong number of arguments (given 5, expected 4)
I'm getting explosions from the Fortitude railtie that's monkey-patching ActionView to help it autoload view classes. Looks like the monkey-patched method inside ActionView changed the method arity but Fortitude hasn't matched? I honestly don't really understand why my particular setup isn't working because I've used other Rails projects with higher and lower versions and didn't have problems.
I also hacked Fortitude gem source and added the missing method param, passing it straight through and got everything working properly.
I'm currently on Rails 4.2.6 and attempting to use Foritude 0.9.4.
Any advice would be appreciated!
ArgumentError:
wrong number of arguments (given 5, expected 4)
# /Users/glenn/.rvm/gems/ruby-2.3.1/gems/fortitude-0.9.4/lib/fortitude/rails/railtie.rb:251:in
find_templates_with_fortitude' # /Users/glenn/.rvm/gems/ruby-2.3.1/gems/actionmailer-4.2.6/lib/action_mailer/base.rb:914:in
each_template'# /Users/glenn/.rvm/gems/ruby-2.3.1/gems/actionmailer-4.2.6/lib/action_mailer/base.rb:900:in
collect_responses' # /Users/glenn/.rvm/gems/ruby-2.3.1/gems/actionmailer-4.2.6/lib/action_mailer/base.rb:829:in
mail'# ./app/mailers/application_mailer.rb:20:in
mail_with_defaults' # ./app/mailers/welcome_mailer.rb:4:in
welcome_member'The text was updated successfully, but these errors were encountered: