Boxcar Generator Archive

screenshot of Boxcar Generator Archive
rails

A tool for generating Rails applications with the best practices of the Smashing Boxes team.

Overview

Boxcar is a base Rails application used at Smashing Boxes, heavily inspired by thoughtbot's suspenders. This application serves as a starting point for building Ruby on Rails projects.

Features

  • Easy installation: Install the Boxcar gem to start using it as the base for your Rails applications.
  • Simplified usage: Use the command "bin/boxcar new [path/to/project_name]" to generate a new Rails application based on Boxcar. Replace "[path/to/project_name]" with the actual path of your project.
  • Contributions: If you would like to contribute to Boxcar, please refer to the CONTRIBUTING.md file.

Summary

Boxcar is a base Rails application developed by Smashing Boxes, inspired by thoughtbot's suspenders. It provides an easy installation process and simplifies the usage of Rails applications. If you are interested in contributing to Boxcar, please refer to the CONTRIBUTING.md file.

rails
Ruby on Rails

Ruby on Rails, often referred to as Rails, is an open-source web application framework written in Ruby. Known for its convention over configuration and don't repeat yourself (DRY) principles, Rails simplifies and accelerates the development of database-backed web applications.