Grzegorz Brzezinka

Results 8 comments of Grzegorz Brzezinka

@suan I had a simmilar issue. In the project, I am using `Accept-Version` versioning header. I have added the following code to the Rails initializer: ``` GrapeSwaggerRails.options.before_filter do |request| if...

Hey @sunnyrjuneja @supagroova! I have somehow managed to get it up and running. What I did was I have changed the way the `GrapeSwaggerRails.options.headers` are passed to `SwaggerUi`. The problem...

@supagroova Pls have a look at all the changes I made to `index.html.erb` https://github.com/GeecoLABs/grape-swagger-rails/blob/master/app/views/grape_swagger_rails/application/index.html.erb In my solution, the `api_key` can be initialized both at app initialization or after entering `#input_apiKey`....

Actually, I've tried on both. I started by modifying the manifest and adding my hosted gitlab url + uncommend the gitlab url. Then I've installed the plugin in chrome. Neither...

@smancke it would be so great if you could find a moment to review and merge this to master in the nearest future.

Thanks a lor @magikstm for your input! This is exactly what I've done locally (caddy+loginsrv) and it works as a charm! I'm have very little experience with golang though and...

yeah you're right, well - that's why I wrote it is a hack ;-) So far it is in the controller not a view directly, I think better this solution...

Yeah, this is a good solution citrus :-) I will give it a try - I'll let you know by the next push when I succeed, ok? Thanks for the...