Tuesday, 17 September 2013

More efficient way to view changes on a mobile device without pushing rails app to heroku?

More efficient way to view changes on a mobile device without pushing
rails app to heroku?

Probably a dumb question:
Right now, to see changes made in development, I run rails s and see the
changes on the local version of my site. To see how changes look on my
phone, I currently commit to Git (no matter how small the changes) and
then push to heroku. This takes some time and results in lots of commits
and deployments for minor changes (i.e. CSS stuff).
What is a more efficient way to test changes for rails web apps on mobile?
NOTE: I am aware I can shrink my browser but it never fails I get
different outcomes on my phone.
Any help is appreciated.

No comments:

Post a Comment