/RailsJumpStart

Jump Start a Rails App. Fork this. Rails + Devise + Paperclip + Bootstrap + Slim Basic Setup..

Primary LanguageRubyMIT LicenseMIT

RailsJumpStart

Jump Start a Rails App developement. Fork this. Rails + Devise + Paperclip setup.

Pre-installed Gems

gem 'devise'
gem 'slim'
gem 'paperclip'
gem 'bootstrap-sass'
gem 'simple_form'

Paperclip is installed and pre-configured to upload avatar for users.

Clone this repo, and use as you wish.