Parse Rails Boilerplate

screenshot of Parse Rails Boilerplate

Rails 3.1 app with a Parse-backed auth system

Overview

The Parse Rails Boilerplate is a simple Rails 3.1 app that utilizes parse_resource for model persistence and includes a basic authentication system based on a Railscast tutorial. This app is designed to provide a quick and convenient way to give your Parse app a web presence.

Features

  • Simple Rails 3.1 App: The app is built on Rails 3.1, providing a familiar and robust framework for web development.
  • Parse Resource Integration: parse_resource is used for model persistence, allowing seamless integration with Parse backend services.
  • Authentication System: The app includes a simple authentication system based on a Railscast tutorial, providing basic user authentication functionality.

Summary

The Parse Rails Boilerplate is a Rails 3.1 app that allows Parse app owners to quickly establish a web presence for their app. It leverages parse_resource for model persistence and includes a simple authentication system. The installation process is straightforward and involves cloning the repository, installing dependencies, and configuring the necessary files.