Sha256: 3f6d1a8affd6348c103e84c601a38f64df701621d05389121dd6de0b6b9e53e8

Contents?: true

Size: 957 Bytes

Versions: 21

Compression:

Stored size: 957 Bytes

Contents

# RailsBase
Authentication is hard. Admin capabilties are hard. Two Factor Authentication is hard. Why rebuild that for every app that you make?

The intent of RailsBase is to centralize how all of this data so that you can focus on what actuall matters -- Shipping your Rails Applicaion.

## Usage
Take a look at the [RailsBase Wiki](https://github.com/matt-taylor/rails_base/wiki/Basic-Setup).

If you would like a live demo, head over to a basic Heroku app running the Dummy Rails -- https://railsbase.herokuapp.com Just sign up and you will understand the capabilties of the Engine.

## Installation
Add this line to your application's Gemfile:

```ruby
gem 'rails_base'
```

And then execute:
```bash
$ bundle
```

Or install it yourself as:
```bash
$ gem install rails_base
```

## Contributing
Contribution directions go here.

## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
rails_base-0.74.0 README.md
rails_base-0.73.1 README.md
rails_base-0.73.0 README.md
rails_base-0.72.1 README.md
rails_base-0.72.0 README.md
rails_base-0.71.0 README.md
rails_base-0.70.1.pre README.md
rails_base-0.70.0 README.md
rails_base-0.61.0 README.md
rails_base-0.60.0 README.md
rails_base-0.58.0 README.md
rails_base-0.57.0 README.md
rails_base-0.56.0 README.md
rails_base-0.55.0 README.md
rails_base-0.54.0 README.md
rails_base-0.53.1 README.md
rails_base-0.53.0 README.md
rails_base-0.52.3 README.md
rails_base-0.52.1 README.md
rails_base-0.52.0 README.md