Skip to content

andrewarrow/railsbasic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

railsbasic

This is the start of every rails app for me:

  • User model with clear text password in DB

  • Sessions controller to login/out

  • https://github.com/oxalorg/sakura for css

  • Blog

  • Email Forgot Password

  • N number of flavors of users, so you can have Drivers/Riders but they are both Users

  • Concept of current_user

  • When logged in can update your user settings

  • Admin section namespace for superuser to edit /rba/users

  • Company model with slug and logo

  • A company has one creator_id but many other people linked via UserCompany join

Example at:

https://higher.team

About

basic rails app with a lot of decisions already made

Resources

License

Stars

Watchers

Forks

Packages

No packages published