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 imagine that this project may be deprecated by now , but just a heads up that following the READ ME with Rails 5.2 results in an unsuccessful install. I found other complaining about this back in 2012 and they were directed to follow the POST_INSTALL instructions but these instructions don't seem to be up to date anymore either. Just a heads up.
appears to be some routing issues amongst other things:
rails generate mercury:install
/Users/my_stuff/.rvm/gems/ruby-2.6.1/gems/actionpack-5.2.2.1/lib/action_dispatch/routing/mapper.rb:81:in check_via': You should not use the matchmethod in your router without specifying an HTTP method. If you want to expose your action to both GET and POST, addvia: [:get, :post]option. If you want to expose your action to GET, useget` in the router:
Instead of: match "controller#action"
Do: get "controller#action" (ArgumentError)
The text was updated successfully, but these errors were encountered:
Just re-read the developer notes and I didn't realize that this was a Rails 3 project and is no longer maintained. I fully understand how much work it is to maintain a project of this size with zero compensation or donations, so much respect for the work that went into this. I'll keep shopping. Thanks !
=) Yeah, it's crazy hard to keep up with contenteditable technology. There are some great libraries from the Guardian -- check out http://guardian.github.io/scribe/
There are whole teams of people who do it now, and maybe some day when it seems like there are fewer differences between the browser vendors I'll revisit some of this. There are some cool things like vue that would make this all so much easier too.
I imagine that this project may be deprecated by now , but just a heads up that following the READ ME with Rails 5.2 results in an unsuccessful install. I found other complaining about this back in 2012 and they were directed to follow the POST_INSTALL instructions but these instructions don't seem to be up to date anymore either. Just a heads up.
appears to be some routing issues amongst other things:
/Users/my_stuff/.rvm/gems/ruby-2.6.1/gems/actionpack-5.2.2.1/lib/action_dispatch/routing/mapper.rb:81:in
check_via': You should not use the
matchmethod in your router without specifying an HTTP method. If you want to expose your action to both GET and POST, add
via: [:get, :post]option. If you want to expose your action to GET, use
get` in the router:Instead of: match "controller#action"
Do: get "controller#action" (ArgumentError)
The text was updated successfully, but these errors were encountered: