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

Neither install or post_install are working in Rails 5.2 #500

Closed
Nmuta opened this issue Apr 14, 2019 · 2 comments
Closed

Neither install or post_install are working in Rails 5.2 #500

Nmuta opened this issue Apr 14, 2019 · 2 comments

Comments

@Nmuta
Copy link

Nmuta commented Apr 14, 2019

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)

@Nmuta
Copy link
Author

Nmuta commented Apr 14, 2019

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 !

@jejacks0n
Copy link
Owner

=) 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.

Thanks for the kind words, and best of luck!

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