All Projects → benoist → carbon-crystal

benoist / carbon-crystal

Licence: MIT license
Carbon Crystal - Web framework for Crystal Lang

Programming Languages

crystal
512 projects

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].