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

Missing inf-ruby.el in the download .zip #38

Open
claront opened this issue Aug 30, 2012 · 6 comments
Open

Missing inf-ruby.el in the download .zip #38

claront opened this issue Aug 30, 2012 · 6 comments

Comments

@claront
Copy link

claront commented Aug 30, 2012

Following the directions at http://rinari.rubyforge.org/Basic-Setup.html#Basic-Setup to click on the download button. That zip file does not include the inf-ruby.el file, so it breaks on startup of emacs with the (require 'rinari).

The work around for me was to do the alternate:
git clone git://github.com/eschulte/rinari.git
cd rinari
git submodule init
git submodule update

@purcell
Copy link
Collaborator

purcell commented Aug 30, 2012

Yep, the rubyforge docs are very outdated. I just recently got Eric to give me admin permissions there, but I haven't yet fixed them up due to lack of time. Sorry for the confusion.

@dreki
Copy link

dreki commented Feb 22, 2013

I'm new to doing Rails with Emacs, and this was confusing to me as well. My experience so far is that Emacs can be a powerful Rails environment, so I think it'd be a win to update rinari's docs so that new users don't get discouraged.

You may also want to mention that Emacs 24 comes with package.el, so those users don't need to install that. I ran into issues with that.

@purcell
Copy link
Collaborator

purcell commented Feb 22, 2013

Hi @dreki -- thanks for the feedback. I agree that this really needs attention.

Since I'm now the de-facto maintainer, the plan is to move rinari to my own github account, where I can freely enable and update the wiki and move the old docs across from rubyforge.

I've already got access to the old rubyforge account, but not the source for the documentation there, so it's non-trivial to update it.

I'm sorry to admit that this remains a relatively low priority for me at this point due to the number of other commitments I have.

@dreki
Copy link

dreki commented Feb 22, 2013

No worries! Just wanted to add my support to the pile.

@dgutov
Copy link

dgutov commented Feb 22, 2013

I've already got access to the old rubyforge account, but not the source for the documentation there

If I'm not mistaken, the source for that documentation is doc/rinari.texi.

@purcell
Copy link
Collaborator

purcell commented Feb 22, 2013

Hah, that would make sense!

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

4 participants