decidim / metadecidim

This is the repository for the code of Metadecidim community, we experiment with the new features, we are an experimental community
https://meta.decidim.org
8 stars 7 forks source link

Home page crash on install #37

Closed mattstone closed 5 years ago

mattstone commented 5 years ago

Hello,

I've just installed decidim from Gem and it crashed when I tried to load the home page.

An easy fix 0

line 53 in lib/decidim/engine_router.rb should be

method_name.tos.match(/(url|path)$/)

screen shot 2019-02-14 at 11 36 34 am

oriolgual commented 5 years ago

Which Ruby version are you using? match? is a valid method for a String in Ruby 2.6

mattstone commented 5 years ago

ah - thanks for that. Was using ruby 2.3.1 - using 2.6.1 has sorted the issue for me.