Skip to content

JanDintel/carbon-crystal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

carbon

Carbon Crystal A framework with Rails in mind.

Status

Build Status Only works on latest master. To use locally build it from source or on osx use brew install crystal-lang --HEAD.

Right now it's still alpha stage. I am testing this in production on a small project, but I wouldn't recommend to do it unless you really want to :)

Release goal

For the first release I'm aiming towards a 15 min blog post screencast.

TODO

  • Notifications (ActiveSupport like)
  • Middleware
    • Send file
    • Static File
    • Runtime
    • RequestId
    • Logger
    • RemoteIP
    • Exceptions
    • ParamsParser
    • Head
    • Cookies
    • Sessions Cookie Store
    • Flash
    • ConditionalGet
    • ETag
  • Resourceful routing
  • Action filters
    • Conditional
    • Halting
  • Generators
  • Asset pipeline
  • View helpers
  • Write specs

Contributing

  1. Fork it ( https://github.com/[your-github-name]/carbon/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • benoist Benoist Claassen - creator, maintainer
  • JanDintel JanDintel - contributor

About

Carbon Crystal - Web framework for Crystal Lang

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Crystal 98.9%
  • Other 1.1%