Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 656 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 656 Bytes

Ajax To-dos

A simple to-do list application created with Hotwire and Ruby on Rails.

Ajax to-dos GIF

Note: This app was originally created with SJR (Server-generated JavaScript Responses) which are kind of old predecessors of Hotwire. You can find the SJR version in the sjr branch. R.I.P. SJR.

Installation

Clone the repository:

git clone [email protected]:mrhead/todos.git

Setup the application:

cd todos
./bin/setup

Start the webserver:

./bin/dev

Go to http://localhost:3000/.

Testing

Run:

rails test
rails test:system