killing off /public
Oleg
committed Jun 03, 2011
commit a200166da39378a5ffadd19352fd4b2576b9c246
Showing 34
changed files with
59 additions
and 59 deletions
Gemfile
+2
-2
| @@ | @@ -1,8 +1,8 @@ |
| source 'http://rubygems.org' | |
| - | gem 'rails', :git => 'https://github.com/rails/rails.git' |
| + | gem 'rails', '>=3.0.0' |
| gem 'active_link_to', '>=0.0.7' | |
| - | gem 'paperclip', :git => 'https://github.com/thoughtbot/paperclip.git' |
| + | gem 'paperclip', '>=2.3.11' |
| group :development do | |
| gem 'sqlite3' | |
public/422.html
+0
-26
| @@ | @@ -1,26 +0,0 @@ |
| - | <!DOCTYPE html> |
| - | <html> |
| - | <head> |
| - | <title>The change you wanted was rejected (422)</title> |
| - | <style type="text/css"> |
| - | body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; } |
| - | div.dialog { |
| - | width: 25em; |
| - | padding: 0 4em; |
| - | margin: 4em auto 0 auto; |
| - | border: 1px solid #ccc; |
| - | border-right-color: #999; |
| - | border-bottom-color: #999; |
| - | } |
| - | h1 { font-size: 100%; color: #f00; line-height: 1.5em; } |
| - | </style> |
| - | </head> |
| - | |
| - | <body> |
| - | <!-- This file lives in public/422.html --> |
| - | <div class="dialog"> |
| - | <h1>The change you wanted was rejected.</h1> |
| - | <p>Maybe you tried to change something you didn't have access to.</p> |
| - | </div> |
| - | </body> |
| - | </html> |
public/500.html
+0
-26
| @@ | @@ -1,26 +0,0 @@ |
| - | <!DOCTYPE html> |
| - | <html> |
| - | <head> |
| - | <title>We're sorry, but something went wrong (500)</title> |
| - | <style type="text/css"> |
| - | body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; } |
| - | div.dialog { |
| - | width: 25em; |
| - | padding: 0 4em; |
| - | margin: 4em auto 0 auto; |
| - | border: 1px solid #ccc; |
| - | border-right-color: #999; |
| - | border-bottom-color: #999; |
| - | } |
| - | h1 { font-size: 100%; color: #f00; line-height: 1.5em; } |
| - | </style> |
| - | </head> |
| - | |
| - | <body> |
| - | <!-- This file lives in public/500.html --> |
| - | <div class="dialog"> |
| - | <h1>We're sorry, but something went wrong.</h1> |
| - | <p>We've been notified about this issue and we'll take a look at it shortly.</p> |
| - | </div> |
| - | </body> |
| - | </html> |
public/favicon.ico
+0
-0
public/robots.txt
+0
-5
| @@ | @@ -1,5 +0,0 @@ |
| - | # See http://www.robotstxt.org/wc/norobots.html for documentation on how to use the robots.txt file |
| - | # |
| - | # To ban all spiders from the entire site uncomment the next two lines: |
| - | # User-Agent: * |
| - | # Disallow: / |
public_old/422.html
+26
-0
| @@ | @@ -0,0 +1,26 @@ |
| + | <!DOCTYPE html> |
| + | <html> |
| + | <head> |
| + | <title>The change you wanted was rejected (422)</title> |
| + | <style type="text/css"> |
| + | body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; } |
| + | div.dialog { |
| + | width: 25em; |
| + | padding: 0 4em; |
| + | margin: 4em auto 0 auto; |
| + | border: 1px solid #ccc; |
| + | border-right-color: #999; |
| + | border-bottom-color: #999; |
| + | } |
| + | h1 { font-size: 100%; color: #f00; line-height: 1.5em; } |
| + | </style> |
| + | </head> |
| + | |
| + | <body> |
| + | <!-- This file lives in public/422.html --> |
| + | <div class="dialog"> |
| + | <h1>The change you wanted was rejected.</h1> |
| + | <p>Maybe you tried to change something you didn't have access to.</p> |
| + | </div> |
| + | </body> |
| + | </html> |
public_old/500.html
+26
-0
| @@ | @@ -0,0 +1,26 @@ |
| + | <!DOCTYPE html> |
| + | <html> |
| + | <head> |
| + | <title>We're sorry, but something went wrong (500)</title> |
| + | <style type="text/css"> |
| + | body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; } |
| + | div.dialog { |
| + | width: 25em; |
| + | padding: 0 4em; |
| + | margin: 4em auto 0 auto; |
| + | border: 1px solid #ccc; |
| + | border-right-color: #999; |
| + | border-bottom-color: #999; |
| + | } |
| + | h1 { font-size: 100%; color: #f00; line-height: 1.5em; } |
| + | </style> |
| + | </head> |
| + | |
| + | <body> |
| + | <!-- This file lives in public/500.html --> |
| + | <div class="dialog"> |
| + | <h1>We're sorry, but something went wrong.</h1> |
| + | <p>We've been notified about this issue and we'll take a look at it shortly.</p> |
| + | </div> |
| + | </body> |
| + | </html> |
public_old/favicon.ico
+0
-0
public_old/robots.txt
+5
-0
| @@ | @@ -0,0 +1,5 @@ |
| + | # See http://www.robotstxt.org/wc/norobots.html for documentation on how to use the robots.txt file |
| + | # |
| + | # To ban all spiders from the entire site uncomment the next two lines: |
| + | # User-Agent: * |
| + | # Disallow: / |
public_old/system/files/1/original/Earth (Americas).gif
+0
-0
public_old/system/files/10/original/Pluto and Charon.gif
+0
-0
public_old/system/files/11/original/Saturn.gif
+0
-0
public_old/system/files/12/original/Uranus.gif
+0
-0
public_old/system/files/13/original/Venus.gif
+0
-0
public_old/system/files/14/original/Earth (Clouds).gif
+0
-0
public_old/system/files/15/original/Earth and Moon.gif
+0
-0
public_old/system/files/16/original/Extrasolar Giant.gif
+0
-0
public_old/system/files/17/original/Jupiter.gif
+0
-0
public_old/system/files/18/original/Mars.gif
+0
-0
public_old/system/files/19/original/Mercury.gif
+0
-0
public_old/system/files/2/original/Earth (Australasia).gif
+0
-0
public_old/system/files/20/original/Neptune.gif
+0
-0
public_old/system/files/21/original/Pluto and Charon.gif
+0
-0
public_old/system/files/22/original/Saturn.gif
+0
-0
public_old/system/files/23/original/Uranus.gif
+0
-0
public_old/system/files/24/original/Venus.gif
+0
-0
public_old/system/files/3/original/Earth (Clouds).gif
+0
-0
public_old/system/files/4/original/Earth and Moon.gif
+0
-0
public_old/system/files/5/original/Extrasolar Giant.gif
+0
-0
public_old/system/files/593363171/original/valid_image.jpg
+0
-0
public_old/system/files/6/original/Jupiter.gif
+0
-0
public_old/system/files/7/original/Mars.gif
+0
-0
public_old/system/files/8/original/Mercury.gif
+0
-0
public_old/system/files/9/original/Neptune.gif
+0
-0