We're building a Basecamp clone over at the Devwalks blog using Ruby on Rails 5.
Why not join in?
- Part 1: Setting up with static projects
- Part 2: Creating new projects with AJAX
- Part 3: Error handling and navigating to our new project dashboard
This is simply a Ruby on Rails 5.1 Project. After running bundle install
in the project's root, simply run bin/rails server
to start the server. Don't forget to install Ruby and Rails first!