inertiajs / inertia-rails

The Rails adapter for Inertia.js.
https://inertiajs.com
MIT License
529 stars 43 forks source link

inertia-rails gem not found #3

Closed magiknono closed 4 years ago

magiknono commented 5 years ago

hello, I want to test inertia but i can't install the inertia-rails gem as specified in doc.

i tested 3 ways:

And not found on rubygems.org when i search for inertia-rails

screen capture: https://pbs.twimg.com/media/EF4-xSLXkAERhJu?format=png&name=900x900 https://pbs.twimg.com/media/EF4-xSLXYAECUrg?format=png&name=900x900

Can you help me?

magiknono commented 5 years ago

OK, solved with https://github.com/inertiajs/inertia-rails/tree/readme-updates

rbngzlv commented 4 years ago

@reinink @BrandonShar related to this issue I was going to send a PR to update the documentation on the website, because the gem is not published yet and the actual instructions are wrong. But maybe you have planned to publish the gem soon?

If anyone comes here the correct line is:

gem 'inertia', git: 'https://github.com/inertiajs/inertia-rails/'
BrandonShar commented 4 years ago

Thanks for calling this out! @bknoles we have a few installs now, do you feel comfortable tagging / publishing a first version of the gem?

reinink commented 4 years ago

Gents, let me know if you need help publishing the gem. I say get it out there, and we can always improve on it if there are bugs. 👍

Also, if you're able to review the new website and PR improvements to the Rails documentation, that would be greatly appreciated!

bknoles commented 4 years ago

yea, let's try to release it this week @BrandonShar

bknoles commented 4 years ago

closing in favor of #6