-
Hi,
I'm having few small file permissions issues:
- should lib/apipie/client/generator.rb really have shebang and be executable? If so, the standard permissions are ideally 755, not 775.
- same strang…
-
``` html
1 %>
```
When i start from scratch i get an error when rendering the template seeing an empty @doc[:resources]
``` bash
rails new myapp
cd myapp/
rm Gemfile.lock
echo …
-
Hi,
Everytime apipie metadata (api :GET "method", etc.. ) is in a controller method a get the error "undefined method `first' for nil:NilClass" when I try to run http://localhost:3000/apidoc.
Also …
-
The new way of handling cache is
``` ruby
render_from_cache and return
```
but render_from_cache() ends with
``` ruby
ensure
Apipie.request_script_name = nil
end
```
which means it always r…
-
This is a really awesome gem! Thanks for making this!!
One question though, would it be possible to add a feature to generate a WADL file which would help integrate with [apigee's console](https://a…
-
I want to add sample output to my description/example, but I'd like to have this done by rendering the templates I have with a sample object rather than copying and pasting code in. Can you suggest a…