REPL Console

Important: These docs are for the outdated Jets 5 versions and below. For the latest Jets docs: docs.rubyonjets.com

You can test things out in a REPL console:

$ jets console
>> Post.table_name
=> "posts"
>> ActiveRecord::Base.connection.tables
=> ["schema_migrations", "ar_internal_metadata", "posts"]
>> Jets.env
=> "development"
>>