photoviewer 1.1.1 → 1.1.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.
data/log/test.log CHANGED
@@ -1,8 +1,8 @@
1
- # Logfile created on Thu Apr 03 13:38:09 -0700 2008 SQL (0.000000) SET SQL_AUTO_IS_NULL=0
1
+ # Logfile created on Thu Apr 17 09:15:23 -0700 2008 SQL (0.000000) SET SQL_AUTO_IS_NULL=0
2
2
  SQL (0.000000) BEGIN
3
3
  SQL (0.000000) ROLLBACK
4
4
  SQL (0.000000) BEGIN
5
- SQL (0.000000) ROLLBACK
5
+ SQL (0.015000) ROLLBACK
6
6
  SQL (0.000000) SET SQL_AUTO_IS_NULL=0
7
7
  SQL (0.000000) BEGIN
8
8
  SQL (0.000000) ROLLBACK
@@ -18,5 +18,5 @@
18
18
  SQL (0.000000) BEGIN
19
19
  SQL (0.000000) ROLLBACK
20
20
  SQL (0.000000) SET SQL_AUTO_IS_NULL=0
21
- SQL (0.015000) BEGIN
21
+ SQL (0.000000) BEGIN
22
22
  SQL (0.000000) ROLLBACK
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.1
4
+ version: 1.1.2
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-04-04 00:00:00 -07:00
12
+ date: 2008-04-17 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -116,13 +116,6 @@ files:
116
116
  - log
117
117
  - log/development.log
118
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
126
119
  - pkg
127
120
  - public
128
121
  - public/404.html
@@ -1,4 +0,0 @@
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>
@@ -1,64 +0,0 @@
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
@@ -1,2 +0,0 @@
1
- rails.port=3000
2
- source.encoding=UTF-8
@@ -1,9 +0,0 @@
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>