Skip to content

Instantly share code, notes, and snippets.

@yunusemredilber
Last active May 20, 2020 07:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yunusemredilber/543ebbaed46c31a2c7dfda8e75d50171 to your computer and use it in GitHub Desktop.
Save yunusemredilber/543ebbaed46c31a2c7dfda8e75d50171 to your computer and use it in GitHub Desktop.
Connecting to a local rails project from android

Connecting to a local rails project from android

Find your public ip

ifconfig |grep inet

or

hostname -I

Start the server

rails server -b 0.0.0.0

Connect!

http://192.xxx.xxx.xx:3000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment