I've built a marketplace application using Rails, Devise, Heroku, and Stripe Connect.
I want to launch the application in about 30 days. I have never actually launched an app that will be available to customers and has money involved. I'm kind of hazy in regards to what I need to do from here out to make sure the application will work as intended for the customers.
I've read Basecamps Rework book which motivated me to launch sooner than trying to perfect it and have made the app as agile as possible as a result. I can't say I'm much of a programmer as I learned rails and programming in my spare time.
If anyone has any experience in managing a rails app for live production please give me tips on things you wish you knew before. Thank you!
From my experience, there are several things that you should do before make your app to public:
In addition, you can integrate the Google Analysis service (it's free) to your app to get some analysis information about the traffic, users that go to you site.