acts_as_monitor 0.0.9 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (67) hide show
  1. data/app/helpers/acts_as_monitor_helper.rb +1 -1
  2. data/lib/acts_as_monitor/engine.rb +1 -1
  3. data/lib/acts_as_monitor/version.rb +1 -1
  4. metadata +18 -141
  5. data/.gitignore +0 -18
  6. data/acts_as_monitor.gemspec +0 -22
  7. data/test/acts_as_monitor_helper_test.rb +0 -16
  8. data/test/acts_as_monitor_test.rb +0 -35
  9. data/test/database.yml +0 -3
  10. data/test/dummy/Rakefile +0 -7
  11. data/test/dummy/app/controllers/application_controller.rb +0 -3
  12. data/test/dummy/app/controllers/homes_controller.rb +0 -4
  13. data/test/dummy/app/helpers/application_helper.rb +0 -2
  14. data/test/dummy/app/helpers/homes_helper.rb +0 -2
  15. data/test/dummy/app/models/test_class.rb +0 -33
  16. data/test/dummy/app/models/test_class_no_monitor.rb +0 -2
  17. data/test/dummy/app/views/homes/index.html.erb +0 -8
  18. data/test/dummy/app/views/layouts/application.html.erb +0 -14
  19. data/test/dummy/config/application.rb +0 -45
  20. data/test/dummy/config/boot.rb +0 -10
  21. data/test/dummy/config/database.yml +0 -22
  22. data/test/dummy/config/environment.rb +0 -5
  23. data/test/dummy/config/environments/development.rb +0 -26
  24. data/test/dummy/config/environments/production.rb +0 -49
  25. data/test/dummy/config/environments/test.rb +0 -35
  26. data/test/dummy/config/initializers/backtrace_silencers.rb +0 -7
  27. data/test/dummy/config/initializers/inflections.rb +0 -10
  28. data/test/dummy/config/initializers/mime_types.rb +0 -5
  29. data/test/dummy/config/initializers/secret_token.rb +0 -7
  30. data/test/dummy/config/initializers/session_store.rb +0 -8
  31. data/test/dummy/config/locales/acts_as_monitor.it.yml +0 -14
  32. data/test/dummy/config/locales/en.yml +0 -5
  33. data/test/dummy/config/routes.rb +0 -58
  34. data/test/dummy/config.ru +0 -4
  35. data/test/dummy/db/development.sqlite3 +0 -0
  36. data/test/dummy/db/migrate/20120523110000_add_test_tables.rb +0 -12
  37. data/test/dummy/db/schema.rb +0 -19
  38. data/test/dummy/db/test.sqlite3 +0 -0
  39. data/test/dummy/log/development.log +0 -4537
  40. data/test/dummy/log/production.log +0 -0
  41. data/test/dummy/log/server.log +0 -0
  42. data/test/dummy/log/test.log +0 -188
  43. data/test/dummy/public/404.html +0 -26
  44. data/test/dummy/public/422.html +0 -26
  45. data/test/dummy/public/500.html +0 -26
  46. data/test/dummy/public/favicon.ico +0 -0
  47. data/test/dummy/public/images/acts_as_monitor_green.png +0 -0
  48. data/test/dummy/public/images/acts_as_monitor_red.png +0 -0
  49. data/test/dummy/public/images/acts_as_monitor_yellow.png +0 -0
  50. data/test/dummy/public/javascripts/acts_as_monitor_javascript.js +0 -66
  51. data/test/dummy/public/javascripts/application.js +0 -2
  52. data/test/dummy/public/javascripts/builder.js +0 -136
  53. data/test/dummy/public/javascripts/controls.js +0 -965
  54. data/test/dummy/public/javascripts/dragdrop.js +0 -974
  55. data/test/dummy/public/javascripts/effects.js +0 -1123
  56. data/test/dummy/public/javascripts/prototype.js +0 -6001
  57. data/test/dummy/public/javascripts/rails.js +0 -191
  58. data/test/dummy/public/javascripts/scriptaculous.js +0 -68
  59. data/test/dummy/public/javascripts/slider.js +0 -275
  60. data/test/dummy/public/javascripts/sound.js +0 -59
  61. data/test/dummy/public/javascripts/unittest.js +0 -568
  62. data/test/dummy/public/stylesheets/.gitkeep +0 -0
  63. data/test/dummy/public/stylesheets/acts_as_monitor.css +0 -30
  64. data/test/dummy/script/rails +0 -6
  65. data/test/integration/navigation_test.rb +0 -7
  66. data/test/support/integration_case.rb +0 -5
  67. data/test/test_helper.rb +0 -22
@@ -1,14 +0,0 @@
1
- it:
2
- acts_as_monitor:
3
- icons:
4
- red: acts_as_monitor_red.png
5
- yellow: acts_as_monitor_yellow.png
6
- green: acts_as_monitor_green.png
7
- alt_image: "Clicca per visualizzare i dettagli"
8
- errors:
9
- missing_method: "Aggiungi acts_as_monitor alla classe da monitorare"
10
- messages:
11
- test_class:
12
- error_pippo: "Errore di Pippo"
13
- error_id: "Errore di Id"
14
- warn_paperino: "Avvertimento di paperino"
@@ -1,5 +0,0 @@
1
- # Sample localization file for English. Add more files in this directory for other locales.
2
- # See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
3
-
4
- en:
5
- hello: "Hello world"
@@ -1,58 +0,0 @@
1
- Dummy::Application.routes.draw do
2
- # The priority is based upon order of creation:
3
- # first created -> highest priority.
4
-
5
- # Sample of regular route:
6
- # match 'products/:id' => 'catalog#view'
7
- # Keep in mind you can assign values other than :controller and :action
8
-
9
- # Sample of named route:
10
- # match 'products/:id/purchase' => 'catalog#purchase', :as => :purchase
11
- # This route can be invoked with purchase_url(:id => product.id)
12
-
13
- # Sample resource route (maps HTTP verbs to controller actions automatically):
14
- # resources :products
15
-
16
- # Sample resource route with options:
17
- # resources :products do
18
- # member do
19
- # get 'short'
20
- # post 'toggle'
21
- # end
22
- #
23
- # collection do
24
- # get 'sold'
25
- # end
26
- # end
27
-
28
- # Sample resource route with sub-resources:
29
- # resources :products do
30
- # resources :comments, :sales
31
- # resource :seller
32
- # end
33
-
34
- # Sample resource route with more complex sub-resources
35
- # resources :products do
36
- # resources :comments
37
- # resources :sales do
38
- # get 'recent', :on => :collection
39
- # end
40
- # end
41
-
42
- # Sample resource route within a namespace:
43
- # namespace :admin do
44
- # # Directs /admin/products/* to Admin::ProductsController
45
- # # (app/controllers/admin/products_controller.rb)
46
- # resources :products
47
- # end
48
-
49
- # You can have the root of your site routed with "root"
50
- # just remember to delete public/index.html.
51
- root :to => "homes#index"
52
-
53
- # See how all your routes lay out with "rake routes"
54
-
55
- # This is a legacy wild controller route that's not recommended for RESTful applications.
56
- # Note: This route will make all actions in every controller accessible via GET requests.
57
- match ':controller(/:action(/:id(.:format)))'
58
- end
data/test/dummy/config.ru DELETED
@@ -1,4 +0,0 @@
1
- # This file is used by Rack-based servers to start the application.
2
-
3
- require ::File.expand_path('../config/environment', __FILE__)
4
- run Dummy::Application
Binary file
@@ -1,12 +0,0 @@
1
- class AddTestTables < ActiveRecord::Migration
2
- def self.up
3
- create_table(:test_classes, :force => true) do |t|
4
- t.string :name
5
- end
6
- end
7
-
8
- def self.down
9
- end
10
-
11
- end
12
-
@@ -1,19 +0,0 @@
1
- # This file is auto-generated from the current state of the database. Instead
2
- # of editing this file, please use the migrations feature of Active Record to
3
- # incrementally modify your database, and then regenerate this schema definition.
4
- #
5
- # Note that this schema.rb definition is the authoritative source for your
6
- # database schema. If you need to create the application database on another
7
- # system, you should be using db:schema:load, not running all the migrations
8
- # from scratch. The latter is a flawed and unsustainable approach (the more migrations
9
- # you'll amass, the slower it'll run and the greater likelihood for issues).
10
- #
11
- # It's strongly recommended to check this file into your version control system.
12
-
13
- ActiveRecord::Schema.define(:version => 20120523110000) do
14
-
15
- create_table "test_classes", :force => true do |t|
16
- t.string "name"
17
- end
18
-
19
- end
Binary file