clipster 0.2.0 → 0.2.2

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 (48) hide show
  1. data/README.rdoc +2 -0
  2. data/Rakefile +4 -10
  3. data/app/assets/javascripts/clipster/clips.js +2 -0
  4. data/app/assets/stylesheets/clipster/clips.css +4 -0
  5. data/app/helpers/clipster/clips_helper.rb +4 -0
  6. data/lib/clipster/engine.rb +6 -0
  7. data/lib/clipster/version.rb +1 -1
  8. metadata +22 -83
  9. data/test/clipster_test.rb +0 -7
  10. data/test/dummy/README.rdoc +0 -261
  11. data/test/dummy/Rakefile +0 -7
  12. data/test/dummy/app/assets/javascripts/application.js +0 -15
  13. data/test/dummy/app/assets/stylesheets/application.css +0 -13
  14. data/test/dummy/app/controllers/application_controller.rb +0 -3
  15. data/test/dummy/app/helpers/application_helper.rb +0 -2
  16. data/test/dummy/app/views/layouts/application.html.erb +0 -14
  17. data/test/dummy/config.ru +0 -4
  18. data/test/dummy/config/application.rb +0 -59
  19. data/test/dummy/config/boot.rb +0 -10
  20. data/test/dummy/config/database.yml +0 -25
  21. data/test/dummy/config/environment.rb +0 -5
  22. data/test/dummy/config/environments/development.rb +0 -37
  23. data/test/dummy/config/environments/production.rb +0 -67
  24. data/test/dummy/config/environments/test.rb +0 -37
  25. data/test/dummy/config/initializers/backtrace_silencers.rb +0 -7
  26. data/test/dummy/config/initializers/inflections.rb +0 -15
  27. data/test/dummy/config/initializers/mime_types.rb +0 -5
  28. data/test/dummy/config/initializers/secret_token.rb +0 -7
  29. data/test/dummy/config/initializers/session_store.rb +0 -8
  30. data/test/dummy/config/initializers/wrap_parameters.rb +0 -14
  31. data/test/dummy/config/locales/en.yml +0 -5
  32. data/test/dummy/config/routes.rb +0 -4
  33. data/test/dummy/db/development.sqlite3 +0 -0
  34. data/test/dummy/db/schema.rb +0 -28
  35. data/test/dummy/db/test.sqlite3 +0 -0
  36. data/test/dummy/log/development.log +0 -480
  37. data/test/dummy/log/test.log +0 -19
  38. data/test/dummy/public/404.html +0 -26
  39. data/test/dummy/public/422.html +0 -26
  40. data/test/dummy/public/500.html +0 -25
  41. data/test/dummy/public/favicon.ico +0 -0
  42. data/test/dummy/script/rails +0 -6
  43. data/test/fixtures/clipster/clips.yml +0 -11
  44. data/test/functional/clipster/clip_controller_test.rb +0 -9
  45. data/test/integration/navigation_test.rb +0 -10
  46. data/test/test_helper.rb +0 -15
  47. data/test/unit/clipster/clip_test.rb +0 -9
  48. data/test/unit/helpers/clipster/clip_helper_test.rb +0 -6
@@ -1,19 +0,0 @@
1
- Connecting to database specified by database.yml
2
- Connecting to database specified by database.yml
3
- Connecting to database specified by database.yml
4
- Connecting to database specified by database.yml
5
-  (0.5ms) begin transaction
6
-  (0.0ms) rollback transaction
7
-  (0.1ms) begin transaction
8
-  (0.0ms) rollback transaction
9
- Connecting to database specified by database.yml
10
-  (0.5ms) begin transaction
11
-  (0.0ms) rollback transaction
12
-  (0.1ms) begin transaction
13
-  (0.0ms) rollback transaction
14
- Connecting to database specified by database.yml
15
- Connecting to database specified by database.yml
16
-  (0.4ms) begin transaction
17
-  (0.0ms) rollback transaction
18
-  (0.1ms) begin transaction
19
-  (0.0ms) rollback transaction
@@ -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,25 +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
- </div>
24
- </body>
25
- </html>
File without changes
@@ -1,6 +0,0 @@
1
- #!/usr/bin/env ruby
2
- # This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
3
-
4
- APP_PATH = File.expand_path('../../config/application', __FILE__)
5
- require File.expand_path('../../config/boot', __FILE__)
6
- require 'rails/commands'
@@ -1,11 +0,0 @@
1
- # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
2
-
3
- one:
4
- id: MyString
5
- clip: MyText
6
- language: MyString
7
-
8
- two:
9
- id: MyString
10
- clip: MyText
11
- language: MyString
@@ -1,9 +0,0 @@
1
- require 'test_helper'
2
-
3
- module Clipster
4
- class ClipControllerTest < ActionController::TestCase
5
- # test "the truth" do
6
- # assert true
7
- # end
8
- end
9
- end
@@ -1,10 +0,0 @@
1
- require 'test_helper'
2
-
3
- class NavigationTest < ActionDispatch::IntegrationTest
4
- fixtures :all
5
-
6
- # test "the truth" do
7
- # assert true
8
- # end
9
- end
10
-
data/test/test_helper.rb DELETED
@@ -1,15 +0,0 @@
1
- # Configure Rails Environment
2
- ENV["RAILS_ENV"] = "test"
3
-
4
- require File.expand_path("../dummy/config/environment.rb", __FILE__)
5
- require "rails/test_help"
6
-
7
- Rails.backtrace_cleaner.remove_silencers!
8
-
9
- # Load support files
10
- Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
11
-
12
- # Load fixtures from the engine
13
- if ActiveSupport::TestCase.method_defined?(:fixture_path=)
14
- ActiveSupport::TestCase.fixture_path = File.expand_path("../fixtures", __FILE__)
15
- end
@@ -1,9 +0,0 @@
1
- require 'test_helper'
2
-
3
- module Clipster
4
- class ClipTest < ActiveSupport::TestCase
5
- # test "the truth" do
6
- # assert true
7
- # end
8
- end
9
- end
@@ -1,6 +0,0 @@
1
- require 'test_helper'
2
-
3
- module Clipster
4
- class ClipHelperTest < ActionView::TestCase
5
- end
6
- end