igorkasyanchuk / rails_db

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

uninitialized constant RailsDb::Database #51

Closed binodmainali closed 7 years ago

binodmainali commented 8 years ago

Followed all the steps, running rails 3.2.X. But I am greeted with the following error all the time.

module RailsDb module ApplicationHelper include ::FontAwesome::Rails::IconHelper def rails_db_tables RailsDb::Database.accessible_tables end def link_to_add_fields(name, f, type) newobject = f.object.send "build#{type}" id = "new_#{type}"

igorkasyanchuk commented 8 years ago

Hmm, not sure, I've specs with Rails 3.2 and they passed

when do you get this error? when app starts?

binodmainali commented 8 years ago

Sorry for responding now, was away from work. visiting this URL http://localhost:3000/rails/db gives me that error.