Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is a simple Rails CRUD app that lists a couple of notes from a fake online API.

To execute it, first install the dependencies:

bundle install

Then, start the project via rails s command.

To stress the views, you'll need the hey tool.

Commands:

$ hey http://localhost:3000/notes_erb/index

$ hey http://localhost:3000/notes_haml/index

$ hey http://localhost:3000/notes_slim/index

About

Performance of Rails Engines: ERB vs HAML vs SLIM

Topics

Resources

Stars

5 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages