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

Generate grape doc for non-rails project #1

Closed
hisea opened this issue Sep 10, 2012 · 9 comments
Closed

Generate grape doc for non-rails project #1

hisea opened this issue Sep 10, 2012 · 9 comments

Comments

@hisea
Copy link

hisea commented Sep 10, 2012

I have a Grape/Sinatra app using rack following standard gem directory structure.
currently grape_doc is looking for config/environment which is missing for a non-rails project.

It will be nice if grape_doc can support generic grape project or using a command-line flag to specify the type of the project.

Thanks

@AlexDenisov
Copy link
Owner

Thank you for feedback.
Ok, I'll implement this ASAP.
Feel free to open Pull Request ;-)

P.S. there is a lot of features, that I want to implement, but so little time.

@AlexDenisov
Copy link
Owner

I've publish version with hotfix right now, source code stores at develop branch.

Will you open Pull Request? If not, then I merge develop into master and close this issue.

@hisea
Copy link
Author

hisea commented Sep 10, 2012

Thank you so much for fast turnaround, please go ahead and merge.

@hisea
Copy link
Author

hisea commented Sep 10, 2012

actually i just created a pull request. so the merge can be done easier.

@AlexDenisov
Copy link
Owner

I'd never worked with Sinatra or other non-rails rack app, so, please, tell me about any problems, if they presents.

@hisea
Copy link
Author

hisea commented Sep 10, 2012

yup, i will do some testing and see how it works maybe come up with a wiki page.

@AlexDenisov
Copy link
Owner

Great, thanks.

@hisea
Copy link
Author

hisea commented Sep 11, 2012

it works for me, donno if it worth a wiki, my projects follows the standard gem structure, I specified the --path to the file under my lib/mai.rb file. it loaded the classes and generated the doc for me.

Thanks for your help

@AlexDenisov
Copy link
Owner

That's great, I'm glad that you found it useful.

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