apitome
apitome copied to clipboard
Apitome: /iˈpitəmē/ An API documentation presentation layer for RSpec API Documentation output.
Started GET "/api/docs" for ::1 at 2020-01-29 19:34:08 +0530 Processing by Apitome::DocsController#index as HTML Rendering /home/kiran/.rvm/gems/ruby-2.6.0/gems/apitome-0.3.0/app/views/apitome/docs/index.html.erb within layouts/apitome/application Rendered /home/kiran/.rvm/gems/ruby-2.6.0/gems/apitome-0.3.0/app/views/apitome/docs/_explanation.html.erb (Duration: 1.6ms | Allocations: 6077) Rendered /home/kiran/.rvm/gems/ruby-2.6.0/gems/apitome-0.3.0/app/views/apitome/docs/_endpoint.html.erb (Duration: 0.1ms |...
Using ```rails 5.2.2.1``` and ```ruby 2.5.5``` with ``` apitome 0.3.0```, am getting the following error when access the documentation path: ``` Failure/Error: click_link 'Documentation' ActionView::Template::Error: undefined method `simulated_path' for #...
The version of jQuery included in Apitome is relatively outdated, and has known security vulnerabilities. Are there any plans to upgrade jQuery to a more recent version?
We tried to update the **ruby** version to **3.0.0** (with ruby 2.7.2 it's ok instead) but after the command *bundle* we received the message: *apitome-0.3.0 requires ruby version ~> 2.4,...
This extra param is only used internally to get the value of the parameter for spec examples.
I've recently run into an issue with code_theme not being recognised correctly. This is on Rails 5.2.4.4, it seemed to be working correctly on Rails 5.2.3 Using an underscore in...
Some of the build fail is from the fact that new rails app seems to have defaults some options that are not compatible with --skip-bundle. https://github.com/rails/rails/issues/28916 So I had to...
I noticed this while digging down into the code here. The `if` was unnecessary, and so was rescuing an error in the specific case where `body == " "`, only...
After migrating to Rails 6 the engine stopped working with the next error ``` ActionView::Template::Error: The asset "apitome/highlight_themes/default.css" is not present in the asset pipeline. ``` It might me needed...