https://www.theodinproject.com/lessons/ruby-on-rails-members-only
While signed in:
- Create posts
- View the posts as well as the author of each post
While signed out:
- Only a post's title and content are visible. Author is hidden
Version 3.2.2
Run ruby -v
to check your system version
Version 7.0.6
Run rails -v
to check your system version
Version 4.9
Check out the README at https://github.com/heartcombo/devise for instructions on installing the Devise gem.
-
Clone the repo
git clone https://github.com/kguyer/Members-Clubhouse
-
Setup database
bin/rails db:setup
, then migratebin/rails db:migrate
-
Start the server
rails server
-
Visit
localhost:3000
to view the app in your browser