Skip to content

ikebrown/railStrap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

RailStrap

RailStrap is a Front-end / Back-end template using HTML5 Boilerplate, Twitter Bootstrap, Ruby on Rails (4.0.0) and Ruby 2.0.0 with a powerful authentication system for building ruby on rails websites in seconds.

Quick start

Clone the git repo - git clone https://github.com/hugodias/railStrap.git - or download it

Go to your railStrap folder and run install

sh install.sh

Then run your server

rails s

Check at http://localhost:3000

You can try loggin in with [email protected] / 123123

Features

  • Security Authentication system
  • Users CRUD

Databases support

Best pratices


Change the cookie secret token at config/initializers/secret_token.rb

# Be sure to restart your server when you modify this file.

# Your secret key for verifying the integrity of signed cookies.
# If you change this key, all old signed cookies will become invalid!
# Make sure the secret is at least 30 characters and all random,
# no regular words or you'll be exposed to dictionary attacks.
RailStrap::Application.config.secret_token = 'YOUR-NEW-TOKEN-HERE'

Thanks pringles for the tip

Todo


  • Include supports for redis and mongodb
  • Create a feature to remind the user password
  • Significantly reduce the amount of files from the repository, to be an extension of application and not the entire application.

License

Major components:

Everything else:

The Unlicense (aka: public domain)

About

RailStrap is a HTML5 Ruby On Rails 4 Ruby 2.0.0 bootstrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published