acts_as_talented 0.0.2 → 0.0.3

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.
Files changed (83) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/acts_as_talented/angularjs/TabsController.js +1 -1
  3. data/app/assets/javascripts/acts_as_talented/angularjs/app.js +3 -3
  4. data/app/assets/javascripts/acts_as_talented/angularjs/employer/{EmployersFactory.js → EmployersFactory.js.erb} +1 -1
  5. data/app/assets/javascripts/acts_as_talented/templates/MyApplicants/my_applicants.detail.html +20 -0
  6. data/app/assets/javascripts/acts_as_talented/templates/MyApplicants/my_applicants.html +35 -0
  7. data/app/assets/javascripts/acts_as_talented/templates/MyApplicants/my_applicants.list.html +1 -0
  8. data/app/assets/javascripts/acts_as_talented/templates/my_jobs.html +20 -1
  9. data/app/assets/stylesheets/acts_as_talented/applicants.css +99 -0
  10. data/app/assets/stylesheets/acts_as_talented/application.css +2 -1
  11. data/app/views/acts_as_talented/dashboard/index.html.erb +1 -1
  12. data/config/initializers/devise.rb +3 -2
  13. data/lib/acts_as_talented.rb +1 -1
  14. data/lib/acts_as_talented/version.rb +1 -1
  15. data/lib/tasks/acts_as_talented_tasks.rake +2 -1
  16. data/spec/dummy/config/initializers/acts_as_talented.rb +1 -1
  17. data/spec/dummy/log/development.log +4280 -0
  18. data/spec/dummy/log/test.log +245 -0
  19. data/{app/assets/javascripts/acts_as_talented/templates/my_applicants.html → spec/dummy/tmp/cache/assets/development/sprockets/166839207567059e8cfe4356deec9491} +0 -0
  20. data/spec/dummy/tmp/cache/assets/development/sprockets/1d226fd0dd8633231752cf18da9a21e9 +0 -0
  21. data/spec/dummy/tmp/cache/assets/development/sprockets/24ca5d9398aeef0107c9f857248a3c04 +0 -0
  22. data/spec/dummy/tmp/cache/assets/development/sprockets/2c929284c39eed91cdcf95cf316651b1 +0 -0
  23. data/spec/dummy/tmp/cache/assets/development/sprockets/30318a96e5f39185cddcd5183a755e30 +0 -0
  24. data/spec/dummy/tmp/cache/assets/development/sprockets/3c47e30e5f39a47d248ba9c818cbbca7 +0 -0
  25. data/spec/dummy/tmp/cache/assets/development/sprockets/3ed3b32bff297382862ca2d7d7c39e28 +0 -0
  26. data/spec/dummy/tmp/cache/assets/development/sprockets/4cfe78ec9abaf310f87efae7ff8b08da +0 -0
  27. data/spec/dummy/tmp/cache/assets/development/sprockets/53b13327df4c65a6c3f237a2f8bf6cda +0 -0
  28. data/spec/dummy/tmp/cache/assets/development/sprockets/59ea2f24fcbe0f1b2fb47885b3428b08 +0 -0
  29. data/spec/dummy/tmp/cache/assets/development/sprockets/5bd0dddf36654192129a7b0c201ae913 +0 -0
  30. data/spec/dummy/tmp/cache/assets/development/sprockets/634091512bce05d06e0330f3ab3b22d0 +0 -0
  31. data/spec/dummy/tmp/cache/assets/development/sprockets/771fc4d2b579ceb3ce9241275f41f6bc +0 -0
  32. data/spec/dummy/tmp/cache/assets/development/sprockets/77ca1cd7ce212ba3b25c5d8f1df0afd4 +0 -0
  33. data/spec/dummy/tmp/cache/assets/development/sprockets/77ff78ac64c2c5ffc6d4fa978e4311e8 +0 -0
  34. data/spec/dummy/tmp/cache/assets/development/sprockets/836a12260a7c62df85ad882997cc815d +0 -0
  35. data/spec/dummy/tmp/cache/assets/development/sprockets/9c7e39538d0756a3d06a536647545665 +0 -0
  36. data/spec/dummy/tmp/cache/assets/development/sprockets/9ec94bcad534148a44164e77dba8cefe +0 -0
  37. data/spec/dummy/tmp/cache/assets/development/sprockets/a3c9e6fe4586da2f1db1e590f6ccd401 +0 -0
  38. data/spec/dummy/tmp/cache/assets/development/sprockets/b11d96381f0a5181d1b27355b8adde6b +0 -0
  39. data/spec/dummy/tmp/cache/assets/development/sprockets/bab64532a3634379c5c75fd7a5c66d27 +0 -0
  40. data/spec/dummy/tmp/cache/assets/development/sprockets/bbacb2887613ad368723b725596d6300 +0 -0
  41. data/spec/dummy/tmp/cache/assets/development/sprockets/cb787b099238d91e432df432c99ad46e +0 -0
  42. data/spec/dummy/tmp/cache/assets/development/sprockets/cc82889dedb606c7867469211ee96223 +0 -0
  43. data/spec/dummy/tmp/cache/assets/development/sprockets/cd3078c94694f7dffac2e1e0bebd117a +0 -0
  44. data/spec/dummy/tmp/cache/assets/development/sprockets/d08dc8a487a16bdf226e1eee4a981a46 +0 -0
  45. data/spec/dummy/tmp/cache/assets/development/sprockets/ddc2659ddb47600fe43e2e01a5ecf0b2 +0 -0
  46. data/spec/dummy/tmp/cache/assets/development/sprockets/de59639fad4eb2a424bb596d0b14f702 +0 -0
  47. data/spec/dummy/tmp/cache/assets/development/sprockets/df138c62980a37702faae05432e67379 +0 -0
  48. data/spec/dummy/tmp/cache/assets/development/sprockets/e19e4ffac0ca38ae0dd5a9dd39c5f162 +0 -0
  49. data/spec/dummy/tmp/cache/assets/development/sprockets/e231d4f5f776e65fece2b9f9aa2485bb +0 -0
  50. data/spec/dummy/tmp/cache/assets/development/sprockets/e5a975907fee77f1576559890e8c7440 +0 -0
  51. data/spec/dummy/tmp/cache/assets/development/sprockets/e8ea13a31cd9e00a1aabc7cc60527cc9 +0 -0
  52. data/spec/dummy/tmp/cache/assets/development/sprockets/ee33530cbb2484a1874364ef3ca578be +0 -0
  53. data/spec/dummy/tmp/cache/assets/development/sprockets/ee99a9b373bb8f3a5d725312a8a3d47c +0 -0
  54. data/spec/dummy/tmp/cache/assets/development/sprockets/ef1d9c82f2305adc65883a5e3d470c3b +0 -0
  55. data/spec/dummy/tmp/cache/assets/development/sprockets/ef9d5a6f351d0f57623d89837941bc76 +0 -0
  56. data/spec/dummy/tmp/cache/assets/development/sprockets/f3e992e590dc0d55e565bd8fcc120344 +0 -0
  57. data/spec/dummy/tmp/cache/assets/development/sprockets/fdf1d129dfa40c14ecc4b3f08207300f +0 -0
  58. data/spec/dummy/tmp/cache/assets/test/sprockets/0805bbf222f4d2494d289443a1578d16 +0 -0
  59. data/spec/dummy/tmp/cache/assets/test/sprockets/30318a96e5f39185cddcd5183a755e30 +0 -0
  60. data/spec/dummy/tmp/cache/assets/test/sprockets/3ed3b32bff297382862ca2d7d7c39e28 +0 -0
  61. data/spec/dummy/tmp/cache/assets/test/sprockets/4cfe78ec9abaf310f87efae7ff8b08da +0 -0
  62. data/spec/dummy/tmp/cache/assets/test/sprockets/53b13327df4c65a6c3f237a2f8bf6cda +0 -0
  63. data/spec/dummy/tmp/cache/assets/test/sprockets/56279031533f170dbc4cc383e9cf1489 +0 -0
  64. data/spec/dummy/tmp/cache/assets/test/sprockets/59ea2f24fcbe0f1b2fb47885b3428b08 +0 -0
  65. data/spec/dummy/tmp/cache/assets/test/sprockets/5bd0dddf36654192129a7b0c201ae913 +0 -0
  66. data/spec/dummy/tmp/cache/assets/test/sprockets/634091512bce05d06e0330f3ab3b22d0 +0 -0
  67. data/spec/dummy/tmp/cache/assets/test/sprockets/771fc4d2b579ceb3ce9241275f41f6bc +0 -0
  68. data/spec/dummy/tmp/cache/assets/test/sprockets/9ec94bcad534148a44164e77dba8cefe +0 -0
  69. data/spec/dummy/tmp/cache/assets/test/sprockets/a3c9e6fe4586da2f1db1e590f6ccd401 +0 -0
  70. data/spec/dummy/tmp/cache/assets/test/sprockets/bab64532a3634379c5c75fd7a5c66d27 +0 -0
  71. data/spec/dummy/tmp/cache/assets/test/sprockets/bbacb2887613ad368723b725596d6300 +0 -0
  72. data/spec/dummy/tmp/cache/assets/test/sprockets/cb787b099238d91e432df432c99ad46e +0 -0
  73. data/spec/dummy/tmp/cache/assets/test/sprockets/cd3078c94694f7dffac2e1e0bebd117a +0 -0
  74. data/spec/dummy/tmp/cache/assets/test/sprockets/ddc2659ddb47600fe43e2e01a5ecf0b2 +0 -0
  75. data/spec/dummy/tmp/cache/assets/test/sprockets/e231d4f5f776e65fece2b9f9aa2485bb +0 -0
  76. data/spec/dummy/tmp/cache/assets/test/sprockets/e8ea13a31cd9e00a1aabc7cc60527cc9 +0 -0
  77. data/spec/dummy/tmp/cache/assets/test/sprockets/ee33530cbb2484a1874364ef3ca578be +0 -0
  78. data/spec/dummy/tmp/cache/assets/test/sprockets/ee99a9b373bb8f3a5d725312a8a3d47c +0 -0
  79. data/spec/dummy/tmp/cache/assets/test/sprockets/ef1d9c82f2305adc65883a5e3d470c3b +0 -0
  80. metadata +59 -9
  81. data/app/assets/javascripts/acts_as_talented/templates/job_analytics.html +0 -1
  82. data/app/assets/javascripts/acts_as_talented/templates/my_applicants.detail.html +0 -35
  83. data/app/assets/javascripts/acts_as_talented/templates/my_applicants.list.html +0 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d0ba8028329fd3a4400956f73f73de5bb745bd57
4
- data.tar.gz: 6de5d9922f28fd6f17c138b70e15880df056c2cc
3
+ metadata.gz: 206c6c10cf0974fc7330ad119112dd93a5283833
4
+ data.tar.gz: 42672d3d76574a8bdbaa8a922c9d65b9e31fd459
5
5
  SHA512:
6
- metadata.gz: 0f8a3bec0371cf08e8af1e8cc00261b17c6f0e7290a0904e411521177ff163f431e46c8ce2a4124698aae7c9e039dc2fb2620ee3c63cde1f4074ab2dc3ac113e
7
- data.tar.gz: 5670b5f2425aff18bbbf9bed9f6e928acd0c5cc5d00290efad2397d848d3617c0e38806a89351de3fd7497c648146b66c4d2d7000b31f5070f8c713f7074c425
6
+ metadata.gz: 32545311b9c885f26d82f1251ed588568d0936dd949f6e79366892974856ae6f4f41397e8a0de59efa4d840095988ec05bf4d496dc96f599796af9aeb912736c
7
+ data.tar.gz: 2fc95c8df8b620bd9beb8691aeed088fbcd9972b23835e69143d501d45a814b9431aff062ad5b6292e8ac6d0f76dd8d2b16fb3f70ffa635506f45e17e9fdafe3
@@ -4,7 +4,7 @@ ActsAsTalentedModule.controller("TabsController", function ($scope, $state) {
4
4
  myJobs: 'inactive',
5
5
  searchCandidate: 'inactive',
6
6
  myProfile: 'inactive',
7
- jobAnalytics: 'inactive'
7
+ 'myApplicants.list': 'inactive'
8
8
  }
9
9
 
10
10
  $scope.$on('$stateChangeSuccess', function(event, toState, toParams, fromState, fromParams) {
@@ -23,16 +23,16 @@ ActsAsTalentedModule.config(function ($stateProvider, $urlRouterProvider) {
23
23
  .state('myApplicants', {
24
24
  abstract: true,
25
25
  url: "/myApplicants",
26
- templateUrl: "acts_as_talented/templates/my_applicants.html",
26
+ templateUrl: "acts_as_talented/templates/MyApplicants/my_applicants.html",
27
27
  controller: "ApplicantsController"
28
28
  })
29
29
  .state('myApplicants.list', {
30
30
  url: "/list",
31
- templateUrl: "acts_as_talented/templates/my_applicants.list.html"
31
+ templateUrl: "acts_as_talented/templates/MyApplicants/my_applicants.list.html"
32
32
  })
33
33
  .state('myApplicants.detail', {
34
34
  url: '/:id',
35
- templateUrl: 'acts_as_talented/templates/my_applicants.detail.html',
35
+ templateUrl: 'acts_as_talented/templates/MyApplicants/my_applicants.detail.html',
36
36
  controller: function($scope, $stateParams){
37
37
  $scope.user = $scope.applicantsList[$stateParams.id];
38
38
  }
@@ -1,5 +1,5 @@
1
1
  ActsAsTalentedModule.factory("EmployersFactory", function ($resource) {
2
- return $resource('/acts_as_talented/api/v1/employers/:id',
2
+ return $resource('<%= ActsAsTalented.engine_mount_path %>api/v1/employers/:id',
3
3
  {
4
4
  // default URL params
5
5
  // @ Indicates that the value should be obtained from a data property
@@ -0,0 +1,20 @@
1
+ <div ng-hide="no_messages" class="">
2
+
3
+ <div class="heading">
4
+ <h2 ng-bind="user.name"></h2>
5
+ </div>
6
+ <div class="heading">
7
+ <i class="fa fa-briefcase"></i> <span class="caption" ng-bind="user.job_position"></span>
8
+ </div>
9
+
10
+ <div class="body-desc">
11
+ <p ng-bind="user.message"></p>
12
+ </div>
13
+
14
+ <div class="body-apply">
15
+ <a ng-href="{{user.resume}}" class="button button_main" target="_blank"><i class="fa fa-check"></i> View Resume</a>
16
+ </div>
17
+ <div style="clear: both;"></div>
18
+
19
+
20
+ </div>
@@ -0,0 +1,35 @@
1
+ <div id="main-container">
2
+
3
+ <div>
4
+
5
+
6
+ <div class="module bevy-applicant-list" ng-init="getAllItems()">
7
+
8
+ <h2>Applicants</h2>
9
+
10
+ <div class="module text-center" ng-show="no_messages">
11
+ No Messages
12
+ </div>
13
+
14
+ <div ng-repeat="user in applicantsList">
15
+ <a ng-href="#/myApplicants/{{user.id}}">
16
+ <b><span ng-bind="user.name"></span></b><br />
17
+ <span ng-bind="user.job_position"></span>
18
+ <p ng-bind="user.message"></p>
19
+ </a>
20
+ <hr />
21
+ </div>
22
+
23
+
24
+ </div>
25
+
26
+ <div ui-view></div>
27
+
28
+ </div>
29
+
30
+ <div class="bevy-applicant-messages">
31
+ <div class="module text-center" ng-show="no_messages">
32
+ No Applicants yet.
33
+ </div>
34
+ </div>
35
+ </div>
@@ -1,3 +1,22 @@
1
1
  my_jobs.html
2
2
 
3
- this is where u add job position stuff
3
+ this is where u add job position stuff
4
+
5
+ <div id="main-container">
6
+
7
+ <div class="bevy-applicant-list">
8
+ <h2>Job Posts</h2>
9
+ <div class="module" ng-init="getAllItems()">
10
+ <div class="module text-center" ng-show="no_messages">
11
+ No Messages
12
+ </div>
13
+ <div ui-view></div>
14
+ </div>
15
+ </div>
16
+
17
+ <div class="bevy-applicant-messages">
18
+ <div class="module text-center" ng-show="no_messages">
19
+ No Job Posts yet.
20
+ </div>
21
+ </div>
22
+ </div>
@@ -0,0 +1,99 @@
1
+ .bevy-job-form input {
2
+ max-width: 58%;
3
+ }
4
+ .bevy-job-form button {
5
+ vertical-align: top;
6
+ width: 20%;
7
+ }
8
+ .bevy-filter-list {
9
+ width: 100%;
10
+ clear: both;
11
+ padding: 0.5em;
12
+ padding-right: 2%;
13
+ border-right: 1px solid #DADADA;
14
+ }
15
+ .bevy-applicant-list {
16
+ width: 35%;
17
+ float: left;
18
+ padding: 0.5em;
19
+ padding-right: 2%;
20
+ border-right: 1px solid #DADADA;
21
+ }
22
+ .bevy-applicant-list h2 {
23
+ font-size: 1.2em;
24
+ color: #DA521E;
25
+ display: block;
26
+ font-weight: 300;
27
+ margin-bottom: 0.5em;
28
+ }
29
+ .bevy-applicant-list .heading {
30
+ text-transform: capitalize;
31
+ display: block;
32
+ font-size: 0.9em;
33
+ margin-bottom: 0.5em;
34
+ }
35
+ .bevy-applicant-list select, .bevy-applicant-list input {
36
+ margin-bottom: 1.5em;
37
+ width: 100%;
38
+ }
39
+
40
+ .bevy-applicant-messages {
41
+ width: 60%;
42
+ margin: 0% 1%;
43
+ float: left;
44
+ padding-left: 2em;
45
+ }
46
+ .bevy-applicant-messages .pagination {
47
+ padding: 1em;
48
+ text-align: center;
49
+ width: 100%;
50
+ clear: both;
51
+ }
52
+ .bevy-applicant-messages .pagination span, .bevy-applicant-messages .pagination a {
53
+ padding: 0.25em;
54
+ color: #DA521E;
55
+ }
56
+ .bevy-applicant-messages .pagination a.active {
57
+ color: #000;
58
+ }
59
+
60
+ .bevy-message-card {
61
+ padding: 1em 0;
62
+ border-bottom: 1px solid #eee;
63
+ }
64
+ .bevy-message-card .heading{
65
+ width: 50%;
66
+ float: left;
67
+ }
68
+ .bevy-message-card div.heading:nth-child(2){
69
+ text-align: right;
70
+ }
71
+ .bevy-message-card div.caption{
72
+ width: 100%;
73
+ clear: both;
74
+ padding: 10px 0px;
75
+ }
76
+ .bevy-message-card .body-desc{
77
+ width: 80%;
78
+ float: left;
79
+ margin: 10px 0px;
80
+ padding: 0px 10px 0px 0px;
81
+ }
82
+ .bevy-message-card .body-apply{
83
+ width: 20%;
84
+ float: left;
85
+ text-align: right;
86
+ margin-top: 10px;
87
+ }
88
+ .bevy-message-card h2 {
89
+ font-size: 1.2em;
90
+ color: #DA521E;
91
+ display: block;
92
+ font-weight: 300;
93
+ margin-bottom: 0.5em;
94
+ }
95
+ .bevy-message-card span.caption {
96
+ display: inline-block;
97
+ font-size: 0.75em;
98
+ margin-right: 0.5em;
99
+ }
@@ -17,6 +17,7 @@
17
17
  *= require ./typography
18
18
  *= require ./login
19
19
  *= require ./toastr.min
20
-
20
+ *= require ./applicants
21
+
21
22
  *= require_self
22
23
  */
@@ -25,7 +25,7 @@
25
25
  </li>
26
26
 
27
27
  <!-- Tab5 -->
28
- <li ng-class="tabClass['myApplicants']" ng-click="makeActiveTab('myApplicants')">
28
+ <li ng-class="tabClass['myApplicants.list']" ng-click="makeActiveTab('myApplicants.list')">
29
29
  <a ui-sref="myApplicants.list">Applicants</a>
30
30
  </li>
31
31
  </ul>
@@ -4,8 +4,9 @@ Devise.setup do |config|
4
4
  # The secret key used by Devise. Devise uses this key to generate
5
5
  # random tokens. Changing this key will render invalid all existing
6
6
  # confirmation, reset password and unlock tokens in the database.
7
- # config.secret_key = '91169c90a954ddd7a002312389337298fdfccdd012c90510cb4e88b2a4f0283c312c6f43c8f1df119444cfa49fb8b715b016c4980c9b891516ceea6a71119e14'
8
-
7
+ if Rails.env.production?
8
+ config.secret_key = ActsAsTalented.secret_key #'91169c90a954ddd7a002312389337298fdfccdd012c90510cb4e88b2a4f0283c312c6f43c8f1df119444cfa49fb8b715b016c4980c9b891516ceea6a71119e14'
9
+ end
9
10
  # ==> Mailer Configuration
10
11
  # Configure the e-mail address which will be shown in Devise::Mailer,
11
12
  # note that it will be overwritten if you use your own mailer class
@@ -10,7 +10,7 @@ require "protected_attributes"
10
10
 
11
11
  module ActsAsTalented
12
12
  class << self
13
- attr_accessor :your_config_var
13
+ attr_accessor :engine_mount_path, :secret_key
14
14
  end
15
15
 
16
16
  def self.setup(&block)
@@ -1,3 +1,3 @@
1
1
  module ActsAsTalented
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -1,4 +1,5 @@
1
1
  require 'populator'
2
+ require 'faker'
2
3
 
3
4
  desc "add sample employers"
4
5
 
@@ -8,7 +9,7 @@ task add_sample_employers: :environment do
8
9
 
9
10
  e = Employer.new
10
11
  e.name = "Pranav Dhar"
11
- e.email = "pranav@test.com"
12
+ e.email = "admin@test.com"
12
13
  e.password = "password"
13
14
  e.save!
14
15
 
@@ -1,3 +1,3 @@
1
1
  ActsAsTalented.setup do |config|
2
- config.your_config_var = "nyan cat"
2
+ config.engine_mount_path = "nyan cat"
3
3
  end
@@ -28834,3 +28834,4283 @@ Completed 200 OK in 212ms (Views: 210.1ms | ActiveRecord: 0.7ms)
28834
28834
   (2.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
28835
28835
   (0.5ms) SELECT version FROM "schema_migrations"
28836
28836
   (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20141010082808')
28837
+
28838
+
28839
+ Started GET "/acts_as_talented" for 127.0.0.1 at 2014-10-28 15:13:11 +0530
28840
+ Processing by ActsAsTalented::DashboardController#index as HTML
28841
+ ActsAsTalented::Employer Load (30.5ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers" WHERE "acts_as_talented_employers"."id" = 13 ORDER BY "acts_as_talented_employers"."id" ASC LIMIT 1
28842
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/acts_as_talented/dashboard/index.html.erb within layouts/acts_as_talented/application (3.1ms)
28843
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/partials/_navbar_admin.html.erb (0.5ms)
28844
+ Completed 200 OK in 2318ms (Views: 2136.0ms | ActiveRecord: 115.1ms)
28845
+
28846
+
28847
+ Started GET "/assets/acts_as_talented/fonts.css?body=1" for 127.0.0.1 at 2014-10-28 15:13:14 +0530
28848
+
28849
+
28850
+ Started GET "/assets/acts_as_talented/main.css?body=1" for 127.0.0.1 at 2014-10-28 15:13:14 +0530
28851
+
28852
+
28853
+ Started GET "/assets/acts_as_talented/banner.css?body=1" for 127.0.0.1 at 2014-10-28 15:13:14 +0530
28854
+
28855
+
28856
+ Started GET "/assets/acts_as_talented/toastr.min.css?body=1" for 127.0.0.1 at 2014-10-28 15:13:14 +0530
28857
+
28858
+
28859
+ Started GET "/assets/acts_as_talented/login.css?body=1" for 127.0.0.1 at 2014-10-28 15:13:14 +0530
28860
+
28861
+
28862
+ Started GET "/assets/acts_as_talented/typography.css?body=1" for 127.0.0.1 at 2014-10-28 15:13:14 +0530
28863
+
28864
+
28865
+ Started GET "/assets/acts_as_talented/application.css?body=1" for 127.0.0.1 at 2014-10-28 15:13:14 +0530
28866
+
28867
+
28868
+ Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-10-28 15:13:14 +0530
28869
+
28870
+
28871
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-28 15:13:14 +0530
28872
+
28873
+
28874
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-28 15:13:14 +0530
28875
+
28876
+
28877
+ Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-10-28 15:13:14 +0530
28878
+
28879
+
28880
+ Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-10-28 15:13:14 +0530
28881
+
28882
+
28883
+ Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-10-28 15:13:14 +0530
28884
+
28885
+
28886
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-10-28 15:13:14 +0530
28887
+
28888
+
28889
+ Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-10-28 15:13:14 +0530
28890
+
28891
+
28892
+ Started GET "/assets/angular.js?body=1" for 127.0.0.1 at 2014-10-28 15:13:14 +0530
28893
+
28894
+
28895
+ Started GET "/assets/acts_as_talented/dependancies/angular-ui-router.min.js?body=1" for 127.0.0.1 at 2014-10-28 15:13:14 +0530
28896
+
28897
+
28898
+ Started GET "/assets/angular-route.js?body=1" for 127.0.0.1 at 2014-10-28 15:13:14 +0530
28899
+
28900
+
28901
+ Started GET "/assets/acts_as_talented/dependancies/toastr.min.js?body=1" for 127.0.0.1 at 2014-10-28 15:13:14 +0530
28902
+
28903
+
28904
+ Started GET "/assets/angular-rails-templates.js?body=1" for 127.0.0.1 at 2014-10-28 15:13:14 +0530
28905
+
28906
+
28907
+ Started GET "/assets/angular-resource.js?body=1" for 127.0.0.1 at 2014-10-28 15:13:14 +0530
28908
+
28909
+
28910
+ Started GET "/assets/acts_as_talented/angularjs/app.js?body=1" for 127.0.0.1 at 2014-10-28 15:13:14 +0530
28911
+
28912
+
28913
+ Started GET "/assets/acts_as_talented/angularjs/NotificationFactory.js?body=1" for 127.0.0.1 at 2014-10-28 15:13:14 +0530
28914
+
28915
+
28916
+ Started GET "/assets/acts_as_talented/angularjs/TabsController.js?body=1" for 127.0.0.1 at 2014-10-28 15:13:14 +0530
28917
+
28918
+
28919
+ Started GET "/assets/acts_as_talented/angularjs/ProfileController.js?body=1" for 127.0.0.1 at 2014-10-28 15:13:14 +0530
28920
+
28921
+
28922
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersFactory.js?body=1" for 127.0.0.1 at 2014-10-28 15:13:14 +0530
28923
+
28924
+
28925
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsController.js?body=1" for 127.0.0.1 at 2014-10-28 15:13:14 +0530
28926
+
28927
+
28928
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersController.js?body=1" for 127.0.0.1 at 2014-10-28 15:13:14 +0530
28929
+
28930
+
28931
+ Started GET "/assets/acts_as_talented/templates/employers.js?body=1" for 127.0.0.1 at 2014-10-28 15:13:15 +0530
28932
+
28933
+
28934
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchController.js?body=1" for 127.0.0.1 at 2014-10-28 15:13:15 +0530
28935
+
28936
+
28937
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsFactory.js?body=1" for 127.0.0.1 at 2014-10-28 15:13:15 +0530
28938
+
28939
+
28940
+ Started GET "/assets/acts_as_talented/templates/job_analytics.js?body=1" for 127.0.0.1 at 2014-10-28 15:13:15 +0530
28941
+
28942
+
28943
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchFactory.js?body=1" for 127.0.0.1 at 2014-10-28 15:13:15 +0530
28944
+
28945
+
28946
+ Started GET "/assets/acts_as_talented/templates/my_applicants.detail.js?body=1" for 127.0.0.1 at 2014-10-28 15:13:15 +0530
28947
+
28948
+
28949
+ Started GET "/assets/acts_as_talented/templates/my_applicants.js?body=1" for 127.0.0.1 at 2014-10-28 15:13:15 +0530
28950
+
28951
+
28952
+ Started GET "/assets/acts_as_talented/templates/my_applicants.list.js?body=1" for 127.0.0.1 at 2014-10-28 15:13:15 +0530
28953
+
28954
+
28955
+ Started GET "/assets/acts_as_talented/templates/my_jobs.js?body=1" for 127.0.0.1 at 2014-10-28 15:13:15 +0530
28956
+
28957
+
28958
+ Started GET "/assets/acts_as_talented/templates/my_profile.js?body=1" for 127.0.0.1 at 2014-10-28 15:13:15 +0530
28959
+
28960
+
28961
+ Started GET "/assets/acts_as_talented/templates/search_candidate.js?body=1" for 127.0.0.1 at 2014-10-28 15:13:15 +0530
28962
+
28963
+
28964
+ Started GET "/assets/acts_as_talented/application.js?body=1" for 127.0.0.1 at 2014-10-28 15:13:15 +0530
28965
+
28966
+
28967
+ Started GET "/assets/acts_as_talented/ajax-loader.gif" for 127.0.0.1 at 2014-10-28 15:13:15 +0530
28968
+
28969
+
28970
+ Started GET "/acts_as_talented/api/v1/employers" for 127.0.0.1 at 2014-10-28 15:13:15 +0530
28971
+ Processing by ActsAsTalented::Api::V1::EmployersController#index as JSON
28972
+ ActsAsTalented::Employer Load (0.8ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers" WHERE "acts_as_talented_employers"."id" = 13 ORDER BY "acts_as_talented_employers"."id" ASC LIMIT 1
28973
+ ActsAsTalented::Employer Load (6.9ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers"
28974
+ Completed 200 OK in 36ms (Views: 0.2ms | ActiveRecord: 7.7ms)
28975
+
28976
+
28977
+ Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-10-28 15:13:16 +0530
28978
+
28979
+
28980
+ Started GET "/acts_as_talented" for 127.0.0.1 at 2014-10-28 15:13:32 +0530
28981
+ Processing by ActsAsTalented::DashboardController#index as HTML
28982
+ ActsAsTalented::Employer Load (0.7ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers" WHERE "acts_as_talented_employers"."id" = 13 ORDER BY "acts_as_talented_employers"."id" ASC LIMIT 1
28983
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/acts_as_talented/dashboard/index.html.erb within layouts/acts_as_talented/application (0.1ms)
28984
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/partials/_navbar_admin.html.erb (0.1ms)
28985
+ Completed 200 OK in 265ms (Views: 263.1ms | ActiveRecord: 0.7ms)
28986
+
28987
+
28988
+ Started GET "/acts_as_talented/api/v1/employers" for 127.0.0.1 at 2014-10-28 15:13:32 +0530
28989
+ Processing by ActsAsTalented::Api::V1::EmployersController#index as JSON
28990
+ ActsAsTalented::Employer Load (0.7ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers" WHERE "acts_as_talented_employers"."id" = 13 ORDER BY "acts_as_talented_employers"."id" ASC LIMIT 1
28991
+ ActsAsTalented::Employer Load (1.3ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers"
28992
+ Completed 200 OK in 26ms (Views: 0.1ms | ActiveRecord: 2.0ms)
28993
+
28994
+
28995
+ Started GET "/acts_as_talented/api/v1/employers" for 127.0.0.1 at 2014-10-28 15:13:55 +0530
28996
+ Processing by ActsAsTalented::Api::V1::EmployersController#index as JSON
28997
+ ActsAsTalented::Employer Load (0.9ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers" WHERE "acts_as_talented_employers"."id" = 13 ORDER BY "acts_as_talented_employers"."id" ASC LIMIT 1
28998
+ ActsAsTalented::Employer Load (0.9ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers"
28999
+ Completed 200 OK in 27ms (Views: 0.1ms | ActiveRecord: 1.8ms)
29000
+
29001
+
29002
+ Started GET "/acts_as_talented/api/v1/employers" for 127.0.0.1 at 2014-10-28 15:25:17 +0530
29003
+ Processing by ActsAsTalented::Api::V1::EmployersController#index as JSON
29004
+ ActsAsTalented::Employer Load (0.7ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers" WHERE "acts_as_talented_employers"."id" = 13 ORDER BY "acts_as_talented_employers"."id" ASC LIMIT 1
29005
+ ActsAsTalented::Employer Load (0.7ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers"
29006
+ Completed 200 OK in 23ms (Views: 0.1ms | ActiveRecord: 1.4ms)
29007
+
29008
+
29009
+ Started GET "/acts_as_talented?job%5Bsearch%5D=qwer" for 127.0.0.1 at 2014-10-28 15:46:42 +0530
29010
+ Processing by ActsAsTalented::DashboardController#index as JS
29011
+ Parameters: {"job"=>{"search"=>"qwer"}}
29012
+ ActsAsTalented::Employer Load (0.9ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers" WHERE "acts_as_talented_employers"."id" = 13 ORDER BY "acts_as_talented_employers"."id" ASC LIMIT 1
29013
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/acts_as_talented/dashboard/index.html.erb within layouts/acts_as_talented/application (0.6ms)
29014
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/partials/_navbar_admin.html.erb (0.4ms)
29015
+ Completed 200 OK in 247ms (Views: 244.3ms | ActiveRecord: 0.9ms)
29016
+
29017
+
29018
+ Started GET "/acts_as_talented/api/v1/employers" for 127.0.0.1 at 2014-10-28 15:46:57 +0530
29019
+ Processing by ActsAsTalented::Api::V1::EmployersController#index as JSON
29020
+ ActsAsTalented::Employer Load (0.9ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers" WHERE "acts_as_talented_employers"."id" = 13 ORDER BY "acts_as_talented_employers"."id" ASC LIMIT 1
29021
+ ActsAsTalented::Employer Load (1.1ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers"
29022
+ Completed 200 OK in 23ms (Views: 0.1ms | ActiveRecord: 2.0ms)
29023
+
29024
+
29025
+ Started GET "/acts_as_talented" for 127.0.0.1 at 2014-10-28 16:11:29 +0530
29026
+ Processing by ActsAsTalented::DashboardController#index as HTML
29027
+ ActsAsTalented::Employer Load (0.7ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers" WHERE "acts_as_talented_employers"."id" = 13 ORDER BY "acts_as_talented_employers"."id" ASC LIMIT 1
29028
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/acts_as_talented/dashboard/index.html.erb within layouts/acts_as_talented/application (0.1ms)
29029
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/partials/_navbar_admin.html.erb (0.1ms)
29030
+ Completed 200 OK in 2590ms (Views: 2587.4ms | ActiveRecord: 0.7ms)
29031
+
29032
+
29033
+ Started GET "/assets/acts_as_talented/fonts.css?body=1" for 127.0.0.1 at 2014-10-28 16:11:32 +0530
29034
+
29035
+
29036
+ Started GET "/assets/acts_as_talented/main.css?body=1" for 127.0.0.1 at 2014-10-28 16:11:32 +0530
29037
+
29038
+
29039
+ Started GET "/assets/acts_as_talented/toastr.min.css?body=1" for 127.0.0.1 at 2014-10-28 16:11:32 +0530
29040
+
29041
+
29042
+ Started GET "/assets/acts_as_talented/typography.css?body=1" for 127.0.0.1 at 2014-10-28 16:11:32 +0530
29043
+
29044
+
29045
+ Started GET "/assets/acts_as_talented/login.css?body=1" for 127.0.0.1 at 2014-10-28 16:11:32 +0530
29046
+
29047
+
29048
+ Started GET "/assets/acts_as_talented/banner.css?body=1" for 127.0.0.1 at 2014-10-28 16:11:32 +0530
29049
+
29050
+
29051
+ Started GET "/assets/acts_as_talented/applicants.css?body=1" for 127.0.0.1 at 2014-10-28 16:11:32 +0530
29052
+
29053
+
29054
+ Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-10-28 16:11:32 +0530
29055
+
29056
+
29057
+ Started GET "/assets/acts_as_talented/application.css?body=1" for 127.0.0.1 at 2014-10-28 16:11:32 +0530
29058
+
29059
+
29060
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-28 16:11:32 +0530
29061
+
29062
+
29063
+ Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-10-28 16:11:32 +0530
29064
+
29065
+
29066
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-28 16:11:32 +0530
29067
+
29068
+
29069
+ Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-10-28 16:11:32 +0530
29070
+
29071
+
29072
+ Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-10-28 16:11:32 +0530
29073
+
29074
+
29075
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-10-28 16:11:32 +0530
29076
+
29077
+
29078
+ Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-10-28 16:11:32 +0530
29079
+
29080
+
29081
+ Started GET "/assets/angular.js?body=1" for 127.0.0.1 at 2014-10-28 16:11:32 +0530
29082
+
29083
+
29084
+ Started GET "/assets/angular-route.js?body=1" for 127.0.0.1 at 2014-10-28 16:11:32 +0530
29085
+
29086
+
29087
+ Started GET "/assets/angular-resource.js?body=1" for 127.0.0.1 at 2014-10-28 16:11:32 +0530
29088
+
29089
+
29090
+ Started GET "/assets/angular-rails-templates.js?body=1" for 127.0.0.1 at 2014-10-28 16:11:32 +0530
29091
+
29092
+
29093
+ Started GET "/assets/acts_as_talented/dependancies/angular-ui-router.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:11:32 +0530
29094
+
29095
+
29096
+ Started GET "/assets/acts_as_talented/dependancies/toastr.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:11:32 +0530
29097
+
29098
+
29099
+ Started GET "/assets/acts_as_talented/angularjs/NotificationFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:11:32 +0530
29100
+
29101
+
29102
+ Started GET "/assets/acts_as_talented/angularjs/app.js?body=1" for 127.0.0.1 at 2014-10-28 16:11:32 +0530
29103
+
29104
+
29105
+ Started GET "/assets/acts_as_talented/angularjs/TabsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:11:32 +0530
29106
+
29107
+
29108
+ Started GET "/assets/acts_as_talented/angularjs/ProfileController.js?body=1" for 127.0.0.1 at 2014-10-28 16:11:32 +0530
29109
+
29110
+
29111
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:11:32 +0530
29112
+
29113
+
29114
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:11:32 +0530
29115
+
29116
+
29117
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:11:32 +0530
29118
+
29119
+
29120
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchController.js?body=1" for 127.0.0.1 at 2014-10-28 16:11:32 +0530
29121
+
29122
+
29123
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersController.js?body=1" for 127.0.0.1 at 2014-10-28 16:11:32 +0530
29124
+
29125
+
29126
+ Started GET "/assets/acts_as_talented/templates/employers.js?body=1" for 127.0.0.1 at 2014-10-28 16:11:32 +0530
29127
+
29128
+
29129
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:11:32 +0530
29130
+
29131
+
29132
+ Started GET "/assets/acts_as_talented/templates/job_analytics.js?body=1" for 127.0.0.1 at 2014-10-28 16:11:32 +0530
29133
+
29134
+
29135
+ Started GET "/assets/acts_as_talented/templates/my_applicants.detail.js?body=1" for 127.0.0.1 at 2014-10-28 16:11:32 +0530
29136
+
29137
+
29138
+ Started GET "/assets/acts_as_talented/templates/my_applicants.js?body=1" for 127.0.0.1 at 2014-10-28 16:11:32 +0530
29139
+
29140
+
29141
+ Started GET "/assets/acts_as_talented/templates/my_applicants.list.js?body=1" for 127.0.0.1 at 2014-10-28 16:11:33 +0530
29142
+
29143
+
29144
+ Started GET "/assets/acts_as_talented/templates/my_jobs.js?body=1" for 127.0.0.1 at 2014-10-28 16:11:33 +0530
29145
+
29146
+
29147
+ Started GET "/assets/acts_as_talented/templates/my_profile.js?body=1" for 127.0.0.1 at 2014-10-28 16:11:33 +0530
29148
+
29149
+
29150
+ Started GET "/assets/acts_as_talented/templates/search_candidate.js?body=1" for 127.0.0.1 at 2014-10-28 16:11:33 +0530
29151
+
29152
+
29153
+ Started GET "/assets/acts_as_talented/application.js?body=1" for 127.0.0.1 at 2014-10-28 16:11:33 +0530
29154
+
29155
+
29156
+ Started GET "/acts_as_talented" for 127.0.0.1 at 2014-10-28 16:14:43 +0530
29157
+ Processing by ActsAsTalented::DashboardController#index as HTML
29158
+ ActsAsTalented::Employer Load (0.7ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers" WHERE "acts_as_talented_employers"."id" = 13 ORDER BY "acts_as_talented_employers"."id" ASC LIMIT 1
29159
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/acts_as_talented/dashboard/index.html.erb within layouts/acts_as_talented/application (0.1ms)
29160
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/partials/_navbar_admin.html.erb (0.0ms)
29161
+ Completed 200 OK in 835ms (Views: 832.7ms | ActiveRecord: 0.7ms)
29162
+
29163
+
29164
+ Started GET "/assets/acts_as_talented/fonts.css?body=1" for 127.0.0.1 at 2014-10-28 16:14:44 +0530
29165
+
29166
+
29167
+ Started GET "/assets/acts_as_talented/typography.css?body=1" for 127.0.0.1 at 2014-10-28 16:14:44 +0530
29168
+
29169
+
29170
+ Started GET "/assets/acts_as_talented/login.css?body=1" for 127.0.0.1 at 2014-10-28 16:14:44 +0530
29171
+
29172
+
29173
+ Started GET "/assets/acts_as_talented/banner.css?body=1" for 127.0.0.1 at 2014-10-28 16:14:44 +0530
29174
+
29175
+
29176
+ Started GET "/assets/acts_as_talented/main.css?body=1" for 127.0.0.1 at 2014-10-28 16:14:44 +0530
29177
+
29178
+
29179
+ Started GET "/assets/acts_as_talented/toastr.min.css?body=1" for 127.0.0.1 at 2014-10-28 16:14:44 +0530
29180
+
29181
+
29182
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:44 +0530
29183
+
29184
+
29185
+ Started GET "/assets/acts_as_talented/application.css?body=1" for 127.0.0.1 at 2014-10-28 16:14:44 +0530
29186
+
29187
+
29188
+ Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:44 +0530
29189
+
29190
+
29191
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:44 +0530
29192
+
29193
+
29194
+ Started GET "/assets/acts_as_talented/applicants.css?body=1" for 127.0.0.1 at 2014-10-28 16:14:44 +0530
29195
+
29196
+
29197
+ Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:44 +0530
29198
+
29199
+
29200
+ Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:44 +0530
29201
+
29202
+
29203
+ Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:44 +0530
29204
+
29205
+
29206
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:44 +0530
29207
+
29208
+
29209
+ Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:44 +0530
29210
+
29211
+
29212
+ Started GET "/assets/angular.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:44 +0530
29213
+
29214
+
29215
+ Started GET "/assets/angular-resource.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:44 +0530
29216
+
29217
+
29218
+ Started GET "/assets/angular-route.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:44 +0530
29219
+
29220
+
29221
+ Started GET "/assets/angular-rails-templates.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:44 +0530
29222
+
29223
+
29224
+ Started GET "/assets/acts_as_talented/dependancies/angular-ui-router.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:44 +0530
29225
+
29226
+
29227
+ Started GET "/assets/acts_as_talented/dependancies/toastr.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:44 +0530
29228
+
29229
+
29230
+ Started GET "/assets/acts_as_talented/angularjs/app.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:44 +0530
29231
+
29232
+
29233
+ Started GET "/assets/acts_as_talented/angularjs/NotificationFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:44 +0530
29234
+
29235
+
29236
+ Started GET "/assets/acts_as_talented/angularjs/TabsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:44 +0530
29237
+
29238
+
29239
+ Started GET "/assets/acts_as_talented/angularjs/ProfileController.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:44 +0530
29240
+
29241
+
29242
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersController.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:44 +0530
29243
+
29244
+
29245
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:44 +0530
29246
+
29247
+
29248
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:44 +0530
29249
+
29250
+
29251
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:44 +0530
29252
+
29253
+
29254
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchController.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:44 +0530
29255
+
29256
+
29257
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:44 +0530
29258
+
29259
+
29260
+ Started GET "/assets/acts_as_talented/templates/employers.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:44 +0530
29261
+
29262
+
29263
+ Started GET "/assets/acts_as_talented/templates/job_analytics.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:44 +0530
29264
+
29265
+
29266
+ Started GET "/assets/acts_as_talented/templates/my_applicants.detail.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:44 +0530
29267
+
29268
+
29269
+ Started GET "/assets/acts_as_talented/templates/my_applicants.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:44 +0530
29270
+
29271
+
29272
+ Started GET "/assets/acts_as_talented/templates/my_applicants.list.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:44 +0530
29273
+
29274
+
29275
+ Started GET "/assets/acts_as_talented/templates/my_jobs.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:44 +0530
29276
+
29277
+
29278
+ Started GET "/assets/acts_as_talented/templates/my_profile.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:44 +0530
29279
+
29280
+
29281
+ Started GET "/assets/acts_as_talented/templates/search_candidate.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:44 +0530
29282
+
29283
+
29284
+ Started GET "/assets/acts_as_talented/application.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:44 +0530
29285
+
29286
+
29287
+ Started GET "/acts_as_talented" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29288
+ Processing by ActsAsTalented::DashboardController#index as HTML
29289
+ ActsAsTalented::Employer Load (0.7ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers" WHERE "acts_as_talented_employers"."id" = 13 ORDER BY "acts_as_talented_employers"."id" ASC LIMIT 1
29290
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/acts_as_talented/dashboard/index.html.erb within layouts/acts_as_talented/application (0.1ms)
29291
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/partials/_navbar_admin.html.erb (0.1ms)
29292
+ Completed 200 OK in 219ms (Views: 217.4ms | ActiveRecord: 0.7ms)
29293
+
29294
+
29295
+ Started GET "/assets/acts_as_talented/fonts.css?body=1" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29296
+
29297
+
29298
+ Started GET "/assets/acts_as_talented/main.css?body=1" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29299
+
29300
+
29301
+ Started GET "/assets/acts_as_talented/applicants.css?body=1" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29302
+
29303
+
29304
+ Started GET "/assets/acts_as_talented/banner.css?body=1" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29305
+
29306
+
29307
+ Started GET "/assets/acts_as_talented/login.css?body=1" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29308
+
29309
+
29310
+ Started GET "/assets/acts_as_talented/toastr.min.css?body=1" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29311
+
29312
+
29313
+ Started GET "/assets/acts_as_talented/typography.css?body=1" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29314
+
29315
+
29316
+ Started GET "/assets/acts_as_talented/application.css?body=1" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29317
+
29318
+
29319
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29320
+
29321
+
29322
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29323
+
29324
+
29325
+ Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29326
+
29327
+
29328
+ Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29329
+
29330
+
29331
+ Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29332
+
29333
+
29334
+ Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29335
+
29336
+
29337
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29338
+
29339
+
29340
+ Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29341
+
29342
+
29343
+ Started GET "/assets/angular.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29344
+
29345
+
29346
+ Started GET "/assets/angular-resource.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29347
+
29348
+
29349
+ Started GET "/assets/angular-route.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29350
+
29351
+
29352
+ Started GET "/assets/angular-rails-templates.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29353
+
29354
+
29355
+ Started GET "/assets/acts_as_talented/dependancies/angular-ui-router.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29356
+
29357
+
29358
+ Started GET "/assets/acts_as_talented/dependancies/toastr.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29359
+
29360
+
29361
+ Started GET "/assets/acts_as_talented/angularjs/app.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29362
+
29363
+
29364
+ Started GET "/assets/acts_as_talented/angularjs/NotificationFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29365
+
29366
+
29367
+ Started GET "/assets/acts_as_talented/angularjs/TabsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29368
+
29369
+
29370
+ Started GET "/assets/acts_as_talented/angularjs/ProfileController.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29371
+
29372
+
29373
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersController.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29374
+
29375
+
29376
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29377
+
29378
+
29379
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29380
+
29381
+
29382
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29383
+
29384
+
29385
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchController.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29386
+
29387
+
29388
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29389
+
29390
+
29391
+ Started GET "/assets/acts_as_talented/templates/employers.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29392
+
29393
+
29394
+ Started GET "/assets/acts_as_talented/templates/job_analytics.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29395
+
29396
+
29397
+ Started GET "/assets/acts_as_talented/templates/my_applicants.detail.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29398
+
29399
+
29400
+ Started GET "/assets/acts_as_talented/templates/my_applicants.list.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29401
+
29402
+
29403
+ Started GET "/assets/acts_as_talented/templates/my_jobs.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29404
+
29405
+
29406
+ Started GET "/assets/acts_as_talented/templates/my_applicants.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29407
+
29408
+
29409
+ Started GET "/assets/acts_as_talented/templates/my_profile.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29410
+
29411
+
29412
+ Started GET "/assets/acts_as_talented/templates/search_candidate.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29413
+
29414
+
29415
+ Started GET "/assets/acts_as_talented/application.js?body=1" for 127.0.0.1 at 2014-10-28 16:14:49 +0530
29416
+
29417
+
29418
+ Started GET "/acts_as_talented" for 127.0.0.1 at 2014-10-28 16:15:57 +0530
29419
+ Processing by ActsAsTalented::DashboardController#index as HTML
29420
+ ActsAsTalented::Employer Load (0.8ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers" WHERE "acts_as_talented_employers"."id" = 13 ORDER BY "acts_as_talented_employers"."id" ASC LIMIT 1
29421
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/acts_as_talented/dashboard/index.html.erb within layouts/acts_as_talented/application (0.1ms)
29422
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/partials/_navbar_admin.html.erb (0.1ms)
29423
+ Completed 200 OK in 812ms (Views: 809.7ms | ActiveRecord: 0.8ms)
29424
+
29425
+
29426
+ Started GET "/assets/acts_as_talented/fonts.css?body=1" for 127.0.0.1 at 2014-10-28 16:15:58 +0530
29427
+
29428
+
29429
+ Started GET "/assets/acts_as_talented/main.css?body=1" for 127.0.0.1 at 2014-10-28 16:15:58 +0530
29430
+
29431
+
29432
+ Started GET "/assets/acts_as_talented/toastr.min.css?body=1" for 127.0.0.1 at 2014-10-28 16:15:58 +0530
29433
+
29434
+
29435
+ Started GET "/assets/acts_as_talented/login.css?body=1" for 127.0.0.1 at 2014-10-28 16:15:58 +0530
29436
+
29437
+
29438
+ Started GET "/assets/acts_as_talented/typography.css?body=1" for 127.0.0.1 at 2014-10-28 16:15:58 +0530
29439
+
29440
+
29441
+ Started GET "/assets/acts_as_talented/banner.css?body=1" for 127.0.0.1 at 2014-10-28 16:15:58 +0530
29442
+
29443
+
29444
+ Started GET "/assets/acts_as_talented/applicants.css?body=1" for 127.0.0.1 at 2014-10-28 16:15:58 +0530
29445
+
29446
+
29447
+ Started GET "/assets/acts_as_talented/application.css?body=1" for 127.0.0.1 at 2014-10-28 16:15:58 +0530
29448
+
29449
+
29450
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-28 16:15:58 +0530
29451
+
29452
+
29453
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-28 16:15:58 +0530
29454
+
29455
+
29456
+ Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-10-28 16:15:58 +0530
29457
+
29458
+
29459
+ Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-10-28 16:15:58 +0530
29460
+
29461
+
29462
+ Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-10-28 16:15:58 +0530
29463
+
29464
+
29465
+ Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-10-28 16:15:58 +0530
29466
+
29467
+
29468
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-10-28 16:15:58 +0530
29469
+
29470
+
29471
+ Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-10-28 16:15:58 +0530
29472
+
29473
+
29474
+ Started GET "/assets/angular.js?body=1" for 127.0.0.1 at 2014-10-28 16:15:58 +0530
29475
+
29476
+
29477
+ Started GET "/assets/angular-resource.js?body=1" for 127.0.0.1 at 2014-10-28 16:15:58 +0530
29478
+
29479
+
29480
+ Started GET "/assets/angular-route.js?body=1" for 127.0.0.1 at 2014-10-28 16:15:58 +0530
29481
+
29482
+
29483
+ Started GET "/assets/angular-rails-templates.js?body=1" for 127.0.0.1 at 2014-10-28 16:15:58 +0530
29484
+
29485
+
29486
+ Started GET "/assets/acts_as_talented/dependancies/angular-ui-router.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:15:58 +0530
29487
+
29488
+
29489
+ Started GET "/assets/acts_as_talented/dependancies/toastr.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:15:58 +0530
29490
+
29491
+
29492
+ Started GET "/assets/acts_as_talented/angularjs/app.js?body=1" for 127.0.0.1 at 2014-10-28 16:15:58 +0530
29493
+
29494
+
29495
+ Started GET "/assets/acts_as_talented/angularjs/NotificationFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:15:58 +0530
29496
+
29497
+
29498
+ Started GET "/assets/acts_as_talented/angularjs/TabsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:15:58 +0530
29499
+
29500
+
29501
+ Started GET "/assets/acts_as_talented/angularjs/ProfileController.js?body=1" for 127.0.0.1 at 2014-10-28 16:15:58 +0530
29502
+
29503
+
29504
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersController.js?body=1" for 127.0.0.1 at 2014-10-28 16:15:58 +0530
29505
+
29506
+
29507
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:15:58 +0530
29508
+
29509
+
29510
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:15:58 +0530
29511
+
29512
+
29513
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:15:58 +0530
29514
+
29515
+
29516
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchController.js?body=1" for 127.0.0.1 at 2014-10-28 16:15:58 +0530
29517
+
29518
+
29519
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:15:58 +0530
29520
+
29521
+
29522
+ Started GET "/assets/acts_as_talented/templates/employers.js?body=1" for 127.0.0.1 at 2014-10-28 16:15:58 +0530
29523
+
29524
+
29525
+ Started GET "/assets/acts_as_talented/templates/job_analytics.js?body=1" for 127.0.0.1 at 2014-10-28 16:15:58 +0530
29526
+
29527
+
29528
+ Started GET "/assets/acts_as_talented/templates/my_applicants.detail.js?body=1" for 127.0.0.1 at 2014-10-28 16:15:58 +0530
29529
+
29530
+
29531
+ Started GET "/assets/acts_as_talented/templates/my_applicants.js?body=1" for 127.0.0.1 at 2014-10-28 16:15:58 +0530
29532
+
29533
+
29534
+ Started GET "/assets/acts_as_talented/templates/my_applicants.list.js?body=1" for 127.0.0.1 at 2014-10-28 16:15:58 +0530
29535
+
29536
+
29537
+ Started GET "/assets/acts_as_talented/templates/my_jobs.js?body=1" for 127.0.0.1 at 2014-10-28 16:15:58 +0530
29538
+
29539
+
29540
+ Started GET "/assets/acts_as_talented/templates/my_profile.js?body=1" for 127.0.0.1 at 2014-10-28 16:15:58 +0530
29541
+
29542
+
29543
+ Started GET "/assets/acts_as_talented/templates/search_candidate.js?body=1" for 127.0.0.1 at 2014-10-28 16:15:58 +0530
29544
+
29545
+
29546
+ Started GET "/assets/acts_as_talented/application.js?body=1" for 127.0.0.1 at 2014-10-28 16:15:58 +0530
29547
+
29548
+
29549
+ Started GET "/assets/acts_as_talented/fonts.css?body=1" for 127.0.0.1 at 2014-10-28 16:16:02 +0530
29550
+
29551
+
29552
+ Started GET "/assets/acts_as_talented/login.css?body=1" for 127.0.0.1 at 2014-10-28 16:16:02 +0530
29553
+
29554
+
29555
+ Started GET "/assets/acts_as_talented/main.css?body=1" for 127.0.0.1 at 2014-10-28 16:16:02 +0530
29556
+
29557
+
29558
+ Started GET "/assets/acts_as_talented/banner.css?body=1" for 127.0.0.1 at 2014-10-28 16:16:02 +0530
29559
+
29560
+
29561
+ Started GET "/assets/acts_as_talented/toastr.min.css?body=1" for 127.0.0.1 at 2014-10-28 16:16:02 +0530
29562
+
29563
+
29564
+ Started GET "/assets/acts_as_talented/typography.css?body=1" for 127.0.0.1 at 2014-10-28 16:16:02 +0530
29565
+
29566
+
29567
+ Started GET "/assets/acts_as_talented/applicants.css?body=1" for 127.0.0.1 at 2014-10-28 16:16:02 +0530
29568
+
29569
+
29570
+ Started GET "/assets/acts_as_talented/application.css?body=1" for 127.0.0.1 at 2014-10-28 16:16:02 +0530
29571
+
29572
+
29573
+ Started GET "/acts_as_talented" for 127.0.0.1 at 2014-10-28 16:16:32 +0530
29574
+ Processing by ActsAsTalented::DashboardController#index as HTML
29575
+ ActsAsTalented::Employer Load (0.9ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers" WHERE "acts_as_talented_employers"."id" = 13 ORDER BY "acts_as_talented_employers"."id" ASC LIMIT 1
29576
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/acts_as_talented/dashboard/index.html.erb within layouts/acts_as_talented/application (0.8ms)
29577
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/partials/_navbar_admin.html.erb (0.0ms)
29578
+ Completed 200 OK in 887ms (Views: 884.5ms | ActiveRecord: 0.9ms)
29579
+
29580
+
29581
+ Started GET "/assets/acts_as_talented/fonts.css?body=1" for 127.0.0.1 at 2014-10-28 16:16:33 +0530
29582
+
29583
+
29584
+ Started GET "/assets/acts_as_talented/main.css?body=1" for 127.0.0.1 at 2014-10-28 16:16:33 +0530
29585
+
29586
+
29587
+ Started GET "/assets/acts_as_talented/login.css?body=1" for 127.0.0.1 at 2014-10-28 16:16:33 +0530
29588
+
29589
+
29590
+ Started GET "/assets/acts_as_talented/banner.css?body=1" for 127.0.0.1 at 2014-10-28 16:16:33 +0530
29591
+
29592
+
29593
+ Started GET "/assets/acts_as_talented/toastr.min.css?body=1" for 127.0.0.1 at 2014-10-28 16:16:33 +0530
29594
+
29595
+
29596
+ Started GET "/assets/acts_as_talented/typography.css?body=1" for 127.0.0.1 at 2014-10-28 16:16:33 +0530
29597
+
29598
+
29599
+ Started GET "/assets/acts_as_talented/applicants.css?body=1" for 127.0.0.1 at 2014-10-28 16:16:33 +0530
29600
+
29601
+
29602
+ Started GET "/assets/acts_as_talented/application.css?body=1" for 127.0.0.1 at 2014-10-28 16:16:33 +0530
29603
+
29604
+
29605
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-28 16:16:33 +0530
29606
+
29607
+
29608
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-28 16:16:33 +0530
29609
+
29610
+
29611
+ Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-10-28 16:16:33 +0530
29612
+
29613
+
29614
+ Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-10-28 16:16:33 +0530
29615
+
29616
+
29617
+ Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-10-28 16:16:33 +0530
29618
+
29619
+
29620
+ Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-10-28 16:16:33 +0530
29621
+
29622
+
29623
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-10-28 16:16:33 +0530
29624
+
29625
+
29626
+ Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-10-28 16:16:33 +0530
29627
+
29628
+
29629
+ Started GET "/assets/angular.js?body=1" for 127.0.0.1 at 2014-10-28 16:16:33 +0530
29630
+
29631
+
29632
+ Started GET "/assets/angular-resource.js?body=1" for 127.0.0.1 at 2014-10-28 16:16:33 +0530
29633
+
29634
+
29635
+ Started GET "/assets/angular-route.js?body=1" for 127.0.0.1 at 2014-10-28 16:16:33 +0530
29636
+
29637
+
29638
+ Started GET "/assets/angular-rails-templates.js?body=1" for 127.0.0.1 at 2014-10-28 16:16:33 +0530
29639
+
29640
+
29641
+ Started GET "/assets/acts_as_talented/dependancies/angular-ui-router.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:16:33 +0530
29642
+
29643
+
29644
+ Started GET "/assets/acts_as_talented/dependancies/toastr.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:16:33 +0530
29645
+
29646
+
29647
+ Started GET "/assets/acts_as_talented/angularjs/app.js?body=1" for 127.0.0.1 at 2014-10-28 16:16:33 +0530
29648
+
29649
+
29650
+ Started GET "/assets/acts_as_talented/angularjs/NotificationFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:16:33 +0530
29651
+
29652
+
29653
+ Started GET "/assets/acts_as_talented/angularjs/TabsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:16:33 +0530
29654
+
29655
+
29656
+ Started GET "/assets/acts_as_talented/angularjs/ProfileController.js?body=1" for 127.0.0.1 at 2014-10-28 16:16:33 +0530
29657
+
29658
+
29659
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersController.js?body=1" for 127.0.0.1 at 2014-10-28 16:16:34 +0530
29660
+
29661
+
29662
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:16:34 +0530
29663
+
29664
+
29665
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:16:34 +0530
29666
+
29667
+
29668
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:16:34 +0530
29669
+
29670
+
29671
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchController.js?body=1" for 127.0.0.1 at 2014-10-28 16:16:34 +0530
29672
+
29673
+
29674
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:16:34 +0530
29675
+
29676
+
29677
+ Started GET "/assets/acts_as_talented/templates/employers.js?body=1" for 127.0.0.1 at 2014-10-28 16:16:34 +0530
29678
+
29679
+
29680
+ Started GET "/assets/acts_as_talented/templates/job_analytics.js?body=1" for 127.0.0.1 at 2014-10-28 16:16:34 +0530
29681
+
29682
+
29683
+ Started GET "/assets/acts_as_talented/templates/my_applicants.detail.js?body=1" for 127.0.0.1 at 2014-10-28 16:16:34 +0530
29684
+
29685
+
29686
+ Started GET "/assets/acts_as_talented/templates/my_applicants.js?body=1" for 127.0.0.1 at 2014-10-28 16:16:34 +0530
29687
+
29688
+
29689
+ Started GET "/assets/acts_as_talented/templates/my_applicants.list.js?body=1" for 127.0.0.1 at 2014-10-28 16:16:34 +0530
29690
+
29691
+
29692
+ Started GET "/assets/acts_as_talented/templates/my_jobs.js?body=1" for 127.0.0.1 at 2014-10-28 16:16:34 +0530
29693
+
29694
+
29695
+ Started GET "/assets/acts_as_talented/templates/my_profile.js?body=1" for 127.0.0.1 at 2014-10-28 16:16:34 +0530
29696
+
29697
+
29698
+ Started GET "/assets/acts_as_talented/templates/search_candidate.js?body=1" for 127.0.0.1 at 2014-10-28 16:16:34 +0530
29699
+
29700
+
29701
+ Started GET "/assets/acts_as_talented/application.js?body=1" for 127.0.0.1 at 2014-10-28 16:16:34 +0530
29702
+
29703
+
29704
+ Started GET "/acts_as_talented" for 127.0.0.1 at 2014-10-28 16:17:12 +0530
29705
+ Processing by ActsAsTalented::DashboardController#index as HTML
29706
+ ActsAsTalented::Employer Load (0.6ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers" WHERE "acts_as_talented_employers"."id" = 13 ORDER BY "acts_as_talented_employers"."id" ASC LIMIT 1
29707
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/acts_as_talented/dashboard/index.html.erb within layouts/acts_as_talented/application (0.1ms)
29708
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/partials/_navbar_admin.html.erb (0.0ms)
29709
+ Completed 200 OK in 831ms (Views: 829.3ms | ActiveRecord: 0.6ms)
29710
+
29711
+
29712
+ Started GET "/assets/acts_as_talented/fonts.css?body=1" for 127.0.0.1 at 2014-10-28 16:17:13 +0530
29713
+
29714
+
29715
+ Started GET "/assets/acts_as_talented/banner.css?body=1" for 127.0.0.1 at 2014-10-28 16:17:13 +0530
29716
+
29717
+
29718
+ Started GET "/assets/acts_as_talented/login.css?body=1" for 127.0.0.1 at 2014-10-28 16:17:13 +0530
29719
+
29720
+
29721
+ Started GET "/assets/acts_as_talented/typography.css?body=1" for 127.0.0.1 at 2014-10-28 16:17:13 +0530
29722
+
29723
+
29724
+ Started GET "/assets/acts_as_talented/main.css?body=1" for 127.0.0.1 at 2014-10-28 16:17:13 +0530
29725
+
29726
+
29727
+ Started GET "/assets/acts_as_talented/toastr.min.css?body=1" for 127.0.0.1 at 2014-10-28 16:17:13 +0530
29728
+
29729
+
29730
+ Started GET "/assets/acts_as_talented/applicants.css?body=1" for 127.0.0.1 at 2014-10-28 16:17:13 +0530
29731
+
29732
+
29733
+ Started GET "/assets/acts_as_talented/application.css?body=1" for 127.0.0.1 at 2014-10-28 16:17:13 +0530
29734
+
29735
+
29736
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:13 +0530
29737
+
29738
+
29739
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:13 +0530
29740
+
29741
+
29742
+ Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:13 +0530
29743
+
29744
+
29745
+ Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:13 +0530
29746
+
29747
+
29748
+ Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:13 +0530
29749
+
29750
+
29751
+ Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:13 +0530
29752
+
29753
+
29754
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:13 +0530
29755
+
29756
+
29757
+ Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:13 +0530
29758
+
29759
+
29760
+ Started GET "/assets/angular.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:13 +0530
29761
+
29762
+
29763
+ Started GET "/assets/angular-resource.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:13 +0530
29764
+
29765
+
29766
+ Started GET "/assets/angular-route.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:13 +0530
29767
+
29768
+
29769
+ Started GET "/assets/angular-rails-templates.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:13 +0530
29770
+
29771
+
29772
+ Started GET "/assets/acts_as_talented/dependancies/angular-ui-router.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:13 +0530
29773
+
29774
+
29775
+ Started GET "/assets/acts_as_talented/dependancies/toastr.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:13 +0530
29776
+
29777
+
29778
+ Started GET "/assets/acts_as_talented/angularjs/app.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:14 +0530
29779
+
29780
+
29781
+ Started GET "/assets/acts_as_talented/angularjs/NotificationFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:14 +0530
29782
+
29783
+
29784
+ Started GET "/assets/acts_as_talented/angularjs/TabsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:14 +0530
29785
+
29786
+
29787
+ Started GET "/assets/acts_as_talented/angularjs/ProfileController.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:14 +0530
29788
+
29789
+
29790
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersController.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:14 +0530
29791
+
29792
+
29793
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:14 +0530
29794
+
29795
+
29796
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:14 +0530
29797
+
29798
+
29799
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:14 +0530
29800
+
29801
+
29802
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchController.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:14 +0530
29803
+
29804
+
29805
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:14 +0530
29806
+
29807
+
29808
+ Started GET "/assets/acts_as_talented/templates/employers.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:14 +0530
29809
+
29810
+
29811
+ Started GET "/assets/acts_as_talented/templates/job_analytics.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:14 +0530
29812
+
29813
+
29814
+ Started GET "/assets/acts_as_talented/templates/my_applicants.detail.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:14 +0530
29815
+
29816
+
29817
+ Started GET "/assets/acts_as_talented/templates/my_applicants.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:14 +0530
29818
+
29819
+
29820
+ Started GET "/assets/acts_as_talented/templates/my_applicants.list.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:14 +0530
29821
+
29822
+
29823
+ Started GET "/assets/acts_as_talented/templates/my_jobs.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:14 +0530
29824
+
29825
+
29826
+ Started GET "/assets/acts_as_talented/templates/my_profile.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:14 +0530
29827
+
29828
+
29829
+ Started GET "/assets/acts_as_talented/templates/search_candidate.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:14 +0530
29830
+
29831
+
29832
+ Started GET "/assets/acts_as_talented/application.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:14 +0530
29833
+
29834
+
29835
+ Started GET "/acts_as_talented" for 127.0.0.1 at 2014-10-28 16:17:38 +0530
29836
+ Processing by ActsAsTalented::DashboardController#index as HTML
29837
+ ActsAsTalented::Employer Load (1.1ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers" WHERE "acts_as_talented_employers"."id" = 13 ORDER BY "acts_as_talented_employers"."id" ASC LIMIT 1
29838
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/acts_as_talented/dashboard/index.html.erb within layouts/acts_as_talented/application (0.0ms)
29839
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/partials/_navbar_admin.html.erb (0.0ms)
29840
+ Completed 200 OK in 826ms (Views: 823.0ms | ActiveRecord: 1.1ms)
29841
+
29842
+
29843
+ Started GET "/assets/acts_as_talented/fonts.css?body=1" for 127.0.0.1 at 2014-10-28 16:17:39 +0530
29844
+
29845
+
29846
+ Started GET "/assets/acts_as_talented/login.css?body=1" for 127.0.0.1 at 2014-10-28 16:17:39 +0530
29847
+
29848
+
29849
+ Started GET "/assets/acts_as_talented/main.css?body=1" for 127.0.0.1 at 2014-10-28 16:17:39 +0530
29850
+
29851
+
29852
+ Started GET "/assets/acts_as_talented/banner.css?body=1" for 127.0.0.1 at 2014-10-28 16:17:39 +0530
29853
+
29854
+
29855
+ Started GET "/assets/acts_as_talented/typography.css?body=1" for 127.0.0.1 at 2014-10-28 16:17:39 +0530
29856
+
29857
+
29858
+ Started GET "/assets/acts_as_talented/applicants.css?body=1" for 127.0.0.1 at 2014-10-28 16:17:39 +0530
29859
+
29860
+
29861
+ Started GET "/assets/acts_as_talented/toastr.min.css?body=1" for 127.0.0.1 at 2014-10-28 16:17:39 +0530
29862
+
29863
+
29864
+ Started GET "/assets/acts_as_talented/application.css?body=1" for 127.0.0.1 at 2014-10-28 16:17:39 +0530
29865
+
29866
+
29867
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:39 +0530
29868
+
29869
+
29870
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:39 +0530
29871
+
29872
+
29873
+ Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:39 +0530
29874
+
29875
+
29876
+ Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:39 +0530
29877
+
29878
+
29879
+ Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:39 +0530
29880
+
29881
+
29882
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:39 +0530
29883
+
29884
+
29885
+ Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:39 +0530
29886
+
29887
+
29888
+ Started GET "/assets/angular.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:39 +0530
29889
+
29890
+
29891
+ Started GET "/assets/angular-resource.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:39 +0530
29892
+
29893
+
29894
+ Started GET "/assets/angular-route.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:39 +0530
29895
+
29896
+
29897
+ Started GET "/assets/angular-rails-templates.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:39 +0530
29898
+
29899
+
29900
+ Started GET "/assets/acts_as_talented/dependancies/angular-ui-router.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:39 +0530
29901
+
29902
+
29903
+ Started GET "/assets/acts_as_talented/dependancies/toastr.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:39 +0530
29904
+
29905
+
29906
+ Started GET "/assets/acts_as_talented/angularjs/app.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:39 +0530
29907
+
29908
+
29909
+ Started GET "/assets/acts_as_talented/angularjs/NotificationFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:39 +0530
29910
+
29911
+
29912
+ Started GET "/assets/acts_as_talented/angularjs/TabsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:39 +0530
29913
+
29914
+
29915
+ Started GET "/assets/acts_as_talented/angularjs/ProfileController.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:39 +0530
29916
+
29917
+
29918
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersController.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:39 +0530
29919
+
29920
+
29921
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:39 +0530
29922
+
29923
+
29924
+ Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:39 +0530
29925
+
29926
+
29927
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:39 +0530
29928
+
29929
+
29930
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:39 +0530
29931
+
29932
+
29933
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchController.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:39 +0530
29934
+
29935
+
29936
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:39 +0530
29937
+
29938
+
29939
+ Started GET "/assets/acts_as_talented/templates/employers.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:39 +0530
29940
+
29941
+
29942
+ Started GET "/assets/acts_as_talented/templates/job_analytics.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:39 +0530
29943
+
29944
+
29945
+ Started GET "/assets/acts_as_talented/templates/my_applicants.detail.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:39 +0530
29946
+
29947
+
29948
+ Started GET "/assets/acts_as_talented/templates/my_applicants.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:39 +0530
29949
+
29950
+
29951
+ Started GET "/assets/acts_as_talented/templates/my_applicants.list.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:39 +0530
29952
+
29953
+
29954
+ Started GET "/assets/acts_as_talented/templates/my_jobs.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:39 +0530
29955
+
29956
+
29957
+ Started GET "/assets/acts_as_talented/templates/my_profile.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:39 +0530
29958
+
29959
+
29960
+ Started GET "/assets/acts_as_talented/templates/search_candidate.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:39 +0530
29961
+
29962
+
29963
+ Started GET "/assets/acts_as_talented/application.js?body=1" for 127.0.0.1 at 2014-10-28 16:17:39 +0530
29964
+
29965
+
29966
+ Started GET "/acts_as_talented" for 127.0.0.1 at 2014-10-28 16:22:53 +0530
29967
+ Processing by ActsAsTalented::DashboardController#index as HTML
29968
+ ActsAsTalented::Employer Load (0.7ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers" WHERE "acts_as_talented_employers"."id" = 13 ORDER BY "acts_as_talented_employers"."id" ASC LIMIT 1
29969
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/acts_as_talented/dashboard/index.html.erb within layouts/acts_as_talented/application (0.0ms)
29970
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/partials/_navbar_admin.html.erb (0.1ms)
29971
+ Completed 200 OK in 918ms (Views: 915.8ms | ActiveRecord: 0.7ms)
29972
+
29973
+
29974
+ Started GET "/assets/acts_as_talented/fonts.css?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
29975
+
29976
+
29977
+ Started GET "/assets/acts_as_talented/main.css?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
29978
+
29979
+
29980
+ Started GET "/assets/acts_as_talented/toastr.min.css?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
29981
+
29982
+
29983
+ Started GET "/assets/acts_as_talented/login.css?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
29984
+
29985
+
29986
+ Started GET "/assets/acts_as_talented/typography.css?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
29987
+
29988
+
29989
+ Started GET "/assets/acts_as_talented/banner.css?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
29990
+
29991
+
29992
+ Started GET "/assets/acts_as_talented/applicants.css?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
29993
+
29994
+
29995
+ Started GET "/assets/acts_as_talented/application.css?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
29996
+
29997
+
29998
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
29999
+
30000
+
30001
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
30002
+
30003
+
30004
+ Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
30005
+
30006
+
30007
+ Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
30008
+
30009
+
30010
+ Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
30011
+
30012
+
30013
+ Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
30014
+
30015
+
30016
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
30017
+
30018
+
30019
+ Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
30020
+
30021
+
30022
+ Started GET "/assets/angular.js?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
30023
+
30024
+
30025
+ Started GET "/assets/angular-resource.js?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
30026
+
30027
+
30028
+ Started GET "/assets/angular-route.js?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
30029
+
30030
+
30031
+ Started GET "/assets/angular-rails-templates.js?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
30032
+
30033
+
30034
+ Started GET "/assets/acts_as_talented/dependancies/angular-ui-router.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
30035
+
30036
+
30037
+ Started GET "/assets/acts_as_talented/dependancies/toastr.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
30038
+
30039
+
30040
+ Started GET "/assets/acts_as_talented/angularjs/app.js?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
30041
+
30042
+
30043
+ Started GET "/assets/acts_as_talented/angularjs/NotificationFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
30044
+
30045
+
30046
+ Started GET "/assets/acts_as_talented/templates/test.js?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
30047
+
30048
+
30049
+ Started GET "/assets/acts_as_talented/angularjs/TabsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
30050
+
30051
+
30052
+ Started GET "/assets/acts_as_talented/angularjs/ProfileController.js?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
30053
+
30054
+
30055
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersController.js?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
30056
+
30057
+
30058
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
30059
+
30060
+
30061
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
30062
+
30063
+
30064
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
30065
+
30066
+
30067
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchController.js?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
30068
+
30069
+
30070
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
30071
+
30072
+
30073
+ Started GET "/assets/acts_as_talented/templates/employers.js?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
30074
+
30075
+
30076
+ Started GET "/assets/acts_as_talented/templates/job_analytics.js?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
30077
+
30078
+
30079
+ Started GET "/assets/acts_as_talented/templates/my_applicants.detail.js?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
30080
+
30081
+
30082
+ Started GET "/assets/acts_as_talented/templates/my_applicants.js?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
30083
+
30084
+
30085
+ Started GET "/assets/acts_as_talented/templates/my_applicants.list.js?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
30086
+
30087
+
30088
+ Started GET "/assets/acts_as_talented/templates/my_jobs.js?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
30089
+
30090
+
30091
+ Started GET "/assets/acts_as_talented/templates/my_profile.js?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
30092
+
30093
+
30094
+ Started GET "/assets/acts_as_talented/templates/search_candidate.js?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
30095
+
30096
+
30097
+ Started GET "/assets/acts_as_talented/application.js?body=1" for 127.0.0.1 at 2014-10-28 16:22:54 +0530
30098
+
30099
+
30100
+ Started GET "/acts_as_talented" for 127.0.0.1 at 2014-10-28 16:23:44 +0530
30101
+ Processing by ActsAsTalented::DashboardController#index as HTML
30102
+ ActsAsTalented::Employer Load (1.2ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers" WHERE "acts_as_talented_employers"."id" = 13 ORDER BY "acts_as_talented_employers"."id" ASC LIMIT 1
30103
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/acts_as_talented/dashboard/index.html.erb within layouts/acts_as_talented/application (0.1ms)
30104
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/partials/_navbar_admin.html.erb (0.0ms)
30105
+ Completed 200 OK in 840ms (Views: 837.6ms | ActiveRecord: 1.2ms)
30106
+
30107
+
30108
+ Started GET "/assets/acts_as_talented/fonts.css?body=1" for 127.0.0.1 at 2014-10-28 16:23:45 +0530
30109
+
30110
+
30111
+ Started GET "/assets/acts_as_talented/main.css?body=1" for 127.0.0.1 at 2014-10-28 16:23:45 +0530
30112
+
30113
+
30114
+ Started GET "/assets/acts_as_talented/typography.css?body=1" for 127.0.0.1 at 2014-10-28 16:23:45 +0530
30115
+
30116
+
30117
+ Started GET "/assets/acts_as_talented/toastr.min.css?body=1" for 127.0.0.1 at 2014-10-28 16:23:45 +0530
30118
+
30119
+
30120
+ Started GET "/assets/acts_as_talented/banner.css?body=1" for 127.0.0.1 at 2014-10-28 16:23:45 +0530
30121
+
30122
+
30123
+ Started GET "/assets/acts_as_talented/login.css?body=1" for 127.0.0.1 at 2014-10-28 16:23:45 +0530
30124
+
30125
+
30126
+ Started GET "/assets/acts_as_talented/application.css?body=1" for 127.0.0.1 at 2014-10-28 16:23:45 +0530
30127
+
30128
+
30129
+ Started GET "/assets/acts_as_talented/applicants.css?body=1" for 127.0.0.1 at 2014-10-28 16:23:45 +0530
30130
+
30131
+
30132
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-28 16:23:45 +0530
30133
+
30134
+
30135
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-28 16:23:45 +0530
30136
+
30137
+
30138
+ Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-10-28 16:23:45 +0530
30139
+
30140
+
30141
+ Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-10-28 16:23:45 +0530
30142
+
30143
+
30144
+ Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-10-28 16:23:45 +0530
30145
+
30146
+
30147
+ Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-10-28 16:23:45 +0530
30148
+
30149
+
30150
+ Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-10-28 16:23:45 +0530
30151
+
30152
+
30153
+ Started GET "/assets/angular.js?body=1" for 127.0.0.1 at 2014-10-28 16:23:45 +0530
30154
+
30155
+
30156
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-10-28 16:23:45 +0530
30157
+
30158
+
30159
+ Started GET "/assets/angular-resource.js?body=1" for 127.0.0.1 at 2014-10-28 16:23:45 +0530
30160
+
30161
+
30162
+ Started GET "/assets/angular-route.js?body=1" for 127.0.0.1 at 2014-10-28 16:23:45 +0530
30163
+
30164
+
30165
+ Started GET "/assets/angular-rails-templates.js?body=1" for 127.0.0.1 at 2014-10-28 16:23:45 +0530
30166
+
30167
+
30168
+ Started GET "/assets/acts_as_talented/dependancies/angular-ui-router.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:23:45 +0530
30169
+
30170
+
30171
+ Started GET "/assets/acts_as_talented/dependancies/toastr.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:23:45 +0530
30172
+
30173
+
30174
+ Started GET "/assets/acts_as_talented/angularjs/app.js?body=1" for 127.0.0.1 at 2014-10-28 16:23:45 +0530
30175
+
30176
+
30177
+ Started GET "/assets/acts_as_talented/angularjs/NotificationFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:23:45 +0530
30178
+
30179
+
30180
+ Started GET "/assets/acts_as_talented/angularjs/TabsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:23:45 +0530
30181
+
30182
+
30183
+ Started GET "/assets/acts_as_talented/angularjs/ProfileController.js?body=1" for 127.0.0.1 at 2014-10-28 16:23:45 +0530
30184
+
30185
+
30186
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersController.js?body=1" for 127.0.0.1 at 2014-10-28 16:23:45 +0530
30187
+
30188
+
30189
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:23:45 +0530
30190
+
30191
+
30192
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:23:45 +0530
30193
+
30194
+
30195
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:23:45 +0530
30196
+
30197
+
30198
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchController.js?body=1" for 127.0.0.1 at 2014-10-28 16:23:45 +0530
30199
+
30200
+
30201
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:23:45 +0530
30202
+
30203
+
30204
+ Started GET "/assets/acts_as_talented/templates/employers.js?body=1" for 127.0.0.1 at 2014-10-28 16:23:45 +0530
30205
+
30206
+
30207
+ Started GET "/assets/acts_as_talented/templates/job_analytics.js?body=1" for 127.0.0.1 at 2014-10-28 16:23:45 +0530
30208
+
30209
+
30210
+ Started GET "/assets/acts_as_talented/templates/my_applicants.detail.js?body=1" for 127.0.0.1 at 2014-10-28 16:23:45 +0530
30211
+
30212
+
30213
+ Started GET "/assets/acts_as_talented/templates/my_applicants.js?body=1" for 127.0.0.1 at 2014-10-28 16:23:45 +0530
30214
+
30215
+
30216
+ Started GET "/assets/acts_as_talented/templates/my_applicants.list.js?body=1" for 127.0.0.1 at 2014-10-28 16:23:45 +0530
30217
+
30218
+
30219
+ Started GET "/assets/acts_as_talented/templates/my_jobs.js?body=1" for 127.0.0.1 at 2014-10-28 16:23:45 +0530
30220
+
30221
+
30222
+ Started GET "/assets/acts_as_talented/templates/my_profile.js?body=1" for 127.0.0.1 at 2014-10-28 16:23:45 +0530
30223
+
30224
+
30225
+ Started GET "/assets/acts_as_talented/templates/search_candidate.js?body=1" for 127.0.0.1 at 2014-10-28 16:23:46 +0530
30226
+
30227
+
30228
+ Started GET "/assets/acts_as_talented/templates/test.js?body=1" for 127.0.0.1 at 2014-10-28 16:23:46 +0530
30229
+
30230
+
30231
+ Started GET "/assets/acts_as_talented/application.js?body=1" for 127.0.0.1 at 2014-10-28 16:23:46 +0530
30232
+
30233
+
30234
+ Started GET "/acts_as_talented" for 127.0.0.1 at 2014-10-28 16:25:02 +0530
30235
+ Processing by ActsAsTalented::DashboardController#index as HTML
30236
+ ActsAsTalented::Employer Load (0.7ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers" WHERE "acts_as_talented_employers"."id" = 13 ORDER BY "acts_as_talented_employers"."id" ASC LIMIT 1
30237
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/acts_as_talented/dashboard/index.html.erb within layouts/acts_as_talented/application (0.0ms)
30238
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/partials/_navbar_admin.html.erb (0.0ms)
30239
+ Completed 200 OK in 818ms (Views: 816.2ms | ActiveRecord: 0.7ms)
30240
+
30241
+
30242
+ Started GET "/assets/acts_as_talented/fonts.css?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30243
+
30244
+
30245
+ Started GET "/assets/acts_as_talented/login.css?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30246
+
30247
+
30248
+ Started GET "/assets/acts_as_talented/typography.css?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30249
+
30250
+
30251
+ Started GET "/assets/acts_as_talented/main.css?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30252
+
30253
+
30254
+ Started GET "/assets/acts_as_talented/banner.css?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30255
+
30256
+
30257
+ Started GET "/assets/acts_as_talented/toastr.min.css?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30258
+
30259
+
30260
+ Started GET "/assets/acts_as_talented/applicants.css?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30261
+
30262
+
30263
+ Started GET "/assets/acts_as_talented/application.css?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30264
+
30265
+
30266
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30267
+
30268
+
30269
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30270
+
30271
+
30272
+ Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30273
+
30274
+
30275
+ Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30276
+
30277
+
30278
+ Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30279
+
30280
+
30281
+ Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30282
+
30283
+
30284
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30285
+
30286
+
30287
+ Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30288
+
30289
+
30290
+ Started GET "/assets/angular.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30291
+
30292
+
30293
+ Started GET "/assets/angular-resource.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30294
+
30295
+
30296
+ Started GET "/assets/angular-route.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30297
+
30298
+
30299
+ Started GET "/assets/angular-rails-templates.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30300
+
30301
+
30302
+ Started GET "/assets/acts_as_talented/dependancies/angular-ui-router.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30303
+
30304
+
30305
+ Started GET "/assets/acts_as_talented/dependancies/toastr.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30306
+
30307
+
30308
+ Started GET "/assets/acts_as_talented/angularjs/app.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30309
+
30310
+
30311
+ Started GET "/assets/acts_as_talented/angularjs/NotificationFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30312
+
30313
+
30314
+ Started GET "/assets/acts_as_talented/angularjs/TabsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30315
+
30316
+
30317
+ Started GET "/assets/acts_as_talented/angularjs/ProfileController.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30318
+
30319
+
30320
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersController.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30321
+
30322
+
30323
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30324
+
30325
+
30326
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30327
+
30328
+
30329
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30330
+
30331
+
30332
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchController.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30333
+
30334
+
30335
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30336
+
30337
+
30338
+ Started GET "/assets/acts_as_talented/templates/employers.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30339
+
30340
+
30341
+ Started GET "/assets/acts_as_talented/templates/job_analytics.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30342
+
30343
+
30344
+ Started GET "/assets/acts_as_talented/templates/my_applicants.detail.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30345
+
30346
+
30347
+ Started GET "/assets/acts_as_talented/templates/my_applicants.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30348
+
30349
+
30350
+ Started GET "/assets/acts_as_talented/templates/my_applicants.list.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30351
+
30352
+
30353
+ Started GET "/assets/acts_as_talented/templates/my_jobs.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30354
+
30355
+
30356
+ Started GET "/assets/acts_as_talented/templates/my_profile.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30357
+
30358
+
30359
+ Started GET "/assets/acts_as_talented/templates/search_candidate.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30360
+
30361
+
30362
+ Started GET "/assets/acts_as_talented/templates/test.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30363
+
30364
+
30365
+ Started GET "/assets/acts_as_talented/application.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:03 +0530
30366
+
30367
+
30368
+ Started GET "/acts_as_talented" for 127.0.0.1 at 2014-10-28 16:25:32 +0530
30369
+ Processing by ActsAsTalented::DashboardController#index as HTML
30370
+ ActsAsTalented::Employer Load (1.3ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers" WHERE "acts_as_talented_employers"."id" = 13 ORDER BY "acts_as_talented_employers"."id" ASC LIMIT 1
30371
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/acts_as_talented/dashboard/index.html.erb within layouts/acts_as_talented/application (0.0ms)
30372
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/partials/_navbar_admin.html.erb (0.0ms)
30373
+ Completed 200 OK in 873ms (Views: 869.8ms | ActiveRecord: 1.3ms)
30374
+
30375
+
30376
+ Started GET "/assets/acts_as_talented/main.css?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30377
+
30378
+
30379
+ Started GET "/assets/acts_as_talented/typography.css?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30380
+
30381
+
30382
+ Started GET "/assets/acts_as_talented/fonts.css?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30383
+
30384
+
30385
+ Started GET "/assets/acts_as_talented/banner.css?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30386
+
30387
+
30388
+ Started GET "/assets/acts_as_talented/toastr.min.css?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30389
+
30390
+
30391
+ Started GET "/assets/acts_as_talented/applicants.css?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30392
+
30393
+
30394
+ Started GET "/assets/acts_as_talented/login.css?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30395
+
30396
+
30397
+ Started GET "/assets/acts_as_talented/application.css?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30398
+
30399
+
30400
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30401
+
30402
+
30403
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30404
+
30405
+
30406
+ Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30407
+
30408
+
30409
+ Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30410
+
30411
+
30412
+ Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30413
+
30414
+
30415
+ Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30416
+
30417
+
30418
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30419
+
30420
+
30421
+ Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30422
+
30423
+
30424
+ Started GET "/assets/angular.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30425
+
30426
+
30427
+ Started GET "/assets/angular-resource.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30428
+
30429
+
30430
+ Started GET "/assets/angular-route.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30431
+
30432
+
30433
+ Started GET "/assets/angular-rails-templates.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30434
+
30435
+
30436
+ Started GET "/assets/acts_as_talented/dependancies/angular-ui-router.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30437
+
30438
+
30439
+ Started GET "/assets/acts_as_talented/dependancies/toastr.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30440
+
30441
+
30442
+ Started GET "/assets/acts_as_talented/angularjs/app.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30443
+
30444
+
30445
+ Started GET "/assets/acts_as_talented/angularjs/NotificationFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30446
+
30447
+
30448
+ Started GET "/assets/acts_as_talented/angularjs/TabsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30449
+
30450
+
30451
+ Started GET "/assets/acts_as_talented/angularjs/ProfileController.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30452
+
30453
+
30454
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersController.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30455
+
30456
+
30457
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30458
+
30459
+
30460
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30461
+
30462
+
30463
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30464
+
30465
+
30466
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchController.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30467
+
30468
+
30469
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30470
+
30471
+
30472
+ Started GET "/assets/acts_as_talented/templates/employers.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30473
+
30474
+
30475
+ Started GET "/assets/acts_as_talented/templates/job_analytics.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30476
+
30477
+
30478
+ Started GET "/assets/acts_as_talented/templates/my_applicants.detail.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30479
+
30480
+
30481
+ Started GET "/assets/acts_as_talented/templates/my_applicants.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30482
+
30483
+
30484
+ Started GET "/assets/acts_as_talented/templates/my_applicants.list.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30485
+
30486
+
30487
+ Started GET "/assets/acts_as_talented/templates/my_jobs.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30488
+
30489
+
30490
+ Started GET "/assets/acts_as_talented/templates/my_profile.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30491
+
30492
+
30493
+ Started GET "/assets/acts_as_talented/templates/search_candidate.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30494
+
30495
+
30496
+ Started GET "/assets/acts_as_talented/templates/test.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30497
+
30498
+
30499
+ Started GET "/assets/acts_as_talented/application.js?body=1" for 127.0.0.1 at 2014-10-28 16:25:33 +0530
30500
+
30501
+
30502
+ Started GET "/acts_as_talented" for 127.0.0.1 at 2014-10-28 16:34:16 +0530
30503
+ Processing by ActsAsTalented::DashboardController#index as HTML
30504
+ ActsAsTalented::Employer Load (1.0ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers" WHERE "acts_as_talented_employers"."id" = 13 ORDER BY "acts_as_talented_employers"."id" ASC LIMIT 1
30505
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/acts_as_talented/dashboard/index.html.erb within layouts/acts_as_talented/application (0.0ms)
30506
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/partials/_navbar_admin.html.erb (0.0ms)
30507
+ Completed 200 OK in 943ms (Views: 940.2ms | ActiveRecord: 1.0ms)
30508
+
30509
+
30510
+ Started GET "/assets/acts_as_talented/fonts.css?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30511
+
30512
+
30513
+ Started GET "/assets/acts_as_talented/main.css?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30514
+
30515
+
30516
+ Started GET "/assets/acts_as_talented/banner.css?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30517
+
30518
+
30519
+ Started GET "/assets/acts_as_talented/toastr.min.css?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30520
+
30521
+
30522
+ Started GET "/assets/acts_as_talented/typography.css?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30523
+
30524
+
30525
+ Started GET "/assets/acts_as_talented/applicants.css?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30526
+
30527
+
30528
+ Started GET "/assets/acts_as_talented/application.css?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30529
+
30530
+
30531
+ Started GET "/assets/acts_as_talented/login.css?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30532
+
30533
+
30534
+ Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30535
+
30536
+
30537
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30538
+
30539
+
30540
+ Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30541
+
30542
+
30543
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30544
+
30545
+
30546
+ Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30547
+
30548
+
30549
+ Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30550
+
30551
+
30552
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30553
+
30554
+
30555
+ Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30556
+
30557
+
30558
+ Started GET "/assets/angular.js?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30559
+
30560
+
30561
+ Started GET "/assets/angular-resource.js?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30562
+
30563
+
30564
+ Started GET "/assets/angular-route.js?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30565
+
30566
+
30567
+ Started GET "/assets/angular-rails-templates.js?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30568
+
30569
+
30570
+ Started GET "/assets/acts_as_talented/dependancies/angular-ui-router.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30571
+
30572
+
30573
+ Started GET "/assets/acts_as_talented/dependancies/toastr.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30574
+
30575
+
30576
+ Started GET "/assets/acts_as_talented/angularjs/app.js?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30577
+
30578
+
30579
+ Started GET "/assets/acts_as_talented/angularjs/NotificationFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30580
+
30581
+
30582
+ Started GET "/assets/acts_as_talented/angularjs/TabsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30583
+
30584
+
30585
+ Started GET "/assets/acts_as_talented/angularjs/ProfileController.js?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30586
+
30587
+
30588
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30589
+
30590
+
30591
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersController.js?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30592
+
30593
+
30594
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30595
+
30596
+
30597
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchController.js?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30598
+
30599
+
30600
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30601
+
30602
+
30603
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30604
+
30605
+
30606
+ Started GET "/assets/acts_as_talented/templates/employers.js?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30607
+
30608
+
30609
+ Started GET "/assets/acts_as_talented/templates/job_analytics.js?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30610
+
30611
+
30612
+ Started GET "/assets/acts_as_talented/templates/my_applicants.detail.js?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30613
+
30614
+
30615
+ Started GET "/assets/acts_as_talented/templates/my_applicants.list.js?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30616
+
30617
+
30618
+ Started GET "/assets/acts_as_talented/templates/my_jobs.js?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30619
+
30620
+
30621
+ Started GET "/assets/acts_as_talented/templates/my_applicants.js?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30622
+
30623
+
30624
+ Started GET "/assets/acts_as_talented/templates/my_profile.js?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30625
+
30626
+
30627
+ Started GET "/assets/acts_as_talented/templates/search_candidate.js?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30628
+
30629
+
30630
+ Started GET "/assets/acts_as_talented/templates/test.js?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30631
+
30632
+
30633
+ Started GET "/assets/acts_as_talented/application.js?body=1" for 127.0.0.1 at 2014-10-28 16:34:17 +0530
30634
+
30635
+
30636
+ Started GET "/acts_as_talented" for 127.0.0.1 at 2014-10-28 16:35:30 +0530
30637
+ Processing by ActsAsTalented::DashboardController#index as HTML
30638
+ ActsAsTalented::Employer Load (0.7ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers" WHERE "acts_as_talented_employers"."id" = 13 ORDER BY "acts_as_talented_employers"."id" ASC LIMIT 1
30639
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/acts_as_talented/dashboard/index.html.erb within layouts/acts_as_talented/application (0.0ms)
30640
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/partials/_navbar_admin.html.erb (0.1ms)
30641
+ Completed 200 OK in 913ms (Views: 911.1ms | ActiveRecord: 0.7ms)
30642
+
30643
+
30644
+ Started GET "/assets/acts_as_talented/banner.css?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30645
+
30646
+
30647
+ Started GET "/assets/acts_as_talented/applicants.css?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30648
+
30649
+
30650
+ Started GET "/assets/acts_as_talented/toastr.min.css?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30651
+
30652
+
30653
+ Started GET "/assets/acts_as_talented/fonts.css?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30654
+
30655
+
30656
+ Started GET "/assets/acts_as_talented/login.css?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30657
+
30658
+
30659
+ Started GET "/assets/acts_as_talented/typography.css?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30660
+
30661
+
30662
+ Started GET "/assets/acts_as_talented/application.css?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30663
+
30664
+
30665
+ Started GET "/assets/acts_as_talented/main.css?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30666
+
30667
+
30668
+ Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30669
+
30670
+
30671
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30672
+
30673
+
30674
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30675
+
30676
+
30677
+ Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30678
+
30679
+
30680
+ Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30681
+
30682
+
30683
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30684
+
30685
+
30686
+ Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30687
+
30688
+
30689
+ Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30690
+
30691
+
30692
+ Started GET "/assets/angular.js?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30693
+
30694
+
30695
+ Started GET "/assets/angular-resource.js?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30696
+
30697
+
30698
+ Started GET "/assets/angular-route.js?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30699
+
30700
+
30701
+ Started GET "/assets/angular-rails-templates.js?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30702
+
30703
+
30704
+ Started GET "/assets/acts_as_talented/dependancies/angular-ui-router.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30705
+
30706
+
30707
+ Started GET "/assets/acts_as_talented/dependancies/toastr.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30708
+
30709
+
30710
+ Started GET "/assets/acts_as_talented/angularjs/app.js?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30711
+
30712
+
30713
+ Started GET "/assets/acts_as_talented/angularjs/NotificationFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30714
+
30715
+
30716
+ Started GET "/assets/acts_as_talented/angularjs/TabsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30717
+
30718
+
30719
+ Started GET "/assets/acts_as_talented/angularjs/ProfileController.js?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30720
+
30721
+
30722
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersController.js?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30723
+
30724
+
30725
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30726
+
30727
+
30728
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30729
+
30730
+
30731
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30732
+
30733
+
30734
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchController.js?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30735
+
30736
+
30737
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30738
+
30739
+
30740
+ Started GET "/assets/acts_as_talented/templates/employers.js?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30741
+
30742
+
30743
+ Started GET "/assets/acts_as_talented/templates/job_analytics.js?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30744
+
30745
+
30746
+ Started GET "/assets/acts_as_talented/templates/my_applicants.detail.js?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30747
+
30748
+
30749
+ Started GET "/assets/acts_as_talented/templates/my_applicants.list.js?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30750
+
30751
+
30752
+ Started GET "/assets/acts_as_talented/templates/my_jobs.js?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30753
+
30754
+
30755
+ Started GET "/assets/acts_as_talented/templates/my_profile.js?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30756
+
30757
+
30758
+ Started GET "/assets/acts_as_talented/templates/my_applicants.js?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30759
+
30760
+
30761
+ Started GET "/assets/acts_as_talented/templates/search_candidate.js?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30762
+
30763
+
30764
+ Started GET "/assets/acts_as_talented/templates/test.js?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30765
+
30766
+
30767
+ Started GET "/assets/acts_as_talented/application.js?body=1" for 127.0.0.1 at 2014-10-28 16:35:32 +0530
30768
+
30769
+
30770
+ Started GET "/acts_as_talented" for 127.0.0.1 at 2014-10-28 16:45:46 +0530
30771
+ Processing by ActsAsTalented::DashboardController#index as HTML
30772
+ ActsAsTalented::Employer Load (1.0ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers" WHERE "acts_as_talented_employers"."id" = 13 ORDER BY "acts_as_talented_employers"."id" ASC LIMIT 1
30773
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/acts_as_talented/dashboard/index.html.erb within layouts/acts_as_talented/application (0.1ms)
30774
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/partials/_navbar_admin.html.erb (0.1ms)
30775
+ Completed 200 OK in 944ms (Views: 941.0ms | ActiveRecord: 1.0ms)
30776
+
30777
+
30778
+ Started GET "/assets/acts_as_talented/fonts.css?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30779
+
30780
+
30781
+ Started GET "/assets/acts_as_talented/main.css?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30782
+
30783
+
30784
+ Started GET "/assets/acts_as_talented/banner.css?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30785
+
30786
+
30787
+ Started GET "/assets/acts_as_talented/typography.css?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30788
+
30789
+
30790
+ Started GET "/assets/acts_as_talented/login.css?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30791
+
30792
+
30793
+ Started GET "/assets/acts_as_talented/applicants.css?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30794
+
30795
+
30796
+ Started GET "/assets/acts_as_talented/toastr.min.css?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30797
+
30798
+
30799
+ Started GET "/assets/acts_as_talented/application.css?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30800
+
30801
+
30802
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30803
+
30804
+
30805
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30806
+
30807
+
30808
+ Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30809
+
30810
+
30811
+ Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30812
+
30813
+
30814
+ Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30815
+
30816
+
30817
+ Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30818
+
30819
+
30820
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30821
+
30822
+
30823
+ Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30824
+
30825
+
30826
+ Started GET "/assets/angular-resource.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30827
+
30828
+
30829
+ Started GET "/assets/angular.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30830
+
30831
+
30832
+ Started GET "/assets/angular-route.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30833
+
30834
+
30835
+ Started GET "/assets/angular-rails-templates.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30836
+
30837
+
30838
+ Started GET "/assets/acts_as_talented/dependancies/angular-ui-router.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30839
+
30840
+
30841
+ Started GET "/assets/acts_as_talented/dependancies/toastr.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30842
+
30843
+
30844
+ Started GET "/assets/acts_as_talented/angularjs/app.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30845
+
30846
+
30847
+ Started GET "/assets/acts_as_talented/angularjs/NotificationFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30848
+
30849
+
30850
+ Started GET "/assets/acts_as_talented/angularjs/TabsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30851
+
30852
+
30853
+ Started GET "/assets/acts_as_talented/angularjs/ProfileController.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30854
+
30855
+
30856
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersController.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30857
+
30858
+
30859
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30860
+
30861
+
30862
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30863
+
30864
+
30865
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30866
+
30867
+
30868
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchController.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30869
+
30870
+
30871
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30872
+
30873
+
30874
+ Started GET "/assets/acts_as_talented/templates/employers.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30875
+
30876
+
30877
+ Started GET "/assets/acts_as_talented/templates/job_analytics.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30878
+
30879
+
30880
+ Started GET "/assets/acts_as_talented/templates/my_applicants.detail.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30881
+
30882
+
30883
+ Started GET "/assets/acts_as_talented/templates/my_applicants.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30884
+
30885
+
30886
+ Started GET "/assets/acts_as_talented/templates/my_applicants.list.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30887
+
30888
+
30889
+ Started GET "/assets/acts_as_talented/templates/my_jobs.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30890
+
30891
+
30892
+ Started GET "/assets/acts_as_talented/templates/my_profile.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30893
+
30894
+
30895
+ Started GET "/assets/acts_as_talented/templates/search_candidate.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30896
+
30897
+
30898
+ Started GET "/assets/acts_as_talented/templates/test.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30899
+
30900
+
30901
+ Started GET "/assets/acts_as_talented/application.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:48 +0530
30902
+
30903
+
30904
+ Started GET "/acts_as_talented" for 127.0.0.1 at 2014-10-28 16:45:54 +0530
30905
+ Processing by ActsAsTalented::DashboardController#index as HTML
30906
+ ActsAsTalented::Employer Load (0.7ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers" WHERE "acts_as_talented_employers"."id" = 13 ORDER BY "acts_as_talented_employers"."id" ASC LIMIT 1
30907
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/acts_as_talented/dashboard/index.html.erb within layouts/acts_as_talented/application (0.1ms)
30908
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/partials/_navbar_admin.html.erb (0.0ms)
30909
+ Completed 200 OK in 822ms (Views: 820.2ms | ActiveRecord: 0.7ms)
30910
+
30911
+
30912
+ Started GET "/assets/acts_as_talented/fonts.css?body=1" for 127.0.0.1 at 2014-10-28 16:45:55 +0530
30913
+
30914
+
30915
+ Started GET "/assets/acts_as_talented/typography.css?body=1" for 127.0.0.1 at 2014-10-28 16:45:55 +0530
30916
+
30917
+
30918
+ Started GET "/assets/acts_as_talented/main.css?body=1" for 127.0.0.1 at 2014-10-28 16:45:55 +0530
30919
+
30920
+
30921
+ Started GET "/assets/acts_as_talented/banner.css?body=1" for 127.0.0.1 at 2014-10-28 16:45:55 +0530
30922
+
30923
+
30924
+ Started GET "/assets/acts_as_talented/login.css?body=1" for 127.0.0.1 at 2014-10-28 16:45:55 +0530
30925
+
30926
+
30927
+ Started GET "/assets/acts_as_talented/toastr.min.css?body=1" for 127.0.0.1 at 2014-10-28 16:45:55 +0530
30928
+
30929
+
30930
+ Started GET "/assets/acts_as_talented/applicants.css?body=1" for 127.0.0.1 at 2014-10-28 16:45:56 +0530
30931
+
30932
+
30933
+ Started GET "/assets/acts_as_talented/application.css?body=1" for 127.0.0.1 at 2014-10-28 16:45:56 +0530
30934
+
30935
+
30936
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:56 +0530
30937
+
30938
+
30939
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:56 +0530
30940
+
30941
+
30942
+ Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:56 +0530
30943
+
30944
+
30945
+ Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:56 +0530
30946
+
30947
+
30948
+ Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:56 +0530
30949
+
30950
+
30951
+ Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:56 +0530
30952
+
30953
+
30954
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:56 +0530
30955
+
30956
+
30957
+ Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:56 +0530
30958
+
30959
+
30960
+ Started GET "/assets/angular.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:56 +0530
30961
+
30962
+
30963
+ Started GET "/assets/angular-resource.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:56 +0530
30964
+
30965
+
30966
+ Started GET "/assets/angular-route.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:56 +0530
30967
+
30968
+
30969
+ Started GET "/assets/angular-rails-templates.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:56 +0530
30970
+
30971
+
30972
+ Started GET "/assets/acts_as_talented/dependancies/angular-ui-router.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:56 +0530
30973
+
30974
+
30975
+ Started GET "/assets/acts_as_talented/dependancies/toastr.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:56 +0530
30976
+
30977
+
30978
+ Started GET "/assets/acts_as_talented/angularjs/app.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:56 +0530
30979
+
30980
+
30981
+ Started GET "/assets/acts_as_talented/angularjs/NotificationFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:56 +0530
30982
+
30983
+
30984
+ Started GET "/assets/acts_as_talented/angularjs/TabsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:56 +0530
30985
+
30986
+
30987
+ Started GET "/assets/acts_as_talented/angularjs/ProfileController.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:56 +0530
30988
+
30989
+
30990
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersController.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:56 +0530
30991
+
30992
+
30993
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:56 +0530
30994
+
30995
+
30996
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:56 +0530
30997
+
30998
+
30999
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:56 +0530
31000
+
31001
+
31002
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchController.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:56 +0530
31003
+
31004
+
31005
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:56 +0530
31006
+
31007
+
31008
+ Started GET "/assets/acts_as_talented/templates/employers.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:56 +0530
31009
+
31010
+
31011
+ Started GET "/assets/acts_as_talented/templates/job_analytics.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:56 +0530
31012
+
31013
+
31014
+ Started GET "/assets/acts_as_talented/templates/my_applicants.detail.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:56 +0530
31015
+
31016
+
31017
+ Started GET "/assets/acts_as_talented/templates/my_applicants.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:56 +0530
31018
+
31019
+
31020
+ Started GET "/assets/acts_as_talented/templates/my_applicants.list.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:56 +0530
31021
+
31022
+
31023
+ Started GET "/assets/acts_as_talented/templates/my_jobs.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:56 +0530
31024
+
31025
+
31026
+ Started GET "/assets/acts_as_talented/templates/my_profile.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:56 +0530
31027
+
31028
+
31029
+ Started GET "/assets/acts_as_talented/templates/search_candidate.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:56 +0530
31030
+
31031
+
31032
+ Started GET "/assets/acts_as_talented/templates/test.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:56 +0530
31033
+
31034
+
31035
+ Started GET "/assets/acts_as_talented/application.js?body=1" for 127.0.0.1 at 2014-10-28 16:45:56 +0530
31036
+
31037
+
31038
+ Started GET "/acts_as_talented" for 127.0.0.1 at 2014-10-28 16:46:33 +0530
31039
+ Processing by ActsAsTalented::DashboardController#index as HTML
31040
+ ActsAsTalented::Employer Load (0.7ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers" WHERE "acts_as_talented_employers"."id" = 13 ORDER BY "acts_as_talented_employers"."id" ASC LIMIT 1
31041
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/acts_as_talented/dashboard/index.html.erb within layouts/acts_as_talented/application (0.1ms)
31042
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/partials/_navbar_admin.html.erb (0.0ms)
31043
+ Completed 200 OK in 832ms (Views: 830.2ms | ActiveRecord: 0.7ms)
31044
+
31045
+
31046
+ Started GET "/assets/acts_as_talented/fonts.css?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31047
+
31048
+
31049
+ Started GET "/assets/acts_as_talented/banner.css?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31050
+
31051
+
31052
+ Started GET "/assets/acts_as_talented/main.css?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31053
+
31054
+
31055
+ Started GET "/assets/acts_as_talented/typography.css?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31056
+
31057
+
31058
+ Started GET "/assets/acts_as_talented/login.css?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31059
+
31060
+
31061
+ Started GET "/assets/acts_as_talented/applicants.css?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31062
+
31063
+
31064
+ Started GET "/assets/acts_as_talented/toastr.min.css?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31065
+
31066
+
31067
+ Started GET "/assets/acts_as_talented/application.css?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31068
+
31069
+
31070
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31071
+
31072
+
31073
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31074
+
31075
+
31076
+ Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31077
+
31078
+
31079
+ Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31080
+
31081
+
31082
+ Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31083
+
31084
+
31085
+ Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31086
+
31087
+
31088
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31089
+
31090
+
31091
+ Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31092
+
31093
+
31094
+ Started GET "/assets/angular.js?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31095
+
31096
+
31097
+ Started GET "/assets/angular-resource.js?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31098
+
31099
+
31100
+ Started GET "/assets/angular-route.js?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31101
+
31102
+
31103
+ Started GET "/assets/angular-rails-templates.js?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31104
+
31105
+
31106
+ Started GET "/assets/acts_as_talented/dependancies/angular-ui-router.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31107
+
31108
+
31109
+ Started GET "/assets/acts_as_talented/dependancies/toastr.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31110
+
31111
+
31112
+ Started GET "/assets/acts_as_talented/angularjs/app.js?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31113
+
31114
+
31115
+ Started GET "/assets/acts_as_talented/angularjs/NotificationFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31116
+
31117
+
31118
+ Started GET "/assets/acts_as_talented/angularjs/TabsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31119
+
31120
+
31121
+ Started GET "/assets/acts_as_talented/angularjs/ProfileController.js?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31122
+
31123
+
31124
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersController.js?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31125
+
31126
+
31127
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31128
+
31129
+
31130
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31131
+
31132
+
31133
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31134
+
31135
+
31136
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchController.js?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31137
+
31138
+
31139
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31140
+
31141
+
31142
+ Started GET "/assets/acts_as_talented/templates/employers.js?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31143
+
31144
+
31145
+ Started GET "/assets/acts_as_talented/templates/job_analytics.js?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31146
+
31147
+
31148
+ Started GET "/assets/acts_as_talented/templates/my_applicants.detail.js?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31149
+
31150
+
31151
+ Started GET "/assets/acts_as_talented/templates/my_applicants.js?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31152
+
31153
+
31154
+ Started GET "/assets/acts_as_talented/templates/my_applicants.list.js?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31155
+
31156
+
31157
+ Started GET "/assets/acts_as_talented/templates/my_jobs.js?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31158
+
31159
+
31160
+ Started GET "/assets/acts_as_talented/templates/my_profile.js?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31161
+
31162
+
31163
+ Started GET "/assets/acts_as_talented/templates/search_candidate.js?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31164
+
31165
+
31166
+ Started GET "/assets/acts_as_talented/templates/test.js?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31167
+
31168
+
31169
+ Started GET "/assets/acts_as_talented/application.js?body=1" for 127.0.0.1 at 2014-10-28 16:46:34 +0530
31170
+
31171
+
31172
+ Started GET "/acts_as_talented" for 127.0.0.1 at 2014-10-28 16:47:03 +0530
31173
+ Processing by ActsAsTalented::DashboardController#index as HTML
31174
+ ActsAsTalented::Employer Load (0.7ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers" WHERE "acts_as_talented_employers"."id" = 13 ORDER BY "acts_as_talented_employers"."id" ASC LIMIT 1
31175
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/acts_as_talented/dashboard/index.html.erb within layouts/acts_as_talented/application (0.1ms)
31176
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/partials/_navbar_admin.html.erb (0.0ms)
31177
+ Completed 200 OK in 850ms (Views: 848.5ms | ActiveRecord: 0.7ms)
31178
+
31179
+
31180
+ Started GET "/assets/acts_as_talented/fonts.css?body=1" for 127.0.0.1 at 2014-10-28 16:47:04 +0530
31181
+
31182
+
31183
+ Started GET "/assets/acts_as_talented/main.css?body=1" for 127.0.0.1 at 2014-10-28 16:47:05 +0530
31184
+
31185
+
31186
+ Started GET "/assets/acts_as_talented/login.css?body=1" for 127.0.0.1 at 2014-10-28 16:47:05 +0530
31187
+
31188
+
31189
+ Started GET "/assets/acts_as_talented/toastr.min.css?body=1" for 127.0.0.1 at 2014-10-28 16:47:05 +0530
31190
+
31191
+
31192
+ Started GET "/assets/acts_as_talented/banner.css?body=1" for 127.0.0.1 at 2014-10-28 16:47:05 +0530
31193
+
31194
+
31195
+ Started GET "/assets/acts_as_talented/typography.css?body=1" for 127.0.0.1 at 2014-10-28 16:47:05 +0530
31196
+
31197
+
31198
+ Started GET "/assets/acts_as_talented/applicants.css?body=1" for 127.0.0.1 at 2014-10-28 16:47:05 +0530
31199
+
31200
+
31201
+ Started GET "/assets/acts_as_talented/application.css?body=1" for 127.0.0.1 at 2014-10-28 16:47:05 +0530
31202
+
31203
+
31204
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-28 16:47:05 +0530
31205
+
31206
+
31207
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-28 16:47:05 +0530
31208
+
31209
+
31210
+ Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-10-28 16:47:05 +0530
31211
+
31212
+
31213
+ Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-10-28 16:47:05 +0530
31214
+
31215
+
31216
+ Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-10-28 16:47:05 +0530
31217
+
31218
+
31219
+ Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-10-28 16:47:05 +0530
31220
+
31221
+
31222
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-10-28 16:47:05 +0530
31223
+
31224
+
31225
+ Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-10-28 16:47:05 +0530
31226
+
31227
+
31228
+ Started GET "/assets/angular.js?body=1" for 127.0.0.1 at 2014-10-28 16:47:05 +0530
31229
+
31230
+
31231
+ Started GET "/assets/angular-resource.js?body=1" for 127.0.0.1 at 2014-10-28 16:47:05 +0530
31232
+
31233
+
31234
+ Started GET "/assets/angular-route.js?body=1" for 127.0.0.1 at 2014-10-28 16:47:05 +0530
31235
+
31236
+
31237
+ Started GET "/assets/angular-rails-templates.js?body=1" for 127.0.0.1 at 2014-10-28 16:47:05 +0530
31238
+
31239
+
31240
+ Started GET "/assets/acts_as_talented/dependancies/angular-ui-router.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:47:05 +0530
31241
+
31242
+
31243
+ Started GET "/assets/acts_as_talented/dependancies/toastr.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:47:05 +0530
31244
+
31245
+
31246
+ Started GET "/assets/acts_as_talented/angularjs/app.js?body=1" for 127.0.0.1 at 2014-10-28 16:47:05 +0530
31247
+
31248
+
31249
+ Started GET "/assets/acts_as_talented/angularjs/NotificationFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:47:05 +0530
31250
+
31251
+
31252
+ Started GET "/assets/acts_as_talented/angularjs/TabsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:47:05 +0530
31253
+
31254
+
31255
+ Started GET "/assets/acts_as_talented/angularjs/ProfileController.js?body=1" for 127.0.0.1 at 2014-10-28 16:47:05 +0530
31256
+
31257
+
31258
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersController.js?body=1" for 127.0.0.1 at 2014-10-28 16:47:05 +0530
31259
+
31260
+
31261
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:47:05 +0530
31262
+
31263
+
31264
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:47:05 +0530
31265
+
31266
+
31267
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:47:05 +0530
31268
+
31269
+
31270
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchController.js?body=1" for 127.0.0.1 at 2014-10-28 16:47:05 +0530
31271
+
31272
+
31273
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:47:05 +0530
31274
+
31275
+
31276
+ Started GET "/assets/acts_as_talented/templates/employers.js?body=1" for 127.0.0.1 at 2014-10-28 16:47:05 +0530
31277
+
31278
+
31279
+ Started GET "/assets/acts_as_talented/templates/job_analytics.js?body=1" for 127.0.0.1 at 2014-10-28 16:47:05 +0530
31280
+
31281
+
31282
+ Started GET "/assets/acts_as_talented/templates/my_applicants.detail.js?body=1" for 127.0.0.1 at 2014-10-28 16:47:05 +0530
31283
+
31284
+
31285
+ Started GET "/assets/acts_as_talented/templates/my_applicants.js?body=1" for 127.0.0.1 at 2014-10-28 16:47:05 +0530
31286
+
31287
+
31288
+ Started GET "/assets/acts_as_talented/templates/my_applicants.list.js?body=1" for 127.0.0.1 at 2014-10-28 16:47:05 +0530
31289
+
31290
+
31291
+ Started GET "/assets/acts_as_talented/templates/my_jobs.js?body=1" for 127.0.0.1 at 2014-10-28 16:47:05 +0530
31292
+
31293
+
31294
+ Started GET "/assets/acts_as_talented/templates/my_profile.js?body=1" for 127.0.0.1 at 2014-10-28 16:47:05 +0530
31295
+
31296
+
31297
+ Started GET "/assets/acts_as_talented/templates/search_candidate.js?body=1" for 127.0.0.1 at 2014-10-28 16:47:05 +0530
31298
+
31299
+
31300
+ Started GET "/assets/acts_as_talented/templates/test.js?body=1" for 127.0.0.1 at 2014-10-28 16:47:05 +0530
31301
+
31302
+
31303
+ Started GET "/assets/acts_as_talented/application.js?body=1" for 127.0.0.1 at 2014-10-28 16:47:05 +0530
31304
+
31305
+
31306
+ Started GET "/acts_as_talented" for 127.0.0.1 at 2014-10-28 16:48:11 +0530
31307
+ Processing by ActsAsTalented::DashboardController#index as HTML
31308
+ ActsAsTalented::Employer Load (0.8ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers" WHERE "acts_as_talented_employers"."id" = 13 ORDER BY "acts_as_talented_employers"."id" ASC LIMIT 1
31309
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/acts_as_talented/dashboard/index.html.erb within layouts/acts_as_talented/application (0.0ms)
31310
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/partials/_navbar_admin.html.erb (0.0ms)
31311
+ Completed 200 OK in 823ms (Views: 821.0ms | ActiveRecord: 0.8ms)
31312
+
31313
+
31314
+ Started GET "/assets/acts_as_talented/fonts.css?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31315
+
31316
+
31317
+ Started GET "/assets/acts_as_talented/main.css?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31318
+
31319
+
31320
+ Started GET "/assets/acts_as_talented/login.css?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31321
+
31322
+
31323
+ Started GET "/assets/acts_as_talented/banner.css?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31324
+
31325
+
31326
+ Started GET "/assets/acts_as_talented/toastr.min.css?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31327
+
31328
+
31329
+ Started GET "/assets/acts_as_talented/typography.css?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31330
+
31331
+
31332
+ Started GET "/assets/acts_as_talented/applicants.css?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31333
+
31334
+
31335
+ Started GET "/assets/acts_as_talented/application.css?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31336
+
31337
+
31338
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31339
+
31340
+
31341
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31342
+
31343
+
31344
+ Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31345
+
31346
+
31347
+ Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31348
+
31349
+
31350
+ Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31351
+
31352
+
31353
+ Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31354
+
31355
+
31356
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31357
+
31358
+
31359
+ Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31360
+
31361
+
31362
+ Started GET "/assets/angular.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31363
+
31364
+
31365
+ Started GET "/assets/angular-resource.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31366
+
31367
+
31368
+ Started GET "/assets/angular-route.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31369
+
31370
+
31371
+ Started GET "/assets/angular-rails-templates.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31372
+
31373
+
31374
+ Started GET "/assets/acts_as_talented/dependancies/angular-ui-router.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31375
+
31376
+
31377
+ Started GET "/assets/acts_as_talented/dependancies/toastr.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31378
+
31379
+
31380
+ Started GET "/assets/acts_as_talented/angularjs/app.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31381
+
31382
+
31383
+ Started GET "/assets/acts_as_talented/angularjs/NotificationFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31384
+
31385
+
31386
+ Started GET "/assets/acts_as_talented/angularjs/TabsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31387
+
31388
+
31389
+ Started GET "/assets/acts_as_talented/angularjs/ProfileController.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31390
+
31391
+
31392
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersController.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31393
+
31394
+
31395
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31396
+
31397
+
31398
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31399
+
31400
+
31401
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31402
+
31403
+
31404
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchController.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31405
+
31406
+
31407
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31408
+
31409
+
31410
+ Started GET "/assets/acts_as_talented/templates/employers.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31411
+
31412
+
31413
+ Started GET "/assets/acts_as_talented/templates/job_analytics.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31414
+
31415
+
31416
+ Started GET "/assets/acts_as_talented/templates/my_applicants.detail.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31417
+
31418
+
31419
+ Started GET "/assets/acts_as_talented/templates/my_applicants.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31420
+
31421
+
31422
+ Started GET "/assets/acts_as_talented/templates/my_applicants.list.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31423
+
31424
+
31425
+ Started GET "/assets/acts_as_talented/templates/my_jobs.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31426
+
31427
+
31428
+ Started GET "/assets/acts_as_talented/templates/my_profile.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31429
+
31430
+
31431
+ Started GET "/assets/acts_as_talented/templates/search_candidate.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31432
+
31433
+
31434
+ Started GET "/assets/acts_as_talented/templates/test.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31435
+
31436
+
31437
+ Started GET "/assets/acts_as_talented/application.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:13 +0530
31438
+
31439
+
31440
+ Started GET "/acts_as_talented" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31441
+ Processing by ActsAsTalented::DashboardController#index as HTML
31442
+ ActsAsTalented::Employer Load (0.7ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers" WHERE "acts_as_talented_employers"."id" = 13 ORDER BY "acts_as_talented_employers"."id" ASC LIMIT 1
31443
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/acts_as_talented/dashboard/index.html.erb within layouts/acts_as_talented/application (0.0ms)
31444
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/partials/_navbar_admin.html.erb (0.0ms)
31445
+ Completed 200 OK in 227ms (Views: 224.9ms | ActiveRecord: 0.7ms)
31446
+
31447
+
31448
+ Started GET "/assets/acts_as_talented/fonts.css?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31449
+
31450
+
31451
+ Started GET "/assets/acts_as_talented/toastr.min.css?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31452
+
31453
+
31454
+ Started GET "/assets/acts_as_talented/main.css?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31455
+
31456
+
31457
+ Started GET "/assets/acts_as_talented/typography.css?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31458
+
31459
+
31460
+ Started GET "/assets/acts_as_talented/login.css?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31461
+
31462
+
31463
+ Started GET "/assets/acts_as_talented/banner.css?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31464
+
31465
+
31466
+ Started GET "/assets/acts_as_talented/applicants.css?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31467
+
31468
+
31469
+ Started GET "/assets/acts_as_talented/application.css?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31470
+
31471
+
31472
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31473
+
31474
+
31475
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31476
+
31477
+
31478
+ Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31479
+
31480
+
31481
+ Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31482
+
31483
+
31484
+ Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31485
+
31486
+
31487
+ Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31488
+
31489
+
31490
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31491
+
31492
+
31493
+ Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31494
+
31495
+
31496
+ Started GET "/assets/angular.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31497
+
31498
+
31499
+ Started GET "/assets/angular-resource.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31500
+
31501
+
31502
+ Started GET "/assets/angular-route.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31503
+
31504
+
31505
+ Started GET "/assets/angular-rails-templates.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31506
+
31507
+
31508
+ Started GET "/assets/acts_as_talented/dependancies/angular-ui-router.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31509
+
31510
+
31511
+ Started GET "/assets/acts_as_talented/dependancies/toastr.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31512
+
31513
+
31514
+ Started GET "/assets/acts_as_talented/angularjs/NotificationFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31515
+
31516
+
31517
+ Started GET "/assets/acts_as_talented/angularjs/TabsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31518
+
31519
+
31520
+ Started GET "/assets/acts_as_talented/angularjs/app.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31521
+
31522
+
31523
+ Started GET "/assets/acts_as_talented/angularjs/ProfileController.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31524
+
31525
+
31526
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersController.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31527
+
31528
+
31529
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31530
+
31531
+
31532
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31533
+
31534
+
31535
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31536
+
31537
+
31538
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchController.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31539
+
31540
+
31541
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31542
+
31543
+
31544
+ Started GET "/assets/acts_as_talented/templates/employers.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31545
+
31546
+
31547
+ Started GET "/assets/acts_as_talented/templates/job_analytics.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31548
+
31549
+
31550
+ Started GET "/assets/acts_as_talented/templates/my_applicants.detail.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31551
+
31552
+
31553
+ Started GET "/assets/acts_as_talented/templates/my_applicants.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31554
+
31555
+
31556
+ Started GET "/assets/acts_as_talented/templates/my_applicants.list.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31557
+
31558
+
31559
+ Started GET "/assets/acts_as_talented/templates/my_jobs.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31560
+
31561
+
31562
+ Started GET "/assets/acts_as_talented/templates/my_profile.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31563
+
31564
+
31565
+ Started GET "/assets/acts_as_talented/templates/search_candidate.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31566
+
31567
+
31568
+ Started GET "/assets/acts_as_talented/templates/test.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31569
+
31570
+
31571
+ Started GET "/assets/acts_as_talented/application.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:33 +0530
31572
+
31573
+
31574
+ Started GET "/acts_as_talented" for 127.0.0.1 at 2014-10-28 16:48:57 +0530
31575
+ Processing by ActsAsTalented::DashboardController#index as HTML
31576
+ ActsAsTalented::Employer Load (0.7ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers" WHERE "acts_as_talented_employers"."id" = 13 ORDER BY "acts_as_talented_employers"."id" ASC LIMIT 1
31577
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/acts_as_talented/dashboard/index.html.erb within layouts/acts_as_talented/application (0.0ms)
31578
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/partials/_navbar_admin.html.erb (0.1ms)
31579
+ Completed 200 OK in 885ms (Views: 882.5ms | ActiveRecord: 0.7ms)
31580
+
31581
+
31582
+ Started GET "/assets/acts_as_talented/fonts.css?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31583
+
31584
+
31585
+ Started GET "/assets/acts_as_talented/main.css?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31586
+
31587
+
31588
+ Started GET "/assets/acts_as_talented/banner.css?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31589
+
31590
+
31591
+ Started GET "/assets/acts_as_talented/login.css?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31592
+
31593
+
31594
+ Started GET "/assets/acts_as_talented/toastr.min.css?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31595
+
31596
+
31597
+ Started GET "/assets/acts_as_talented/typography.css?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31598
+
31599
+
31600
+ Started GET "/assets/acts_as_talented/applicants.css?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31601
+
31602
+
31603
+ Started GET "/assets/acts_as_talented/application.css?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31604
+
31605
+
31606
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31607
+
31608
+
31609
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31610
+
31611
+
31612
+ Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31613
+
31614
+
31615
+ Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31616
+
31617
+
31618
+ Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31619
+
31620
+
31621
+ Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31622
+
31623
+
31624
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31625
+
31626
+
31627
+ Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31628
+
31629
+
31630
+ Started GET "/assets/angular.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31631
+
31632
+
31633
+ Started GET "/assets/angular-resource.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31634
+
31635
+
31636
+ Started GET "/assets/angular-route.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31637
+
31638
+
31639
+ Started GET "/assets/angular-rails-templates.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31640
+
31641
+
31642
+ Started GET "/assets/acts_as_talented/dependancies/angular-ui-router.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31643
+
31644
+
31645
+ Started GET "/assets/acts_as_talented/dependancies/toastr.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31646
+
31647
+
31648
+ Started GET "/assets/acts_as_talented/angularjs/app.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31649
+
31650
+
31651
+ Started GET "/assets/acts_as_talented/angularjs/NotificationFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31652
+
31653
+
31654
+ Started GET "/assets/acts_as_talented/angularjs/TabsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31655
+
31656
+
31657
+ Started GET "/assets/acts_as_talented/angularjs/ProfileController.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31658
+
31659
+
31660
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersController.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31661
+
31662
+
31663
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31664
+
31665
+
31666
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31667
+
31668
+
31669
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31670
+
31671
+
31672
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchController.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31673
+
31674
+
31675
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31676
+
31677
+
31678
+ Started GET "/assets/acts_as_talented/templates/employers.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31679
+
31680
+
31681
+ Started GET "/assets/acts_as_talented/templates/job_analytics.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31682
+
31683
+
31684
+ Started GET "/assets/acts_as_talented/templates/my_applicants.detail.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31685
+
31686
+
31687
+ Started GET "/assets/acts_as_talented/templates/my_applicants.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31688
+
31689
+
31690
+ Started GET "/assets/acts_as_talented/templates/my_applicants.list.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31691
+
31692
+
31693
+ Started GET "/assets/acts_as_talented/templates/my_jobs.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31694
+
31695
+
31696
+ Started GET "/assets/acts_as_talented/templates/my_profile.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31697
+
31698
+
31699
+ Started GET "/assets/acts_as_talented/templates/search_candidate.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31700
+
31701
+
31702
+ Started GET "/assets/acts_as_talented/templates/test.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31703
+
31704
+
31705
+ Started GET "/assets/acts_as_talented/application.js?body=1" for 127.0.0.1 at 2014-10-28 16:48:58 +0530
31706
+
31707
+
31708
+ Started GET "/acts_as_talented" for 127.0.0.1 at 2014-10-28 16:49:29 +0530
31709
+ Processing by ActsAsTalented::DashboardController#index as HTML
31710
+ ActsAsTalented::Employer Load (0.8ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers" WHERE "acts_as_talented_employers"."id" = 13 ORDER BY "acts_as_talented_employers"."id" ASC LIMIT 1
31711
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/acts_as_talented/dashboard/index.html.erb within layouts/acts_as_talented/application (0.0ms)
31712
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/partials/_navbar_admin.html.erb (0.0ms)
31713
+ Completed 200 OK in 849ms (Views: 846.7ms | ActiveRecord: 0.8ms)
31714
+
31715
+
31716
+ Started GET "/assets/acts_as_talented/fonts.css?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31717
+
31718
+
31719
+ Started GET "/assets/acts_as_talented/main.css?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31720
+
31721
+
31722
+ Started GET "/assets/acts_as_talented/banner.css?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31723
+
31724
+
31725
+ Started GET "/assets/acts_as_talented/typography.css?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31726
+
31727
+
31728
+ Started GET "/assets/acts_as_talented/login.css?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31729
+
31730
+
31731
+ Started GET "/assets/acts_as_talented/toastr.min.css?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31732
+
31733
+
31734
+ Started GET "/assets/acts_as_talented/applicants.css?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31735
+
31736
+
31737
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31738
+
31739
+
31740
+ Started GET "/assets/acts_as_talented/application.css?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31741
+
31742
+
31743
+ Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31744
+
31745
+
31746
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31747
+
31748
+
31749
+ Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31750
+
31751
+
31752
+ Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31753
+
31754
+
31755
+ Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31756
+
31757
+
31758
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31759
+
31760
+
31761
+ Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31762
+
31763
+
31764
+ Started GET "/assets/angular.js?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31765
+
31766
+
31767
+ Started GET "/assets/angular-resource.js?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31768
+
31769
+
31770
+ Started GET "/assets/angular-route.js?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31771
+
31772
+
31773
+ Started GET "/assets/angular-rails-templates.js?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31774
+
31775
+
31776
+ Started GET "/assets/acts_as_talented/dependancies/angular-ui-router.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31777
+
31778
+
31779
+ Started GET "/assets/acts_as_talented/dependancies/toastr.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31780
+
31781
+
31782
+ Started GET "/assets/acts_as_talented/angularjs/app.js?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31783
+
31784
+
31785
+ Started GET "/assets/acts_as_talented/angularjs/NotificationFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31786
+
31787
+
31788
+ Started GET "/assets/acts_as_talented/angularjs/TabsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31789
+
31790
+
31791
+ Started GET "/assets/acts_as_talented/angularjs/ProfileController.js?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31792
+
31793
+
31794
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersController.js?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31795
+
31796
+
31797
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31798
+
31799
+
31800
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31801
+
31802
+
31803
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31804
+
31805
+
31806
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchController.js?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31807
+
31808
+
31809
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31810
+
31811
+
31812
+ Started GET "/assets/acts_as_talented/templates/employers.js?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31813
+
31814
+
31815
+ Started GET "/assets/acts_as_talented/templates/job_analytics.js?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31816
+
31817
+
31818
+ Started GET "/assets/acts_as_talented/templates/my_applicants.detail.js?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31819
+
31820
+
31821
+ Started GET "/assets/acts_as_talented/templates/my_applicants.js?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31822
+
31823
+
31824
+ Started GET "/assets/acts_as_talented/templates/my_applicants.list.js?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31825
+
31826
+
31827
+ Started GET "/assets/acts_as_talented/templates/my_jobs.js?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31828
+
31829
+
31830
+ Started GET "/assets/acts_as_talented/templates/my_profile.js?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31831
+
31832
+
31833
+ Started GET "/assets/acts_as_talented/templates/search_candidate.js?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31834
+
31835
+
31836
+ Started GET "/assets/acts_as_talented/templates/test.js?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31837
+
31838
+
31839
+ Started GET "/assets/acts_as_talented/application.js?body=1" for 127.0.0.1 at 2014-10-28 16:49:30 +0530
31840
+
31841
+
31842
+ Started GET "/acts_as_talented" for 127.0.0.1 at 2014-10-28 16:51:00 +0530
31843
+ Processing by ActsAsTalented::DashboardController#index as HTML
31844
+ ActsAsTalented::Employer Load (0.8ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers" WHERE "acts_as_talented_employers"."id" = 13 ORDER BY "acts_as_talented_employers"."id" ASC LIMIT 1
31845
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/acts_as_talented/dashboard/index.html.erb within layouts/acts_as_talented/application (0.1ms)
31846
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/partials/_navbar_admin.html.erb (0.0ms)
31847
+ Completed 200 OK in 948ms (Views: 945.3ms | ActiveRecord: 0.8ms)
31848
+
31849
+
31850
+ Started GET "/assets/acts_as_talented/fonts.css?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31851
+
31852
+
31853
+ Started GET "/assets/acts_as_talented/typography.css?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31854
+
31855
+
31856
+ Started GET "/assets/acts_as_talented/application.css?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31857
+
31858
+
31859
+ Started GET "/assets/acts_as_talented/toastr.min.css?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31860
+
31861
+
31862
+ Started GET "/assets/acts_as_talented/applicants.css?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31863
+
31864
+
31865
+ Started GET "/assets/acts_as_talented/login.css?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31866
+
31867
+
31868
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31869
+
31870
+
31871
+ Started GET "/assets/acts_as_talented/banner.css?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31872
+
31873
+
31874
+ Started GET "/assets/acts_as_talented/main.css?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31875
+
31876
+
31877
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31878
+
31879
+
31880
+ Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31881
+
31882
+
31883
+ Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31884
+
31885
+
31886
+ Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31887
+
31888
+
31889
+ Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31890
+
31891
+
31892
+ Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31893
+
31894
+
31895
+ Started GET "/assets/angular.js?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31896
+
31897
+
31898
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31899
+
31900
+
31901
+ Started GET "/assets/angular-route.js?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31902
+
31903
+
31904
+ Started GET "/assets/angular-rails-templates.js?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31905
+
31906
+
31907
+ Started GET "/assets/acts_as_talented/dependancies/angular-ui-router.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31908
+
31909
+
31910
+ Started GET "/assets/angular-resource.js?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31911
+
31912
+
31913
+ Started GET "/assets/acts_as_talented/dependancies/toastr.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31914
+
31915
+
31916
+ Started GET "/assets/acts_as_talented/angularjs/app.js?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31917
+
31918
+
31919
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersController.js?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31920
+
31921
+
31922
+ Started GET "/assets/acts_as_talented/angularjs/ProfileController.js?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31923
+
31924
+
31925
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31926
+
31927
+
31928
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31929
+
31930
+
31931
+ Started GET "/assets/acts_as_talented/angularjs/TabsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31932
+
31933
+
31934
+ Started GET "/assets/acts_as_talented/angularjs/NotificationFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31935
+
31936
+
31937
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31938
+
31939
+
31940
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchController.js?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31941
+
31942
+
31943
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31944
+
31945
+
31946
+ Started GET "/assets/acts_as_talented/templates/my_applicants.detail.js?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31947
+
31948
+
31949
+ Started GET "/assets/acts_as_talented/templates/my_applicants.js?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31950
+
31951
+
31952
+ Started GET "/assets/acts_as_talented/templates/employers.js?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31953
+
31954
+
31955
+ Started GET "/assets/acts_as_talented/templates/my_applicants.list.js?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31956
+
31957
+
31958
+ Started GET "/assets/acts_as_talented/templates/job_analytics.js?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31959
+
31960
+
31961
+ Started GET "/assets/acts_as_talented/templates/my_jobs.js?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31962
+
31963
+
31964
+ Started GET "/assets/acts_as_talented/templates/my_profile.js?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31965
+
31966
+
31967
+ Started GET "/assets/acts_as_talented/templates/search_candidate.js?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31968
+
31969
+
31970
+ Started GET "/assets/acts_as_talented/templates/test.js?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31971
+
31972
+
31973
+ Started GET "/assets/acts_as_talented/application.js?body=1" for 127.0.0.1 at 2014-10-28 16:51:01 +0530
31974
+
31975
+
31976
+ Started GET "/acts_as_talented" for 127.0.0.1 at 2014-10-28 16:52:43 +0530
31977
+ Processing by ActsAsTalented::DashboardController#index as HTML
31978
+ ActsAsTalented::Employer Load (0.7ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers" WHERE "acts_as_talented_employers"."id" = 13 ORDER BY "acts_as_talented_employers"."id" ASC LIMIT 1
31979
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/acts_as_talented/dashboard/index.html.erb within layouts/acts_as_talented/application (0.1ms)
31980
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/partials/_navbar_admin.html.erb (0.1ms)
31981
+ Completed 200 OK in 959ms (Views: 955.9ms | ActiveRecord: 0.7ms)
31982
+
31983
+
31984
+ Started GET "/assets/acts_as_talented/fonts.css?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
31985
+
31986
+
31987
+ Started GET "/assets/acts_as_talented/login.css?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
31988
+
31989
+
31990
+ Started GET "/assets/acts_as_talented/main.css?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
31991
+
31992
+
31993
+ Started GET "/assets/acts_as_talented/banner.css?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
31994
+
31995
+
31996
+ Started GET "/assets/acts_as_talented/applicants.css?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
31997
+
31998
+
31999
+ Started GET "/assets/acts_as_talented/typography.css?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
32000
+
32001
+
32002
+ Started GET "/assets/acts_as_talented/application.css?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
32003
+
32004
+
32005
+ Started GET "/assets/acts_as_talented/toastr.min.css?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
32006
+
32007
+
32008
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
32009
+
32010
+
32011
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
32012
+
32013
+
32014
+ Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
32015
+
32016
+
32017
+ Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
32018
+
32019
+
32020
+ Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
32021
+
32022
+
32023
+ Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
32024
+
32025
+
32026
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
32027
+
32028
+
32029
+ Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
32030
+
32031
+
32032
+ Started GET "/assets/angular.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
32033
+
32034
+
32035
+ Started GET "/assets/angular-route.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
32036
+
32037
+
32038
+ Started GET "/assets/angular-rails-templates.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
32039
+
32040
+
32041
+ Started GET "/assets/angular-resource.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
32042
+
32043
+
32044
+ Started GET "/assets/acts_as_talented/dependancies/angular-ui-router.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
32045
+
32046
+
32047
+ Started GET "/assets/acts_as_talented/dependancies/toastr.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
32048
+
32049
+
32050
+ Started GET "/assets/acts_as_talented/angularjs/app.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
32051
+
32052
+
32053
+ Started GET "/assets/acts_as_talented/angularjs/TabsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
32054
+
32055
+
32056
+ Started GET "/assets/acts_as_talented/angularjs/NotificationFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
32057
+
32058
+
32059
+ Started GET "/assets/acts_as_talented/angularjs/ProfileController.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
32060
+
32061
+
32062
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersController.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
32063
+
32064
+
32065
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
32066
+
32067
+
32068
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
32069
+
32070
+
32071
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
32072
+
32073
+
32074
+ Started GET "/assets/acts_as_talented/templates/employers.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
32075
+
32076
+
32077
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchController.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
32078
+
32079
+
32080
+ Started GET "/assets/acts_as_talented/templates/my_applicants.detail.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
32081
+
32082
+
32083
+ Started GET "/assets/acts_as_talented/templates/my_applicants.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
32084
+
32085
+
32086
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
32087
+
32088
+
32089
+ Started GET "/assets/acts_as_talented/templates/my_applicants.list.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
32090
+
32091
+
32092
+ Started GET "/assets/acts_as_talented/templates/job_analytics.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
32093
+
32094
+
32095
+ Started GET "/assets/acts_as_talented/templates/my_jobs.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
32096
+
32097
+
32098
+ Started GET "/assets/acts_as_talented/templates/search_candidate.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
32099
+
32100
+
32101
+ Started GET "/assets/acts_as_talented/templates/my_profile.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
32102
+
32103
+
32104
+ Started GET "/assets/acts_as_talented/templates/test.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
32105
+
32106
+
32107
+ Started GET "/assets/acts_as_talented/application.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:44 +0530
32108
+
32109
+
32110
+ Started GET "/acts_as_talented" for 127.0.0.1 at 2014-10-28 16:52:58 +0530
32111
+ Processing by ActsAsTalented::DashboardController#index as HTML
32112
+ ActsAsTalented::Employer Load (0.8ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers" WHERE "acts_as_talented_employers"."id" = 13 ORDER BY "acts_as_talented_employers"."id" ASC LIMIT 1
32113
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/acts_as_talented/dashboard/index.html.erb within layouts/acts_as_talented/application (0.1ms)
32114
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/partials/_navbar_admin.html.erb (0.0ms)
32115
+ Completed 200 OK in 829ms (Views: 826.2ms | ActiveRecord: 0.8ms)
32116
+
32117
+
32118
+ Started GET "/assets/acts_as_talented/fonts.css?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32119
+
32120
+
32121
+ Started GET "/assets/acts_as_talented/main.css?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32122
+
32123
+
32124
+ Started GET "/assets/acts_as_talented/login.css?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32125
+
32126
+
32127
+ Started GET "/assets/acts_as_talented/toastr.min.css?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32128
+
32129
+
32130
+ Started GET "/assets/acts_as_talented/banner.css?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32131
+
32132
+
32133
+ Started GET "/assets/acts_as_talented/applicants.css?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32134
+
32135
+
32136
+ Started GET "/assets/acts_as_talented/typography.css?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32137
+
32138
+
32139
+ Started GET "/assets/acts_as_talented/application.css?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32140
+
32141
+
32142
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32143
+
32144
+
32145
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32146
+
32147
+
32148
+ Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32149
+
32150
+
32151
+ Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32152
+
32153
+
32154
+ Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32155
+
32156
+
32157
+ Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32158
+
32159
+
32160
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32161
+
32162
+
32163
+ Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32164
+
32165
+
32166
+ Started GET "/assets/angular.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32167
+
32168
+
32169
+ Started GET "/assets/angular-resource.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32170
+
32171
+
32172
+ Started GET "/assets/angular-route.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32173
+
32174
+
32175
+ Started GET "/assets/angular-rails-templates.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32176
+
32177
+
32178
+ Started GET "/assets/acts_as_talented/dependancies/angular-ui-router.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32179
+
32180
+
32181
+ Started GET "/assets/acts_as_talented/dependancies/toastr.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32182
+
32183
+
32184
+ Started GET "/assets/acts_as_talented/angularjs/app.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32185
+
32186
+
32187
+ Started GET "/assets/acts_as_talented/angularjs/NotificationFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32188
+
32189
+
32190
+ Started GET "/assets/acts_as_talented/angularjs/TabsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32191
+
32192
+
32193
+ Started GET "/assets/acts_as_talented/angularjs/ProfileController.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32194
+
32195
+
32196
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersController.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32197
+
32198
+
32199
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32200
+
32201
+
32202
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32203
+
32204
+
32205
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32206
+
32207
+
32208
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchController.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32209
+
32210
+
32211
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32212
+
32213
+
32214
+ Started GET "/assets/acts_as_talented/templates/employers.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32215
+
32216
+
32217
+ Started GET "/assets/acts_as_talented/templates/job_analytics.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32218
+
32219
+
32220
+ Started GET "/assets/acts_as_talented/templates/my_applicants.detail.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32221
+
32222
+
32223
+ Started GET "/assets/acts_as_talented/templates/my_applicants.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32224
+
32225
+
32226
+ Started GET "/assets/acts_as_talented/templates/my_applicants.list.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32227
+
32228
+
32229
+ Started GET "/assets/acts_as_talented/templates/my_profile.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32230
+
32231
+
32232
+ Started GET "/assets/acts_as_talented/templates/my_jobs.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32233
+
32234
+
32235
+ Started GET "/assets/acts_as_talented/templates/search_candidate.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32236
+
32237
+
32238
+ Started GET "/assets/acts_as_talented/templates/test.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32239
+
32240
+
32241
+ Started GET "/assets/acts_as_talented/application.js?body=1" for 127.0.0.1 at 2014-10-28 16:52:59 +0530
32242
+
32243
+
32244
+ Started GET "/acts_as_talented" for 127.0.0.1 at 2014-10-28 16:54:32 +0530
32245
+ Processing by ActsAsTalented::DashboardController#index as HTML
32246
+ ActsAsTalented::Employer Load (0.7ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers" WHERE "acts_as_talented_employers"."id" = 13 ORDER BY "acts_as_talented_employers"."id" ASC LIMIT 1
32247
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/acts_as_talented/dashboard/index.html.erb within layouts/acts_as_talented/application (0.1ms)
32248
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/partials/_navbar_admin.html.erb (0.1ms)
32249
+ Completed 200 OK in 933ms (Views: 930.8ms | ActiveRecord: 0.7ms)
32250
+
32251
+
32252
+ Started GET "/assets/acts_as_talented/main.css?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32253
+
32254
+
32255
+ Started GET "/assets/acts_as_talented/fonts.css?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32256
+
32257
+
32258
+ Started GET "/assets/acts_as_talented/typography.css?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32259
+
32260
+
32261
+ Started GET "/assets/acts_as_talented/banner.css?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32262
+
32263
+
32264
+ Started GET "/assets/acts_as_talented/login.css?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32265
+
32266
+
32267
+ Started GET "/assets/acts_as_talented/toastr.min.css?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32268
+
32269
+
32270
+ Started GET "/assets/acts_as_talented/applicants.css?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32271
+
32272
+
32273
+ Started GET "/assets/acts_as_talented/application.css?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32274
+
32275
+
32276
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32277
+
32278
+
32279
+ Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32280
+
32281
+
32282
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32283
+
32284
+
32285
+ Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32286
+
32287
+
32288
+ Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32289
+
32290
+
32291
+ Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32292
+
32293
+
32294
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32295
+
32296
+
32297
+ Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32298
+
32299
+
32300
+ Started GET "/assets/angular-resource.js?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32301
+
32302
+
32303
+ Started GET "/assets/angular-rails-templates.js?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32304
+
32305
+
32306
+ Started GET "/assets/angular-route.js?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32307
+
32308
+
32309
+ Started GET "/assets/angular.js?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32310
+
32311
+
32312
+ Started GET "/assets/acts_as_talented/dependancies/angular-ui-router.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32313
+
32314
+
32315
+ Started GET "/assets/acts_as_talented/dependancies/toastr.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32316
+
32317
+
32318
+ Started GET "/assets/acts_as_talented/angularjs/app.js?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32319
+
32320
+
32321
+ Started GET "/assets/acts_as_talented/angularjs/TabsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32322
+
32323
+
32324
+ Started GET "/assets/acts_as_talented/angularjs/ProfileController.js?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32325
+
32326
+
32327
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersController.js?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32328
+
32329
+
32330
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchController.js?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32331
+
32332
+
32333
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32334
+
32335
+
32336
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32337
+
32338
+
32339
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32340
+
32341
+
32342
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32343
+
32344
+
32345
+ Started GET "/assets/acts_as_talented/angularjs/NotificationFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32346
+
32347
+
32348
+ Started GET "/assets/acts_as_talented/templates/MyApplicants/my_applicants.detail.js?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32349
+
32350
+
32351
+ Started GET "/assets/acts_as_talented/templates/MyApplicants/my_applicants.js?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32352
+
32353
+
32354
+ Started GET "/assets/acts_as_talented/templates/MyApplicants/my_applicants.list.js?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32355
+
32356
+
32357
+ Started GET "/assets/acts_as_talented/templates/my_jobs.js?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32358
+
32359
+
32360
+ Started GET "/assets/acts_as_talented/templates/my_profile.js?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32361
+
32362
+
32363
+ Started GET "/assets/acts_as_talented/templates/search_candidate.js?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32364
+
32365
+
32366
+ Started GET "/assets/acts_as_talented/templates/test.js?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32367
+
32368
+
32369
+ Started GET "/assets/acts_as_talented/application.js?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32370
+
32371
+
32372
+ Started GET "/assets/acts_as_talented/templates/employers.js?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32373
+
32374
+
32375
+ Started GET "/assets/acts_as_talented/templates/job_analytics.js?body=1" for 127.0.0.1 at 2014-10-28 16:54:34 +0530
32376
+
32377
+
32378
+ Started GET "/acts_as_talented" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32379
+ Processing by ActsAsTalented::DashboardController#index as HTML
32380
+ ActsAsTalented::Employer Load (0.7ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers" WHERE "acts_as_talented_employers"."id" = 13 ORDER BY "acts_as_talented_employers"."id" ASC LIMIT 1
32381
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/acts_as_talented/dashboard/index.html.erb within layouts/acts_as_talented/application (0.0ms)
32382
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/partials/_navbar_admin.html.erb (0.0ms)
32383
+ Completed 200 OK in 226ms (Views: 223.9ms | ActiveRecord: 0.7ms)
32384
+
32385
+
32386
+ Started GET "/assets/acts_as_talented/fonts.css?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32387
+
32388
+
32389
+ Started GET "/assets/acts_as_talented/login.css?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32390
+
32391
+
32392
+ Started GET "/assets/acts_as_talented/toastr.min.css?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32393
+
32394
+
32395
+ Started GET "/assets/acts_as_talented/banner.css?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32396
+
32397
+
32398
+ Started GET "/assets/acts_as_talented/main.css?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32399
+
32400
+
32401
+ Started GET "/assets/acts_as_talented/typography.css?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32402
+
32403
+
32404
+ Started GET "/assets/acts_as_talented/applicants.css?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32405
+
32406
+
32407
+ Started GET "/assets/acts_as_talented/application.css?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32408
+
32409
+
32410
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32411
+
32412
+
32413
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32414
+
32415
+
32416
+ Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32417
+
32418
+
32419
+ Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32420
+
32421
+
32422
+ Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32423
+
32424
+
32425
+ Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32426
+
32427
+
32428
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32429
+
32430
+
32431
+ Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32432
+
32433
+
32434
+ Started GET "/assets/angular.js?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32435
+
32436
+
32437
+ Started GET "/assets/angular-resource.js?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32438
+
32439
+
32440
+ Started GET "/assets/angular-route.js?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32441
+
32442
+
32443
+ Started GET "/assets/angular-rails-templates.js?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32444
+
32445
+
32446
+ Started GET "/assets/acts_as_talented/dependancies/angular-ui-router.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32447
+
32448
+
32449
+ Started GET "/assets/acts_as_talented/dependancies/toastr.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32450
+
32451
+
32452
+ Started GET "/assets/acts_as_talented/angularjs/app.js?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32453
+
32454
+
32455
+ Started GET "/assets/acts_as_talented/angularjs/NotificationFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32456
+
32457
+
32458
+ Started GET "/assets/acts_as_talented/angularjs/TabsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32459
+
32460
+
32461
+ Started GET "/assets/acts_as_talented/angularjs/ProfileController.js?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32462
+
32463
+
32464
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersController.js?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32465
+
32466
+
32467
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32468
+
32469
+
32470
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32471
+
32472
+
32473
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32474
+
32475
+
32476
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchController.js?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32477
+
32478
+
32479
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32480
+
32481
+
32482
+ Started GET "/assets/acts_as_talented/templates/MyApplicants/my_applicants.detail.js?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32483
+
32484
+
32485
+ Started GET "/assets/acts_as_talented/templates/MyApplicants/my_applicants.js?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32486
+
32487
+
32488
+ Started GET "/assets/acts_as_talented/templates/MyApplicants/my_applicants.list.js?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32489
+
32490
+
32491
+ Started GET "/assets/acts_as_talented/templates/employers.js?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32492
+
32493
+
32494
+ Started GET "/assets/acts_as_talented/templates/job_analytics.js?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32495
+
32496
+
32497
+ Started GET "/assets/acts_as_talented/templates/my_jobs.js?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32498
+
32499
+
32500
+ Started GET "/assets/acts_as_talented/templates/my_profile.js?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32501
+
32502
+
32503
+ Started GET "/assets/acts_as_talented/templates/search_candidate.js?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32504
+
32505
+
32506
+ Started GET "/assets/acts_as_talented/templates/test.js?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32507
+
32508
+
32509
+ Started GET "/assets/acts_as_talented/application.js?body=1" for 127.0.0.1 at 2014-10-28 16:55:06 +0530
32510
+
32511
+
32512
+ Started GET "/acts_as_talented?job%5Bsearch%5D=qwer" for 127.0.0.1 at 2014-10-28 16:56:15 +0530
32513
+ Processing by ActsAsTalented::DashboardController#index as JS
32514
+ Parameters: {"job"=>{"search"=>"qwer"}}
32515
+ ActsAsTalented::Employer Load (1.2ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers" WHERE "acts_as_talented_employers"."id" = 13 ORDER BY "acts_as_talented_employers"."id" ASC LIMIT 1
32516
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/acts_as_talented/dashboard/index.html.erb within layouts/acts_as_talented/application (0.8ms)
32517
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/partials/_navbar_admin.html.erb (0.0ms)
32518
+ Completed 200 OK in 239ms (Views: 235.4ms | ActiveRecord: 1.2ms)
32519
+
32520
+
32521
+ Started GET "/acts_as_talented" for 127.0.0.1 at 2014-10-28 16:58:23 +0530
32522
+ Processing by ActsAsTalented::DashboardController#index as HTML
32523
+ ActsAsTalented::Employer Load (0.7ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers" WHERE "acts_as_talented_employers"."id" = 13 ORDER BY "acts_as_talented_employers"."id" ASC LIMIT 1
32524
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/acts_as_talented/dashboard/index.html.erb within layouts/acts_as_talented/application (0.5ms)
32525
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/partials/_navbar_admin.html.erb (0.0ms)
32526
+ Completed 200 OK in 848ms (Views: 845.9ms | ActiveRecord: 0.7ms)
32527
+
32528
+
32529
+ Started GET "/assets/acts_as_talented/fonts.css?body=1" for 127.0.0.1 at 2014-10-28 16:58:24 +0530
32530
+
32531
+
32532
+ Started GET "/assets/acts_as_talented/main.css?body=1" for 127.0.0.1 at 2014-10-28 16:58:24 +0530
32533
+
32534
+
32535
+ Started GET "/assets/acts_as_talented/banner.css?body=1" for 127.0.0.1 at 2014-10-28 16:58:25 +0530
32536
+
32537
+
32538
+ Started GET "/assets/acts_as_talented/application.css?body=1" for 127.0.0.1 at 2014-10-28 16:58:25 +0530
32539
+
32540
+
32541
+ Started GET "/assets/acts_as_talented/login.css?body=1" for 127.0.0.1 at 2014-10-28 16:58:25 +0530
32542
+
32543
+
32544
+ Started GET "/assets/acts_as_talented/toastr.min.css?body=1" for 127.0.0.1 at 2014-10-28 16:58:25 +0530
32545
+
32546
+
32547
+ Started GET "/assets/acts_as_talented/applicants.css?body=1" for 127.0.0.1 at 2014-10-28 16:58:25 +0530
32548
+
32549
+
32550
+ Started GET "/assets/acts_as_talented/typography.css?body=1" for 127.0.0.1 at 2014-10-28 16:58:25 +0530
32551
+
32552
+
32553
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:25 +0530
32554
+
32555
+
32556
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:25 +0530
32557
+
32558
+
32559
+ Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:25 +0530
32560
+
32561
+
32562
+ Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:25 +0530
32563
+
32564
+
32565
+ Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:25 +0530
32566
+
32567
+
32568
+ Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:25 +0530
32569
+
32570
+
32571
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:25 +0530
32572
+
32573
+
32574
+ Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:25 +0530
32575
+
32576
+
32577
+ Started GET "/assets/angular.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:25 +0530
32578
+
32579
+
32580
+ Started GET "/assets/angular-resource.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:25 +0530
32581
+
32582
+
32583
+ Started GET "/assets/angular-route.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:25 +0530
32584
+
32585
+
32586
+ Started GET "/assets/angular-rails-templates.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:25 +0530
32587
+
32588
+
32589
+ Started GET "/assets/acts_as_talented/dependancies/angular-ui-router.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:25 +0530
32590
+
32591
+
32592
+ Started GET "/assets/acts_as_talented/dependancies/toastr.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:25 +0530
32593
+
32594
+
32595
+ Started GET "/assets/acts_as_talented/angularjs/app.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:25 +0530
32596
+
32597
+
32598
+ Started GET "/assets/acts_as_talented/angularjs/NotificationFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:25 +0530
32599
+
32600
+
32601
+ Started GET "/assets/acts_as_talented/angularjs/TabsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:25 +0530
32602
+
32603
+
32604
+ Started GET "/assets/acts_as_talented/angularjs/ProfileController.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:25 +0530
32605
+
32606
+
32607
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersController.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:25 +0530
32608
+
32609
+
32610
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:25 +0530
32611
+
32612
+
32613
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:25 +0530
32614
+
32615
+
32616
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:25 +0530
32617
+
32618
+
32619
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchController.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:25 +0530
32620
+
32621
+
32622
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:25 +0530
32623
+
32624
+
32625
+ Started GET "/assets/acts_as_talented/templates/MyApplicants/my_applicants.detail.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:25 +0530
32626
+
32627
+
32628
+ Started GET "/assets/acts_as_talented/templates/MyApplicants/my_applicants.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:25 +0530
32629
+
32630
+
32631
+ Started GET "/assets/acts_as_talented/templates/MyApplicants/my_applicants.list.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:25 +0530
32632
+
32633
+
32634
+ Started GET "/assets/acts_as_talented/templates/employers.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:25 +0530
32635
+
32636
+
32637
+ Started GET "/assets/acts_as_talented/templates/my_jobs.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:25 +0530
32638
+
32639
+
32640
+ Started GET "/assets/acts_as_talented/templates/my_profile.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:25 +0530
32641
+
32642
+
32643
+ Started GET "/assets/acts_as_talented/templates/search_candidate.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:25 +0530
32644
+
32645
+
32646
+ Started GET "/assets/acts_as_talented/application.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:25 +0530
32647
+
32648
+
32649
+ Started GET "/acts_as_talented" for 127.0.0.1 at 2014-10-28 16:58:49 +0530
32650
+ Processing by ActsAsTalented::DashboardController#index as HTML
32651
+ ActsAsTalented::Employer Load (0.7ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers" WHERE "acts_as_talented_employers"."id" = 13 ORDER BY "acts_as_talented_employers"."id" ASC LIMIT 1
32652
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/acts_as_talented/dashboard/index.html.erb within layouts/acts_as_talented/application (0.5ms)
32653
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/partials/_navbar_admin.html.erb (0.1ms)
32654
+ Completed 200 OK in 225ms (Views: 223.0ms | ActiveRecord: 0.7ms)
32655
+
32656
+
32657
+ Started GET "/assets/acts_as_talented/main.css?body=1" for 127.0.0.1 at 2014-10-28 16:58:49 +0530
32658
+
32659
+
32660
+ Started GET "/assets/acts_as_talented/fonts.css?body=1" for 127.0.0.1 at 2014-10-28 16:58:49 +0530
32661
+
32662
+
32663
+ Started GET "/assets/acts_as_talented/banner.css?body=1" for 127.0.0.1 at 2014-10-28 16:58:50 +0530
32664
+
32665
+
32666
+ Started GET "/assets/acts_as_talented/typography.css?body=1" for 127.0.0.1 at 2014-10-28 16:58:50 +0530
32667
+
32668
+
32669
+ Started GET "/assets/acts_as_talented/login.css?body=1" for 127.0.0.1 at 2014-10-28 16:58:50 +0530
32670
+
32671
+
32672
+ Started GET "/assets/acts_as_talented/toastr.min.css?body=1" for 127.0.0.1 at 2014-10-28 16:58:50 +0530
32673
+
32674
+
32675
+ Started GET "/assets/acts_as_talented/applicants.css?body=1" for 127.0.0.1 at 2014-10-28 16:58:50 +0530
32676
+
32677
+
32678
+ Started GET "/assets/acts_as_talented/application.css?body=1" for 127.0.0.1 at 2014-10-28 16:58:50 +0530
32679
+
32680
+
32681
+ Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:50 +0530
32682
+
32683
+
32684
+ Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:50 +0530
32685
+
32686
+
32687
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:50 +0530
32688
+
32689
+
32690
+ Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:50 +0530
32691
+
32692
+
32693
+ Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:50 +0530
32694
+
32695
+
32696
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:50 +0530
32697
+
32698
+
32699
+ Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:50 +0530
32700
+
32701
+
32702
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:50 +0530
32703
+
32704
+
32705
+ Started GET "/assets/angular.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:50 +0530
32706
+
32707
+
32708
+ Started GET "/assets/angular-resource.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:50 +0530
32709
+
32710
+
32711
+ Started GET "/assets/angular-route.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:50 +0530
32712
+
32713
+
32714
+ Started GET "/assets/angular-rails-templates.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:50 +0530
32715
+
32716
+
32717
+ Started GET "/assets/acts_as_talented/dependancies/angular-ui-router.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:50 +0530
32718
+
32719
+
32720
+ Started GET "/assets/acts_as_talented/dependancies/toastr.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:50 +0530
32721
+
32722
+
32723
+ Started GET "/assets/acts_as_talented/angularjs/app.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:50 +0530
32724
+
32725
+
32726
+ Started GET "/assets/acts_as_talented/angularjs/NotificationFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:50 +0530
32727
+
32728
+
32729
+ Started GET "/assets/acts_as_talented/angularjs/TabsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:50 +0530
32730
+
32731
+
32732
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersController.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:50 +0530
32733
+
32734
+
32735
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:50 +0530
32736
+
32737
+
32738
+ Started GET "/assets/acts_as_talented/angularjs/ProfileController.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:50 +0530
32739
+
32740
+
32741
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:50 +0530
32742
+
32743
+
32744
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:50 +0530
32745
+
32746
+
32747
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchController.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:50 +0530
32748
+
32749
+
32750
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:50 +0530
32751
+
32752
+
32753
+ Started GET "/assets/acts_as_talented/templates/MyApplicants/my_applicants.detail.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:50 +0530
32754
+
32755
+
32756
+ Started GET "/assets/acts_as_talented/templates/MyApplicants/my_applicants.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:50 +0530
32757
+
32758
+
32759
+ Started GET "/assets/acts_as_talented/templates/MyApplicants/my_applicants.list.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:50 +0530
32760
+
32761
+
32762
+ Started GET "/assets/acts_as_talented/templates/employers.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:50 +0530
32763
+
32764
+
32765
+ Started GET "/assets/acts_as_talented/templates/my_jobs.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:50 +0530
32766
+
32767
+
32768
+ Started GET "/assets/acts_as_talented/templates/my_profile.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:50 +0530
32769
+
32770
+
32771
+ Started GET "/assets/acts_as_talented/templates/search_candidate.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:50 +0530
32772
+
32773
+
32774
+ Started GET "/assets/acts_as_talented/application.js?body=1" for 127.0.0.1 at 2014-10-28 16:58:50 +0530
32775
+
32776
+
32777
+ Started GET "/acts_as_talented" for 127.0.0.1 at 2014-10-28 16:59:02 +0530
32778
+ Processing by ActsAsTalented::DashboardController#index as HTML
32779
+ ActsAsTalented::Employer Load (0.7ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers" WHERE "acts_as_talented_employers"."id" = 13 ORDER BY "acts_as_talented_employers"."id" ASC LIMIT 1
32780
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/acts_as_talented/dashboard/index.html.erb within layouts/acts_as_talented/application (0.6ms)
32781
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/partials/_navbar_admin.html.erb (0.1ms)
32782
+ Completed 200 OK in 216ms (Views: 214.5ms | ActiveRecord: 0.7ms)
32783
+
32784
+
32785
+ Started GET "/assets/acts_as_talented/fonts.css?body=1" for 127.0.0.1 at 2014-10-28 16:59:03 +0530
32786
+
32787
+
32788
+ Started GET "/assets/acts_as_talented/typography.css?body=1" for 127.0.0.1 at 2014-10-28 16:59:03 +0530
32789
+
32790
+
32791
+ Started GET "/assets/acts_as_talented/banner.css?body=1" for 127.0.0.1 at 2014-10-28 16:59:03 +0530
32792
+
32793
+
32794
+ Started GET "/assets/acts_as_talented/toastr.min.css?body=1" for 127.0.0.1 at 2014-10-28 16:59:03 +0530
32795
+
32796
+
32797
+ Started GET "/assets/acts_as_talented/main.css?body=1" for 127.0.0.1 at 2014-10-28 16:59:03 +0530
32798
+
32799
+
32800
+ Started GET "/assets/acts_as_talented/login.css?body=1" for 127.0.0.1 at 2014-10-28 16:59:03 +0530
32801
+
32802
+
32803
+ Started GET "/assets/acts_as_talented/application.css?body=1" for 127.0.0.1 at 2014-10-28 16:59:03 +0530
32804
+
32805
+
32806
+ Started GET "/assets/acts_as_talented/applicants.css?body=1" for 127.0.0.1 at 2014-10-28 16:59:03 +0530
32807
+
32808
+
32809
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-28 16:59:03 +0530
32810
+
32811
+
32812
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-28 16:59:03 +0530
32813
+
32814
+
32815
+ Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-10-28 16:59:03 +0530
32816
+
32817
+
32818
+ Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-10-28 16:59:03 +0530
32819
+
32820
+
32821
+ Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-10-28 16:59:03 +0530
32822
+
32823
+
32824
+ Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-10-28 16:59:03 +0530
32825
+
32826
+
32827
+ Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-10-28 16:59:03 +0530
32828
+
32829
+
32830
+ Started GET "/assets/angular.js?body=1" for 127.0.0.1 at 2014-10-28 16:59:03 +0530
32831
+
32832
+
32833
+ Started GET "/assets/angular-resource.js?body=1" for 127.0.0.1 at 2014-10-28 16:59:03 +0530
32834
+
32835
+
32836
+ Started GET "/assets/angular-route.js?body=1" for 127.0.0.1 at 2014-10-28 16:59:03 +0530
32837
+
32838
+
32839
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-10-28 16:59:03 +0530
32840
+
32841
+
32842
+ Started GET "/assets/acts_as_talented/dependancies/angular-ui-router.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:59:03 +0530
32843
+
32844
+
32845
+ Started GET "/assets/angular-rails-templates.js?body=1" for 127.0.0.1 at 2014-10-28 16:59:03 +0530
32846
+
32847
+
32848
+ Started GET "/assets/acts_as_talented/angularjs/app.js?body=1" for 127.0.0.1 at 2014-10-28 16:59:03 +0530
32849
+
32850
+
32851
+ Started GET "/assets/acts_as_talented/angularjs/NotificationFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:59:03 +0530
32852
+
32853
+
32854
+ Started GET "/assets/acts_as_talented/dependancies/toastr.min.js?body=1" for 127.0.0.1 at 2014-10-28 16:59:03 +0530
32855
+
32856
+
32857
+ Started GET "/assets/acts_as_talented/angularjs/TabsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:59:03 +0530
32858
+
32859
+
32860
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersController.js?body=1" for 127.0.0.1 at 2014-10-28 16:59:03 +0530
32861
+
32862
+
32863
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:59:03 +0530
32864
+
32865
+
32866
+ Started GET "/assets/acts_as_talented/angularjs/ProfileController.js?body=1" for 127.0.0.1 at 2014-10-28 16:59:03 +0530
32867
+
32868
+
32869
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:59:03 +0530
32870
+
32871
+
32872
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsController.js?body=1" for 127.0.0.1 at 2014-10-28 16:59:03 +0530
32873
+
32874
+
32875
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchController.js?body=1" for 127.0.0.1 at 2014-10-28 16:59:03 +0530
32876
+
32877
+
32878
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchFactory.js?body=1" for 127.0.0.1 at 2014-10-28 16:59:03 +0530
32879
+
32880
+
32881
+ Started GET "/assets/acts_as_talented/templates/MyApplicants/my_applicants.detail.js?body=1" for 127.0.0.1 at 2014-10-28 16:59:03 +0530
32882
+
32883
+
32884
+ Started GET "/assets/acts_as_talented/templates/MyApplicants/my_applicants.js?body=1" for 127.0.0.1 at 2014-10-28 16:59:03 +0530
32885
+
32886
+
32887
+ Started GET "/assets/acts_as_talented/templates/MyApplicants/my_applicants.list.js?body=1" for 127.0.0.1 at 2014-10-28 16:59:03 +0530
32888
+
32889
+
32890
+ Started GET "/assets/acts_as_talented/templates/my_profile.js?body=1" for 127.0.0.1 at 2014-10-28 16:59:03 +0530
32891
+
32892
+
32893
+ Started GET "/assets/acts_as_talented/templates/employers.js?body=1" for 127.0.0.1 at 2014-10-28 16:59:03 +0530
32894
+
32895
+
32896
+ Started GET "/assets/acts_as_talented/templates/my_jobs.js?body=1" for 127.0.0.1 at 2014-10-28 16:59:03 +0530
32897
+
32898
+
32899
+ Started GET "/assets/acts_as_talented/templates/search_candidate.js?body=1" for 127.0.0.1 at 2014-10-28 16:59:03 +0530
32900
+
32901
+
32902
+ Started GET "/assets/acts_as_talented/application.js?body=1" for 127.0.0.1 at 2014-10-28 16:59:03 +0530
32903
+
32904
+
32905
+ Started GET "/acts_as_talented" for 127.0.0.1 at 2014-10-29 15:25:53 +0530
32906
+
32907
+ ActionController::RoutingError (No route matches [GET] "/acts_as_talented"):
32908
+ actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
32909
+ actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
32910
+ railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app'
32911
+ railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call'
32912
+ activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
32913
+ activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged'
32914
+ activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged'
32915
+ railties (4.1.6) lib/rails/rack/logger.rb:20:in `call'
32916
+ actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
32917
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
32918
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
32919
+ activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
32920
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
32921
+ actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call'
32922
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
32923
+ railties (4.1.6) lib/rails/engine.rb:514:in `call'
32924
+ railties (4.1.6) lib/rails/application.rb:144:in `call'
32925
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
32926
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
32927
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
32928
+ /usr/local/rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
32929
+ /usr/local/rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
32930
+ /usr/local/rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
32931
+
32932
+
32933
+ Rendered /usr/local/rvm/gems/ruby-2.1.2/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms)
32934
+ Rendered /usr/local/rvm/gems/ruby-2.1.2/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.9ms)
32935
+ Rendered /usr/local/rvm/gems/ruby-2.1.2/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.5ms)
32936
+ Rendered /usr/local/rvm/gems/ruby-2.1.2/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (29.2ms)
32937
+ Rendered /usr/local/rvm/gems/ruby-2.1.2/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (162.8ms)
32938
+
32939
+
32940
+ Started GET "/test" for 127.0.0.1 at 2014-10-29 15:26:05 +0530
32941
+ Processing by ActsAsTalented::DashboardController#index as HTML
32942
+ ActsAsTalented::Employer Load (25.4ms) SELECT "acts_as_talented_employers".* FROM "acts_as_talented_employers" WHERE "acts_as_talented_employers"."id" = 13 ORDER BY "acts_as_talented_employers"."id" ASC LIMIT 1
32943
+  (12.3ms) BEGIN
32944
+ SQL (19.7ms) UPDATE "acts_as_talented_employers" SET "current_sign_in_at" = $1, "last_sign_in_at" = $2, "sign_in_count" = $3, "updated_at" = $4 WHERE "acts_as_talented_employers"."id" = 13 [["current_sign_in_at", "2014-10-29 09:56:06.159140"], ["last_sign_in_at", "2014-10-17 06:12:05.203267"], ["sign_in_count", 3], ["updated_at", "2014-10-29 09:56:06.173245"]]
32945
+  (3.6ms) COMMIT
32946
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/acts_as_talented/dashboard/index.html.erb within layouts/acts_as_talented/application (0.6ms)
32947
+ Rendered /Users/chandradhar/WebProjects/Rails/acts_as_talented/app/views/partials/_navbar_admin.html.erb (0.4ms)
32948
+ Completed 200 OK in 2315ms (Views: 2070.2ms | ActiveRecord: 120.3ms)
32949
+
32950
+
32951
+ Started GET "/assets/acts_as_talented/main.css?body=1" for 127.0.0.1 at 2014-10-29 15:26:08 +0530
32952
+
32953
+
32954
+ Started GET "/assets/acts_as_talented/banner.css?body=1" for 127.0.0.1 at 2014-10-29 15:26:08 +0530
32955
+
32956
+
32957
+ Started GET "/assets/acts_as_talented/typography.css?body=1" for 127.0.0.1 at 2014-10-29 15:26:08 +0530
32958
+
32959
+
32960
+ Started GET "/assets/acts_as_talented/fonts.css?body=1" for 127.0.0.1 at 2014-10-29 15:26:08 +0530
32961
+
32962
+
32963
+ Started GET "/assets/acts_as_talented/application.css?body=1" for 127.0.0.1 at 2014-10-29 15:26:08 +0530
32964
+
32965
+
32966
+ Started GET "/assets/acts_as_talented/login.css?body=1" for 127.0.0.1 at 2014-10-29 15:26:08 +0530
32967
+
32968
+
32969
+ Started GET "/assets/acts_as_talented/applicants.css?body=1" for 127.0.0.1 at 2014-10-29 15:26:08 +0530
32970
+
32971
+
32972
+ Started GET "/assets/acts_as_talented/toastr.min.css?body=1" for 127.0.0.1 at 2014-10-29 15:26:08 +0530
32973
+
32974
+
32975
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-29 15:26:08 +0530
32976
+
32977
+
32978
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-29 15:26:08 +0530
32979
+
32980
+
32981
+ Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-10-29 15:26:08 +0530
32982
+
32983
+
32984
+ Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-10-29 15:26:08 +0530
32985
+
32986
+
32987
+ Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-10-29 15:26:08 +0530
32988
+
32989
+
32990
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-10-29 15:26:08 +0530
32991
+
32992
+
32993
+ Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-10-29 15:26:08 +0530
32994
+
32995
+
32996
+ Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-10-29 15:26:08 +0530
32997
+
32998
+
32999
+ Started GET "/assets/angular.js?body=1" for 127.0.0.1 at 2014-10-29 15:26:08 +0530
33000
+
33001
+
33002
+ Started GET "/assets/angular-resource.js?body=1" for 127.0.0.1 at 2014-10-29 15:26:08 +0530
33003
+
33004
+
33005
+ Started GET "/assets/angular-route.js?body=1" for 127.0.0.1 at 2014-10-29 15:26:08 +0530
33006
+
33007
+
33008
+ Started GET "/assets/angular-rails-templates.js?body=1" for 127.0.0.1 at 2014-10-29 15:26:08 +0530
33009
+
33010
+
33011
+ Started GET "/assets/acts_as_talented/dependancies/angular-ui-router.min.js?body=1" for 127.0.0.1 at 2014-10-29 15:26:08 +0530
33012
+
33013
+
33014
+ Started GET "/assets/acts_as_talented/dependancies/toastr.min.js?body=1" for 127.0.0.1 at 2014-10-29 15:26:08 +0530
33015
+
33016
+
33017
+ Started GET "/assets/acts_as_talented/angularjs/app.js?body=1" for 127.0.0.1 at 2014-10-29 15:26:08 +0530
33018
+
33019
+
33020
+ Started GET "/assets/acts_as_talented/angularjs/NotificationFactory.js?body=1" for 127.0.0.1 at 2014-10-29 15:26:08 +0530
33021
+
33022
+
33023
+ Started GET "/assets/acts_as_talented/angularjs/TabsController.js?body=1" for 127.0.0.1 at 2014-10-29 15:26:08 +0530
33024
+
33025
+
33026
+ Started GET "/assets/acts_as_talented/angularjs/ProfileController.js?body=1" for 127.0.0.1 at 2014-10-29 15:26:08 +0530
33027
+
33028
+
33029
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersController.js?body=1" for 127.0.0.1 at 2014-10-29 15:26:08 +0530
33030
+
33031
+
33032
+ Started GET "/assets/acts_as_talented/angularjs/employer/EmployersFactory.js?body=1" for 127.0.0.1 at 2014-10-29 15:26:08 +0530
33033
+
33034
+
33035
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsController.js?body=1" for 127.0.0.1 at 2014-10-29 15:26:08 +0530
33036
+
33037
+
33038
+ Started GET "/assets/acts_as_talented/angularjs/applicant/ApplicantsFactory.js?body=1" for 127.0.0.1 at 2014-10-29 15:26:08 +0530
33039
+
33040
+
33041
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchController.js?body=1" for 127.0.0.1 at 2014-10-29 15:26:08 +0530
33042
+
33043
+
33044
+ Started GET "/assets/acts_as_talented/angularjs/user/UserSearchFactory.js?body=1" for 127.0.0.1 at 2014-10-29 15:26:08 +0530
33045
+
33046
+
33047
+ Started GET "/assets/acts_as_talented/templates/MyApplicants/my_applicants.detail.js?body=1" for 127.0.0.1 at 2014-10-29 15:26:09 +0530
33048
+
33049
+
33050
+ Started GET "/assets/acts_as_talented/templates/MyApplicants/my_applicants.js?body=1" for 127.0.0.1 at 2014-10-29 15:26:09 +0530
33051
+
33052
+
33053
+ Started GET "/assets/acts_as_talented/templates/MyApplicants/my_applicants.list.js?body=1" for 127.0.0.1 at 2014-10-29 15:26:09 +0530
33054
+
33055
+
33056
+ Started GET "/assets/acts_as_talented/templates/employers.js?body=1" for 127.0.0.1 at 2014-10-29 15:26:09 +0530
33057
+
33058
+
33059
+ Started GET "/assets/acts_as_talented/templates/my_jobs.js?body=1" for 127.0.0.1 at 2014-10-29 15:26:09 +0530
33060
+
33061
+
33062
+ Started GET "/assets/acts_as_talented/templates/my_profile.js?body=1" for 127.0.0.1 at 2014-10-29 15:26:09 +0530
33063
+
33064
+
33065
+ Started GET "/assets/acts_as_talented/templates/search_candidate.js?body=1" for 127.0.0.1 at 2014-10-29 15:26:09 +0530
33066
+
33067
+
33068
+ Started GET "/assets/acts_as_talented/application.js?body=1" for 127.0.0.1 at 2014-10-29 15:26:09 +0530
33069
+
33070
+
33071
+ Started GET "/assets/acts_as_talented/ajax-loader.gif" for 127.0.0.1 at 2014-10-29 15:26:09 +0530
33072
+
33073
+
33074
+ Started GET "/acts_as_talented/api/v1/employers" for 127.0.0.1 at 2014-10-29 15:26:09 +0530
33075
+
33076
+ ActionController::RoutingError (No route matches [GET] "/acts_as_talented/api/v1/employers"):
33077
+ actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
33078
+ actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
33079
+ railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app'
33080
+ railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call'
33081
+ activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
33082
+ activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged'
33083
+ activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged'
33084
+ railties (4.1.6) lib/rails/rack/logger.rb:20:in `call'
33085
+ actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
33086
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
33087
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
33088
+ activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
33089
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
33090
+ actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call'
33091
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
33092
+ railties (4.1.6) lib/rails/engine.rb:514:in `call'
33093
+ railties (4.1.6) lib/rails/application.rb:144:in `call'
33094
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
33095
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
33096
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
33097
+ /usr/local/rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
33098
+ /usr/local/rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
33099
+ /usr/local/rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
33100
+
33101
+
33102
+ Rendered /usr/local/rvm/gems/ruby-2.1.2/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms)
33103
+ Rendered /usr/local/rvm/gems/ruby-2.1.2/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms)
33104
+ Rendered /usr/local/rvm/gems/ruby-2.1.2/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.2ms)
33105
+ Rendered /usr/local/rvm/gems/ruby-2.1.2/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.9ms)
33106
+ Rendered /usr/local/rvm/gems/ruby-2.1.2/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (40.3ms)
33107
+  (125.3ms) DROP DATABASE IF EXISTS "acts_as_talented_test"
33108
+  (746.6ms) CREATE DATABASE "acts_as_talented_test" ENCODING = 'unicode'
33109
+ SQL (2.4ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
33110
+  (23.6ms) CREATE TABLE "acts_as_talented_employers" ("id" serial primary key, "email" character varying(255) DEFAULT '' NOT NULL, "encrypted_password" character varying(255) DEFAULT '' NOT NULL, "reset_password_token" character varying(255), "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" timestamp, "last_sign_in_at" timestamp, "current_sign_in_ip" character varying(255), "last_sign_in_ip" character varying(255), "name" character varying(255), "contact_number" character varying(255), "created_at" timestamp, "updated_at" timestamp)
33111
+  (2.6ms) CREATE UNIQUE INDEX "index_acts_as_talented_employers_on_email" ON "acts_as_talented_employers" USING btree ("email")
33112
+  (2.0ms) CREATE UNIQUE INDEX "index_acts_as_talented_employers_on_reset_password_token" ON "acts_as_talented_employers" USING btree ("reset_password_token")
33113
+  (1.5ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL) 
33114
+  (2.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
33115
+  (0.6ms) SELECT version FROM "schema_migrations"
33116
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20141010082808')