# How to get into Rails Console

**URL:** <https://meta.discourse.org/t/how-to-get-into-rails-console/77310>\
**Category:** Support\
**Created:** [05.Январь.2018 13:54:12 UTC](https://meta.discourse.org/t/how-to-get-into-rails-console/77310 "2018-01-05T13:54:12Z")\
**Posts on this page:** 1\
**Showing post:** 2

<div class="post-metadata">

**Author:** ![notriddle](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/notriddle/32/133055_2.png) [@notriddle](https://meta.discourse.org/u/notriddle)\
**Post date:** [05.Январь.2018 17:12:04 UTC](https://meta.discourse.org/t/how-to-get-into-rails-console/77310/2 "2018-01-05T17:12:04Z")

</div>

First of all, could you please wrap your console output in a code block instead of a quote block? There’s Markdown syntax being interpreted in there.

* * *

Secondly, no, I’m not seeing it.

```plaintext
notriddle@wsl:~$ ssh ubuntu@52.26.80.122
Welcome to Ubuntu 16.04.3 LTS (GNU/Linux 4.4.0-92-generic x86_64)

 * Documentation: https://help.ubuntu.com
 * Management: https://landscape.canonical.com
 * Support: https://ubuntu.com/advantage

  Get cloud support with Ubuntu Advantage Cloud Guest:
    http://www.ubuntu.com/business/services/cloud

68 packages can be updated.
0 updates are security updates.

***System restart required***
Last login: Thu Jan 4 00:59:09 2018 from 70.184.74.19
ubuntu@ip-172-31-27-237:~$ sudo -i
root@ip-172-31-27-237:~# cd /var/discourse/
root@ip-172-31-27-237:/var/discourse# ls
bin cids containers discourse-setup image launcher README.md samples scripts shared templates Vagrantfile
root@ip-172-31-27-237:/var/discourse# ./launcher enter app
root@ip-172-31-27-237-app:/var/www/discourse# rails c
[1] pry(main)>

```

It did take me like a minute after hitting enter at “rails c” before the pry prompt came up. Maybe wait longer?

---

_[View the full topic](https://meta.discourse.org/t/how-to-get-into-rails-console/77310)._
