photoviewer 1.1.0 → 1.1.1

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 (38) hide show
  1. data/Rakefile +1 -1
  2. data/app/views/list/_base.html.erb +69 -0
  3. data/app/views/list/email.html.erb +52 -0
  4. data/app/views/list/get_mails.html.erb +9 -0
  5. data/app/views/list/index.html.erb +11 -6
  6. data/coverage/app-controllers-application_rb.html +659 -659
  7. data/coverage/app-controllers-list_controller_rb.html +717 -717
  8. data/coverage/app-helpers-application_helper_rb.html +651 -651
  9. data/coverage/app-helpers-list_helper_rb.html +650 -650
  10. data/coverage/index.html +390 -390
  11. data/db/schema.rb +14 -14
  12. data/doc/app/classes/ApplicationController.html +119 -0
  13. data/doc/app/classes/ApplicationHelper.html +112 -0
  14. data/doc/app/classes/List.html +134 -0
  15. data/doc/app/classes/ListController.html +461 -0
  16. data/doc/app/classes/ListHelper.html +128 -0
  17. data/doc/app/created.rid +1 -0
  18. data/doc/app/files/app/controllers/application_rb.html +124 -0
  19. data/doc/app/files/app/controllers/list_controller_rb.html +124 -0
  20. data/doc/app/files/app/helpers/application_helper_rb.html +124 -0
  21. data/doc/app/files/app/helpers/list_helper_rb.html +124 -0
  22. data/doc/app/files/app/models/list_rb.html +124 -0
  23. data/doc/app/files/doc/README_FOR_APP.html +110 -0
  24. data/doc/app/fr_class_index.html +31 -0
  25. data/doc/app/fr_file_index.html +32 -0
  26. data/doc/app/fr_method_index.html +38 -0
  27. data/doc/app/index.html +24 -0
  28. data/doc/app/rdoc-style.css +208 -0
  29. data/log/development.log +2121 -675
  30. data/log/test.log +22 -630
  31. data/nbproject/private/private.xml +4 -0
  32. data/nbproject/private/rake-t.txt +64 -0
  33. data/nbproject/project.properties +2 -0
  34. data/nbproject/project.xml +9 -0
  35. data/public/images/skins/Skins_176A2-a.png +0 -0
  36. data/public/images/skins/Skins_176A2-b.png +0 -0
  37. metadata +136 -99
  38. data/catalog.xml +0 -4
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project-private xmlns="http://www.netbeans.org/ns/project-private/1">
3
+ <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/1"/>
4
+ </project-private>
@@ -0,0 +1,64 @@
1
+ (in C:/code3/rmobio-rubyforge/rmobio/trunk/photoviewer)
2
+ rake clean # Remove any temporary products.
3
+ rake clobber # Remove any generated file.
4
+ rake db:abort_if_pending_migrations # Raises an error if there are pending...
5
+ rake db:charset # Retrieves the charset for the curren...
6
+ rake db:collation # Retrieves the collation for the curr...
7
+ rake db:create # Create the database defined in confi...
8
+ rake db:create:all # Create all the local databases defin...
9
+ rake db:drop # Drops the database for the current R...
10
+ rake db:drop:all # Drops all the local databases define...
11
+ rake db:fixtures:identify # Search for a fixture given a LABEL o...
12
+ rake db:fixtures:load # Load fixtures into the current envir...
13
+ rake db:migrate # Migrate the database through scripts...
14
+ rake db:migrate:redo # Rollbacks the database one migration...
15
+ rake db:migrate:reset # Resets your database using your migr...
16
+ rake db:reset # Drops and recreates the database fro...
17
+ rake db:rollback # Rolls the schema back to the previou...
18
+ rake db:schema:dump # Create a db/schema.rb file that can ...
19
+ rake db:schema:load # Load a schema.rb file into the database
20
+ rake db:sessions:clear # Clear the sessions table
21
+ rake db:sessions:create # Creates a sessions migration for use...
22
+ rake db:structure:dump # Dump the database structure to a SQL...
23
+ rake db:test:clone # Recreate the test database from the ...
24
+ rake db:test:clone_structure # Recreate the test databases from the...
25
+ rake db:test:prepare # Prepare the test database and load t...
26
+ rake db:test:purge # Empty the test database
27
+ rake db:version # Retrieves the current schema version...
28
+ rake doc:app # Build the app HTML Files
29
+ rake doc:clobber_app # Remove rdoc products
30
+ rake doc:clobber_plugins # Remove plugin documentation
31
+ rake doc:clobber_rails # Remove rdoc products
32
+ rake doc:plugins # Generate documentation for all insta...
33
+ rake doc:rails # Build the rails HTML Files
34
+ rake doc:reapp # Force a rebuild of the RDOC files
35
+ rake doc:rerails # Force a rebuild of the RDOC files
36
+ rake log:clear # Truncates all *.log files in log/ to...
37
+ rake notes # Enumerate all annotations
38
+ rake notes:fixme # Enumerate all FIXME annotations
39
+ rake notes:optimize # Enumerate all OPTIMIZE annotations
40
+ rake notes:todo # Enumerate all TODO annotations
41
+ rake rails:freeze:edge # Lock to latest Edge Rails or a speci...
42
+ rake rails:freeze:gems # Lock this application to the current...
43
+ rake rails:unfreeze # Unlock this application from freeze ...
44
+ rake rails:update # Update both configs, scripts and pub...
45
+ rake rails:update:configs # Update config/boot.rb from your curr...
46
+ rake rails:update:javascripts # Update your javascripts from your cu...
47
+ rake rails:update:scripts # Add new scripts to the application s...
48
+ rake rmobio:setup # Set up the rmobio.yml configuration ...
49
+ rake routes # Print out all defined routes in matc...
50
+ rake secret # Generate a crytographically secure s...
51
+ rake stats # Report code statistics (KLOCs, etc) ...
52
+ rake test # Test all units and functionals
53
+ rake test:functionals # Run tests for functionalsdb:test:pre...
54
+ rake test:integration # Run tests for integrationdb:test:pre...
55
+ rake test:plugins # Run tests for pluginsenvironment / R...
56
+ rake test:recent # Run tests for recentdb:test:prepare ...
57
+ rake test:uncommitted # Run tests for uncommitteddb:test:pre...
58
+ rake test:units # Run tests for unitsdb:test:prepare /...
59
+ rake tmp:cache:clear # Clears all files and directories in ...
60
+ rake tmp:clear # Clear session, cache, and socket fil...
61
+ rake tmp:create # Creates tmp directories for sessions...
62
+ rake tmp:pids:clear # Clears all files in tmp/pids
63
+ rake tmp:sessions:clear # Clears all files in tmp/sessions
64
+ rake tmp:sockets:clear # Clears all files in tmp/sockets
@@ -0,0 +1,2 @@
1
+ rails.port=3000
2
+ source.encoding=UTF-8
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project xmlns="http://www.netbeans.org/ns/project/1">
3
+ <type>org.netbeans.modules.ruby.railsprojects</type>
4
+ <configuration>
5
+ <data xmlns="http://www.netbeans.org/ns/rails-project/1">
6
+ <name>photoviewer-rubyforge</name>
7
+ </data>
8
+ </configuration>
9
+ </project>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: photoviewer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jenny Chang
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-03-14 00:00:00 -07:00
12
+ date: 2008-04-04 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -40,120 +40,157 @@ extensions: []
40
40
  extra_rdoc_files: []
41
41
 
42
42
  files:
43
- - db
44
- - README
45
- - test
46
- - script
47
- - Rakefile
43
+ - app
44
+ - app/controllers
45
+ - app/controllers/application.rb
46
+ - app/controllers/list_controller.rb
47
+ - app/helpers
48
+ - app/helpers/application_helper.rb
49
+ - app/helpers/list_helper.rb
50
+ - app/models
51
+ - app/models/list.rb
52
+ - app/views
53
+ - app/views/layouts
54
+ - app/views/list
55
+ - app/views/list/banner.html.erb
56
+ - app/views/list/email.html.erb
57
+ - app/views/list/get_mails.html.erb
58
+ - app/views/list/images.xml
59
+ - app/views/list/index.html.erb
60
+ - app/views/list/promo.html.erb
61
+ - app/views/list/response.xml
62
+ - app/views/list/set_index.html.erb
63
+ - app/views/list/view.html.erb
64
+ - app/views/list/_base.html.erb
65
+ - config
66
+ - config/boot.rb
67
+ - config/database.yml
68
+ - config/environment.rb
69
+ - config/environments
70
+ - config/environments/development.rb
71
+ - config/environments/production.rb
72
+ - config/environments/test.rb
73
+ - config/initializers
74
+ - config/initializers/inflections.rb
75
+ - config/initializers/mime_types.rb
76
+ - config/rmobio.yml
77
+ - config/routes.rb
48
78
  - coverage
49
- - public
50
- - catalog.xml
79
+ - coverage/app-controllers-application_rb.html
80
+ - coverage/app-controllers-list_controller_rb.html
81
+ - coverage/app-helpers-application_helper_rb.html
82
+ - coverage/app-helpers-list_helper_rb.html
83
+ - coverage/index.html
84
+ - db
85
+ - db/schema.rb
51
86
  - doc
87
+ - doc/app
88
+ - doc/app/classes
89
+ - doc/app/classes/ApplicationController.html
90
+ - doc/app/classes/ApplicationHelper.html
91
+ - doc/app/classes/List.html
92
+ - doc/app/classes/ListController.html
93
+ - doc/app/classes/ListHelper.html
94
+ - doc/app/created.rid
95
+ - doc/app/files
96
+ - doc/app/files/app
97
+ - doc/app/files/app/controllers
98
+ - doc/app/files/app/controllers/application_rb.html
99
+ - doc/app/files/app/controllers/list_controller_rb.html
100
+ - doc/app/files/app/helpers
101
+ - doc/app/files/app/helpers/application_helper_rb.html
102
+ - doc/app/files/app/helpers/list_helper_rb.html
103
+ - doc/app/files/app/models
104
+ - doc/app/files/app/models/list_rb.html
105
+ - doc/app/files/doc
106
+ - doc/app/files/doc/README_FOR_APP.html
107
+ - doc/app/fr_class_index.html
108
+ - doc/app/fr_file_index.html
109
+ - doc/app/fr_method_index.html
110
+ - doc/app/index.html
111
+ - doc/app/rdoc-style.css
112
+ - doc/README_FOR_APP
52
113
  - lib
53
- - app
54
- - vendor
114
+ - lib/tasks
55
115
  - LICENSE
56
- - config
57
- - tmp
58
116
  - log
117
+ - log/development.log
118
+ - log/test.log
119
+ - nbproject
120
+ - nbproject/private
121
+ - nbproject/private/private.xml
122
+ - nbproject/private/profiler
123
+ - nbproject/private/rake-t.txt
124
+ - nbproject/project.properties
125
+ - nbproject/project.xml
59
126
  - pkg
60
- - db/schema.rb
61
- - test/test_helper.rb
62
- - test/unit
63
- - test/fixtures
64
- - test/functional
65
- - test/integration
66
- - test/mocks
67
- - test/unit/list_test.rb
68
- - test/functional/list_controller_test.rb
69
- - test/mocks/test
70
- - test/mocks/development
71
- - script/runner
72
- - script/process
73
- - script/generate
74
- - script/about
75
- - script/console
76
- - script/server
77
- - script/plugin
78
- - script/performance
79
- - script/destroy
80
- - script/process/spawner
81
- - script/process/reaper
82
- - script/process/inspector
83
- - script/performance/request
84
- - script/performance/benchmarker
85
- - script/performance/profiler
86
- - coverage/app-helpers-list_helper_rb.html
87
- - coverage/index.html
88
- - coverage/app-helpers-application_helper_rb.html
89
- - coverage/app-controllers-list_controller_rb.html
90
- - coverage/app-controllers-application_rb.html
91
- - public/dispatch.rb
127
+ - public
128
+ - public/404.html
129
+ - public/422.html
92
130
  - public/500.html
93
- - public/robots.txt
94
- - public/index.html
131
+ - public/dispatch.cgi
95
132
  - public/dispatch.fcgi
96
- - public/422.html
97
- - public/images
98
- - public/404.html
133
+ - public/dispatch.rb
99
134
  - public/favicon.ico
100
- - public/dispatch.cgi
101
- - public/javascripts
102
- - public/stylesheets
103
- - public/images/title_icon.png
104
- - public/images/mobio_small.png
105
- - public/images/cricket.png
135
+ - public/images
106
136
  - public/images/bn
107
- - public/images/default_state_icon.png
108
- - public/images/rails.png
109
- - public/images/time_small.png
110
- - public/images/bn/imobizo.png
111
- - public/images/bn/bpl.png
112
- - public/images/bn/toi.png
113
137
  - public/images/bn/afp.png
114
138
  - public/images/bn/airtel.png
139
+ - public/images/bn/bpl.png
140
+ - public/images/bn/imobizo.png
141
+ - public/images/bn/toi.png
115
142
  - public/images/bn/trivia.png
143
+ - public/images/cricket.png
144
+ - public/images/default_state_icon.png
145
+ - public/images/mobio_small.png
146
+ - public/images/rails.png
147
+ - public/images/skins
148
+ - public/images/skins/Skins_176A2-a.png
149
+ - public/images/skins/Skins_176A2-b.png
150
+ - public/images/time_small.png
151
+ - public/images/title_icon.png
152
+ - public/index.html
153
+ - public/javascripts
154
+ - public/javascripts/application.js
155
+ - public/javascripts/controls.js
116
156
  - public/javascripts/dragdrop.js
117
157
  - public/javascripts/effects.js
118
- - public/javascripts/application.js
119
158
  - public/javascripts/prototype.js
120
- - public/javascripts/controls.js
159
+ - public/robots.txt
160
+ - public/stylesheets
121
161
  - public/stylesheets/scaffold.css
122
- - doc/README_FOR_APP
123
- - lib/tasks
124
- - app/views
125
- - app/controllers
126
- - app/models
127
- - app/helpers
128
- - app/views/list
129
- - app/views/layouts
130
- - app/views/list/set_index.html.erb
131
- - app/views/list/index.html.erb
132
- - app/views/list/images.xml
133
- - app/views/list/view.html.erb
134
- - app/views/list/banner.html.erb
135
- - app/views/list/promo.html.erb
136
- - app/views/list/response.xml
137
- - app/controllers/list_controller.rb
138
- - app/controllers/application.rb
139
- - app/models/list.rb
140
- - app/helpers/application_helper.rb
141
- - app/helpers/list_helper.rb
162
+ - Rakefile
163
+ - README
164
+ - script
165
+ - script/about
166
+ - script/console
167
+ - script/destroy
168
+ - script/generate
169
+ - script/performance
170
+ - script/performance/benchmarker
171
+ - script/performance/profiler
172
+ - script/performance/request
173
+ - script/plugin
174
+ - script/process
175
+ - script/process/inspector
176
+ - script/process/reaper
177
+ - script/process/spawner
178
+ - script/runner
179
+ - script/server
180
+ - test
181
+ - test/fixtures
182
+ - test/functional
183
+ - test/functional/list_controller_test.rb
184
+ - test/integration
185
+ - test/mocks
186
+ - test/mocks/development
187
+ - test/mocks/test
188
+ - test/test_helper.rb
189
+ - test/unit
190
+ - test/unit/list_test.rb
191
+ - tmp
192
+ - vendor
142
193
  - vendor/plugins
143
- - config/database.yml
144
- - config/rmobio.yml
145
- - config/initializers
146
- - config/environments
147
- - config/environment.rb
148
- - config/routes.rb
149
- - config/boot.rb
150
- - config/initializers/inflections.rb
151
- - config/initializers/mime_types.rb
152
- - config/environments/development.rb
153
- - config/environments/test.rb
154
- - config/environments/production.rb
155
- - log/development.log
156
- - log/test.log
157
194
  has_rdoc: false
158
195
  homepage: ""
159
196
  post_install_message:
@@ -176,7 +213,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
176
213
  requirements: []
177
214
 
178
215
  rubyforge_project:
179
- rubygems_version: 1.0.1
216
+ rubygems_version: 1.1.0
180
217
  signing_key:
181
218
  specification_version: 2
182
219
  summary: PhotoViewer Sample Application
data/catalog.xml DELETED
@@ -1,4 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog" prefer="system">
3
- <nextCatalog catalog="nbproject/private/cache/retriever/catalog.xml"/>
4
- </catalog>