i_wonder 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +4 -2
- data/app/views/i_wonder/ab_tests/_show_not_started.html.erb +2 -0
- data/lib/i_wonder/ab_testing/action_controller_mixins.rb +1 -1
- data/lib/i_wonder/version.rb +1 -1
- data/test/dummy/log/test.log +838 -0
- data/test/functional/ab_controller_mixins_test.rb +4 -0
- metadata +19 -21
- data/test/dummy/tmp/pids/server.pid +0 -1
data/README.rdoc
CHANGED
@@ -1,6 +1,8 @@
|
|
1
|
-
= IWonder (
|
1
|
+
= IWonder (Alpha)
|
2
2
|
|
3
|
-
Flexible Analytics, and Testing for every corner of your rails application. I read "The Lean Startup" and got inspired. There were a few good solutions, but none of them quite did what I was looking for.
|
3
|
+
Flexible Analytics, and Testing for every corner of your rails application. I read "The Lean Startup" and got inspired. There were a few good solutions, but none of them quite did what I was looking for.
|
4
|
+
|
5
|
+
Eventually I want it to be a drop-in replacement for Google analytics. You should also check out Vanity (http://vanity.labnotes.org/) as a solution for post of your analytics needs.
|
4
6
|
|
5
7
|
More information can be found at https://github.com/forrest/i_wonder/wiki
|
6
8
|
|
data/lib/i_wonder/version.rb
CHANGED