removed home.html.erb and configured new databases and changed background image

This commit is contained in:
Devin Howard 2012-11-03 11:51:49 -04:00
parent 42a9edb407
commit eb0c8f1b8a
7 changed files with 18 additions and 43 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

BIN
app/assets/images/.DS_Store vendored Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

View file

@ -23,7 +23,7 @@ img {border:0; padding:0; margin:0; display:block; text-indent:-9999px;}
html, body, .main, .wrapper, #container { height: 100%; }
html { }
body { background:#031924 url(background2.jpg) repeat 0 0; font-family: 'katarine-web', sans-serif; background-attachment:fixed; color:#FFF; }
body { background:#031924 url(background2-for-repeating.jpg) repeat 0 0; font-family: 'katarine-web', sans-serif; background-attachment:fixed; color:#FFF; }
h1,h2,h3,h4,h5,h6 { font-weight:normal; }
h1 {display:block; text-align:left; font-family: "vinyl",sans-serif; }

View file

@ -1,25 +0,0 @@
<% unless @item.nil? %>
<div class="home" id="container">
<div id="center-container">
<div id="infovis"></div>
</div>
<div id="showcard">
</div>
</div>
<div class="clearfloat"></div>
<script>
json = <%= @alljson %>;
$(document).ready(function() {
initFD();
});
</script>
<% end %>
<% if @item.nil? %>
<p><br>Shucks, there is nothing in metamaps.<p>
<% end %>
<% if authenticated? %>
<%= render :partial => 'items/new' %>
<%= render :partial => 'synapses/new' %>
<% end %>

BIN
config/.database.yml.swp Normal file

Binary file not shown.

View file

@ -1,32 +1,32 @@
development:
min_messages: WARNING
adapter: postgresql
host: ec2-54-243-188-58.compute-1.amazonaws.com
port: 5442
encoding: unicode
database: da81fvorvn5pp9
pool: 5
username: yolhqgtlivenrk
password: "oi_EAZwbXboYjqB_9tWPh2x5YS"
test:
min_messages: WARNING
adapter: postgresql
host: 127.0.0.1
port: 5432
encoding: unicode
database: metamap002_test
database: metamap002_development
pool: 5
username: postgres
password: "3112"
test:
min_messages: WARNING
adapter: postgresql
host: ec2-107-21-107-194.compute-1.amazonaws.com
port: 5432
encoding: unicode
database: ddcrn2lgphjk9k
pool: 5
username: qqpckkahytovwv
password: "njeP6cMA8EjM9ukHk9s3ReOdy7"
production:
min_messages: WARNING
adapter: postgresql
host: ec2-54-243-188-58.compute-1.amazonaws.com
port: 5442
host: ec2-107-21-107-194.compute-1.amazonaws.com
port: 5432
encoding: unicode
database: da81fvorvn5pp9
database: ddcrn2lgphjk9k
pool: 5
username: yolhqgtlivenrk
password: "oi_EAZwbXboYjqB_9tWPh2x5YS"
username: qqpckkahytovwv
password: "njeP6cMA8EjM9ukHk9s3ReOdy7"