Sha256: 4f7092f34d55123d7eb8d397dda52db365c5702b8d96e66afdfabc8be2e2fb2d
Contents?: true
Size: 801 Bytes
Versions: 3
Compression:
Stored size: 801 Bytes
Contents
# Crystal - Ruby Web Framework inspired by Rails and Spring. It kinda does the same thing as Rails but in different way. The idea is to provide you with an application framework as opened and extensible as the Ruby itself. It's the constructor, built from set of low coupled components. You can start quickly using one of predefined 'opinionated' profiles, or tune and extend it as you wish. The same apply for the architecture of your application - instead of to be a monolith it consists of cooperating plugins/gems. Web tier looks almost like Rails and overall architecture is slightly borrowed from Java Spring framework. Yes, I know that IoC aren't much popular in Ruby community, but it's not quite ordinary IoC, and it's really handy. *It's under heavy development, and not ready to use.*
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
crystal-0.0.13 | readme.md |
crystal-0.0.12 | readme.md |
crystal_ext-0.0.11 | readme.md |