asok / projectile-rails

Emacs Rails mode based on projectile
258 stars 59 forks source link

dbconsole #80

Closed Pitometsu closed 8 years ago

Pitometsu commented 8 years ago

How can I start rails db with projectile-rails?

asok commented 8 years ago

It's not implemented yet. For the time being you can do use Emacs' commands like sql-postgres, sql-mysql etc.

Pitometsu commented 8 years ago

Yeah, for now I use sql-postgres, but I should each time select user and database.