I'm building a Rails 3 application that I plan on provided as a subscription-based SaaS (Software as a Service) product. Basically, I want users to be able to hit my "Sign up" page, create a new account, and immediately start using the software.
A good example of what I'm trying to accomplish is: http://www.getharvest.com/
Here's what I need to happen when someone signs up:
Are there any good guides out there for setting this stuff up? Even better, are there services that you can purchase to automate this type of thing? Ideally, I'd like to just worry about writing my Rails app and then be able to plop it atop some awesome Rails SaaS infrastructure.
(Also, I need a way to bill them monthly, but I think that's a separate question/problem.)
The question is which framework is best for SaaS and highly recommended by experts. The answer is Ruby on Rails is one of the best and highly recommended.
It's Open Source. One of the key components that make Ruby and Rails so great and easy to use is the fact that it's Open Source. And a benefit of building a startup in an Open Source language is the community. Closed Source language makes you dependent on the company or organization making those decisions.
Developers use the web framework to create a web application very quickly. And it isn't just fast; Ruby on Rails simplifies the development process and enables companies using it to scale their project and integrate new features effortlessly.
Heroku would let you get up and running quickly. You can manage the infrastructure using the heroku gem. Here is the documentation to the client which should allow you to manage heroku applications remotely. Using heroku would allow you to scale applications on an individual level and let you focus on the code of the application instead of the hardware.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With