razum2um / lurker

📖 The ultimate tool for documenting and testing APIs in Rails
https://lurker.razum2um.me/lurker
MIT License
116 stars 22 forks source link

service_presenter.name does not appear in the generated html #112

Closed sanyco86 closed 8 years ago

sanyco86 commented 8 years ago

https://github.com/razum2um/lurker/blob/master/lib/lurker/templates/layouts/application.html.erb#L26 <%= @service_presenter.name %> в сгенерированных html пустой, то есть генерируется html <a class="navbar-brand" href="/lurker"></a> а должен быть <a class="navbar-brand" href="/lurker">ExampleApp</a> в ExampleApp.service.yml :name: ExampleApp присутствует

razum2um commented 8 years ago

@sanyco86 thanks for bug-report fixed with https://github.com/razum2um/lurker/pull/116 released in 0.6.12

note you'll have to recreate service.yml or fix it to use strings, not symbols in keys