igorkasyanchuk / rails_db

Rails Database Viewer and SQL Query Runner
https://www.railsjazz.com/
MIT License
1.46k stars 111 forks source link

Error when deployed on heroku #62

Closed samyrabdo closed 7 years ago

samyrabdo commented 8 years ago

I got this error when I tried access mydomain.com/rails/db:

Processing by RailsDb::DashboardController#index as HTML

5: <ul class="side-nav tables" id='rails_db_tables'>
7:     <li>
8:       <%= link_to table_data_path(table), remote: true, class: "sidebar_table sidebar_table_#{table}" do %>
vendor/bundle/ruby/2.2.0/gems/actionview-5.0.0.1/lib/action_view/helpers/rendering_helper.rb:35:in `render'

It works well on localhost

igorkasyanchuk commented 8 years ago

@samyrabdo could you please provide full stack trace