test/dummy/log/development.log in cohortly-0.0.6 vs test/dummy/log/development.log in cohortly-0.0.7
- old
+ new
@@ -8934,5 +8934,37 @@
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (0.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (1.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (0.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (23.8ms)
Completed 200 OK in 46ms (Views: 28.3ms)
+
+
+Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-24 00:02:47 -0700
+ Processing by Cohortly::ReportsController#index as HTML
+Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.9ms)
+Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (9.2ms)
+Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (70.4ms)
+Completed 200 OK in 252ms (Views: 148.7ms)
+
+
+Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-24 00:02:51 -0700
+ Processing by Cohortly::ReportsController#index as JS
+ Parameters: {"utf8"=>"✓"}
+Completed 200 OK in 158ms (Views: 96.8ms)
+
+
+Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0" for 127.0.0.1 at 2011-10-24 00:03:15 -0700
+ Processing by Cohortly::ReportsController#index as JS
+ Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"]}}
+Completed 200 OK in 132ms (Views: 67.6ms)
+
+
+Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-24 00:03:38 -0700
+ Processing by Cohortly::ReportsController#index as JS
+ Parameters: {"utf8"=>"✓"}
+Completed 200 OK in 193ms (Views: 96.4ms)
+
+
+Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=weekly" for 127.0.0.1 at 2011-10-24 00:07:58 -0700
+ Processing by Cohortly::ReportsController#index as JS
+ Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["weekly"]}}
+Completed 200 OK in 235ms (Views: 132.5ms)