dynamic_fields_for_rails 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +0 -1
  3. data/lib/dynamic_fields_for_rails/version.rb +1 -1
  4. metadata +9 -184
  5. data/.gitignore +0 -18
  6. data/.rubocop.yml +0 -87
  7. data/.ruby-version +0 -1
  8. data/Gemfile +0 -6
  9. data/dynamic_fields_for_rails.gemspec +0 -28
  10. data/test/config/active_record.rb +0 -15
  11. data/test/dummy/Rakefile +0 -9
  12. data/test/dummy/app/controllers/application_controller.rb +0 -5
  13. data/test/dummy/app/helpers/application_helper.rb +0 -4
  14. data/test/dummy/app/models/application_record.rb +0 -5
  15. data/test/dummy/app/models/child.rb +0 -4
  16. data/test/dummy/app/models/parent.rb +0 -6
  17. data/test/dummy/app/views/layouts/application.html.erb +0 -14
  18. data/test/dummy/app/views/parents/form.html.erb +0 -1
  19. data/test/dummy/config/application.rb +0 -45
  20. data/test/dummy/config/boot.rb +0 -12
  21. data/test/dummy/config/database.yml +0 -22
  22. data/test/dummy/config/environment.rb +0 -7
  23. data/test/dummy/config/environments/development.rb +0 -26
  24. data/test/dummy/config/environments/production.rb +0 -52
  25. data/test/dummy/config/environments/test.rb +0 -35
  26. data/test/dummy/config/initializers/backtrace_silencers.rb +0 -9
  27. data/test/dummy/config/initializers/inflections.rb +0 -12
  28. data/test/dummy/config/initializers/mime_types.rb +0 -7
  29. data/test/dummy/config/initializers/secret_token.rb +0 -9
  30. data/test/dummy/config/initializers/session_store.rb +0 -10
  31. data/test/dummy/config/locales/en.yml +0 -5
  32. data/test/dummy/config/routes.rb +0 -61
  33. data/test/dummy/config.ru +0 -6
  34. data/test/dummy/db/development.sqlite3 +0 -0
  35. data/test/dummy/db/migrate/20130423140255_create_parents.rb +0 -7
  36. data/test/dummy/db/migrate/20130423140307_create_children.rb +0 -10
  37. data/test/dummy/db/schema.rb +0 -26
  38. data/test/dummy/db/test.sqlite3 +0 -0
  39. data/test/dummy/log/development.log +0 -8
  40. data/test/dummy/log/test.log +0 -2047
  41. data/test/dummy/public/404.html +0 -26
  42. data/test/dummy/public/422.html +0 -26
  43. data/test/dummy/public/500.html +0 -26
  44. data/test/dummy/public/javascripts/application.js +0 -2
  45. data/test/dummy/public/javascripts/controls.js +0 -965
  46. data/test/dummy/public/javascripts/dragdrop.js +0 -974
  47. data/test/dummy/public/javascripts/effects.js +0 -1123
  48. data/test/dummy/public/javascripts/prototype.js +0 -6001
  49. data/test/dummy/public/javascripts/rails.js +0 -202
  50. data/test/dummy/script/rails +0 -8
  51. data/test/dynamic_fields_for_helper_test.rb +0 -9
  52. data/test/link_to_add_fields_test.rb +0 -36
  53. data/test/link_to_delete_fields_test.rb +0 -42
  54. data/test/test_helper.rb +0 -19
@@ -1,26 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>The page you were looking for doesn't exist (404)</title>
5
- <style type="text/css">
6
- body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
7
- div.dialog {
8
- width: 25em;
9
- padding: 0 4em;
10
- margin: 4em auto 0 auto;
11
- border: 1px solid #ccc;
12
- border-right-color: #999;
13
- border-bottom-color: #999;
14
- }
15
- h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
16
- </style>
17
- </head>
18
-
19
- <body>
20
- <!-- This file lives in public/404.html -->
21
- <div class="dialog">
22
- <h1>The page you were looking for doesn't exist.</h1>
23
- <p>You may have mistyped the address or the page may have moved.</p>
24
- </div>
25
- </body>
26
- </html>
@@ -1,26 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>The change you wanted was rejected (422)</title>
5
- <style type="text/css">
6
- body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
7
- div.dialog {
8
- width: 25em;
9
- padding: 0 4em;
10
- margin: 4em auto 0 auto;
11
- border: 1px solid #ccc;
12
- border-right-color: #999;
13
- border-bottom-color: #999;
14
- }
15
- h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
16
- </style>
17
- </head>
18
-
19
- <body>
20
- <!-- This file lives in public/422.html -->
21
- <div class="dialog">
22
- <h1>The change you wanted was rejected.</h1>
23
- <p>Maybe you tried to change something you didn't have access to.</p>
24
- </div>
25
- </body>
26
- </html>
@@ -1,26 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>We're sorry, but something went wrong (500)</title>
5
- <style type="text/css">
6
- body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
7
- div.dialog {
8
- width: 25em;
9
- padding: 0 4em;
10
- margin: 4em auto 0 auto;
11
- border: 1px solid #ccc;
12
- border-right-color: #999;
13
- border-bottom-color: #999;
14
- }
15
- h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
16
- </style>
17
- </head>
18
-
19
- <body>
20
- <!-- This file lives in public/500.html -->
21
- <div class="dialog">
22
- <h1>We're sorry, but something went wrong.</h1>
23
- <p>We've been notified about this issue and we'll take a look at it shortly.</p>
24
- </div>
25
- </body>
26
- </html>
@@ -1,2 +0,0 @@
1
- // Place your application-specific JavaScript functions and classes here
2
- // This file is automatically included by javascript_include_tag :defaults