Rails DB Console plugin
Plugin details
Documentation
Install the plugin:
ruby script/plugin install http://rails.sanityinc.com/plugins/db_console/
Example commands
% rake db:console # Connect to your RAILS_ENV database % rake db:console:production # Connect to the production database % rake db:console:test # Connect to the test database % rake db:console:some_other_db # Connect to some_other_db defined in database.yml % RAILS_ENV=test rake db:console # Connect to the test database
Further Documentation
There is currently no advanced documentation for this plugin.
New documentationEdit plugin | Back in time (4 older versions) | Last edited by: scott, 10 months ago

