RubyFlow The Ruby and Rails community linklog

Primo: A configurable default Rails stack using application templates

Rails application templates are awesome, especially for hackers that often need to set up the same basic app, but also for companies that want to promote their best practices. Sadly the ecosystem around them seems to be quite limited. Primo is a new gem that tries to solve this by adding a command line interface for defining your default template and share it with others.

At the moment Primo allows you to run a Rails install with a template based on PostgreSQL/HAML/Rspec. It also allows you to specify your own default template in a .primo file.

Inspired by Steve Klabnik’s article “Rails has Two Default Stacks” and the awesome Rails application templates.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in