Templates to enrich your Ruby on Rails apps

Ruby on Rails templates allow you to add features to both old and new apps. Check out our repository of templates for adding everything from authentication to error monitoring to your apps.

How does it work?

  • Find or create an app template

    Choose one of our existing templates, or create your own to add a feature you want.

  • Run the template

    Every template has a simple command you can run. Review the template, then copy and paste into your terminal and you're off to the races.

    Try this Hello World example template. Don't worry, it won't change anything.

    rails app:template LOCATION='https://railsbytes.com/script/x7msKX'
  • Customize to your needs

    Now that your Rails app template has been applied, you can start using it. For example, if you installed Bootstrap with an app template, you can now theme your application with it.