RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

[Gem] Mecha - Rails apps generator

Mecha generates Rails apps with some defaults.

https://github.com/magrathealabs/mecha

Example:
mecha <projectname> --devise --bitbucket-pipelines --sentry

Will generate a Rails app with name and add some defaults. It configures the app to use sass, remove Turbolinks and CoffeeScript, configure Guard, Rubocop, and Simplecov, Factory Girl, Faker, Timecop, Capybara, Poltergeist and Database Rewinder.

It will also configure Devise, Bitbucket Pipelines, and Sentry.

Mecha is easy to extend, just create a new Rails generator inside lib/mecha/generators.

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