Skip to content

mattmccullar/Feather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#About Feather is a lightweight Ruby MVC framework. It makes use of Rack, Puma, and Slim.

#Why Feather was written with the intent to practice and learn; to understand the underlying mechanics of a Ruby MVC. Feather is great to look through if you are interested in seeing how things work 'under the hood' in a Ruby web framework without any magic.

#Documentation To use, simply clone the app, and run

bundle install

To start the server and see your application, run

rackup

you will see what is in your ruby index.slim file by going to ruby localhost:9292

As this is a labor of interest, curiosity, and love, the framework will change by how it is used and with examples being added.

#Future

  • Add model directory and structure
  • Add haml/erb support possibly
  • Add examples
  • Add error messages
  • Add testing

About

Lightweight Ruby MVC framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published