rails-disco 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -3
  3. metadata +6 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0aff2741bd963cfa04cda975ba18811bb803af10
4
- data.tar.gz: 243e6d426fb294208fa26b42dc3374f7355463dd
3
+ metadata.gz: 1addf8ec94175788badd772b77ca2319ea51538f
4
+ data.tar.gz: 05a7bb78c858a4960c5a151f45ffc2d8f1e97fd3
5
5
  SHA512:
6
- metadata.gz: 2ceaeb397a71ca7f652a4cb5aab23972b5598d19a014b829293154b0d8542656b68856ad9aac3617c1d584897e39faa2c8dda259bb8346f8971601a957eb4bf1
7
- data.tar.gz: 66a0395392bc8a66b5b426e7bb91fc3db70b2f7d242f79023034ded49eb83d29a26b932dc0eaa6efba1f895c2791b735a6c98afa99780ac803df0733a8cf4faf
6
+ metadata.gz: 9dc38665fa44e12fdb9d72825d19214f8f2aa4d6f299e82fb4c1d7c839d0bbec61c5c8f9dfa5e550c03ac558204f39bd7a5d27b4f08cecfe0d729718d568d864
7
+ data.tar.gz: b79f51f98c90823affbad6fcbe19fb476402f27c8b5dfe1e53480b540e80f96b9578f43b060b4fe4f57fa858778526269abfe3adb74d1f90fa7e890b4dc6810a
data/README.md CHANGED
@@ -1,4 +1,9 @@
1
- # Rails Disco - A distributed party with commands, events and projections
1
+ [![Build Status](https://travis-ci.org/hicknhack-software/rails-disco.png?branch=master)](https://travis-ci.org/hicknhack-software/rails-disco)
2
+ [![Coverage Status](https://coveralls.io/repos/hicknhack-software/rails-disco/badge.png)](https://coveralls.io/r/hicknhack-software/rails-disco)
3
+ [![Dependency Status](https://gemnasium.com/hicknhack-software/rails-disco.png)](https://gemnasium.com/hicknhack-software/rails-disco)
4
+ [![Code Climate](https://codeclimate.com/github/hicknhack-software/rails-disco.png)](https://codeclimate.com/github/hicknhack-software/rails-disco)
5
+
6
+ # Rails Disco - A distributed party with commands, events and projections
2
7
 
3
8
  Rails Disco is a framework on top of the rails framework to provide cqrs and simple event sourcing possibilities to rails.
4
9
  The framework consists out of three main parts, commands, events and projections.
@@ -15,6 +20,8 @@ Finally _projections_ are your representation of your data, they get the events
15
20
 
16
21
  * Because Rails Disco relies on [bunny](https://github.com/ruby-amqp/bunny) for sending the events from the domain to the projection, you need [RabbitMQ](http://www.rabbitmq.com/download.html) on your system.
17
22
 
23
+ * Any Server which is capable of streaming, e.g. puma or thin. (Standard Rails Server Webrick will **not** work)
24
+
18
25
  # Getting Started
19
26
 
20
27
  1. Rails Disco depends heavily on [RubyOnRails](http://rubyonrails.org/), so you should install that first if you haven't yet.
@@ -38,7 +45,7 @@ Finally _projections_ are your representation of your data, they get the events
38
45
 
39
46
  This will create the two databases domain and projection (for database details look in config/disco.yml)
40
47
 
41
- 5. If you just want to look a some standard server output, start the drails server. Else go ahead and skip this point.
48
+ 5. If you just want to look a some standard server output, start the drails server (Remember to use a server which is capable of streaming, which means not Webrick). Else go ahead and skip this point.
42
49
 
43
50
  drails server
44
51
 
@@ -65,4 +72,4 @@ Finally _projections_ are your representation of your data, they get the events
65
72
 
66
73
  11. Clear your projection database and restart the server. You will see some console output, where the projection is requesting the missing posts from the domain and there you have your projection database complete again.
67
74
 
68
- 12. Thats it for now, have fun with it. For more informations take a look at the [wiki](https://github.com/hicknhack-software/rails-disco/wiki)
75
+ 12. Thats it for now, have fun with it. For more informations take a look at the [wiki](https://github.com/hicknhack-software/rails-disco/wiki)
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-disco
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Kranz
8
+ - Andreas Reischuck
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2013-10-04 00:00:00.000000000 Z
12
+ date: 2013-10-15 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: drailties
@@ -16,17 +17,17 @@ dependencies:
16
17
  requirements:
17
18
  - - '='
18
19
  - !ruby/object:Gem::Version
19
- version: 0.2.0
20
+ version: 0.3.0
20
21
  type: :runtime
21
22
  prerelease: false
22
23
  version_requirements: !ruby/object:Gem::Requirement
23
24
  requirements:
24
25
  - - '='
25
26
  - !ruby/object:Gem::Version
26
- version: 0.2.0
27
+ version: 0.3.0
27
28
  description: Rails Disco is a framework on top of the rails framework to provide cqrs
28
29
  and simple event sourcing possibilities to rails.
29
- email: robert.kranz@hicknhack-software.com
30
+ email: rails-disco@hicknhack-software.com
30
31
  executables: []
31
32
  extensions: []
32
33
  extra_rdoc_files: []