Carbon Crystal A framework with Rails in mind.
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 :)
For the first release I'm aiming towards a 15 min blog post screencast.
- 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
- Fork it ( https://github.com/[your-github-name]/carbon/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request