public
Homepage: http://www.findshelternow.com
Clone URL: git://github.com/faithfulgeek/findshelternow.git
Search Repo:
Updated routes & database.yml
faithfulgeek (author)
Sat Jul 19 16:58:30 -0700 2008
commit  710237928e8bd6160537570a3314297493e281d0
tree    d3625b74e966e635966a2ec1e799c55019b1b1eb
parent  203a60cf5de638ae2aeda39b981dd457c8267a83
...
1
2
3
4
5
6
 
 
 
 
7
8
9
...
1
2
3
 
 
 
4
5
6
7
8
9
10
0
@@ -1,9 +1,10 @@
0
 # SQLite version 3.x
0
 # gem install sqlite3-ruby (not necessary on OS X Leopard)
0
 development:
0
- adapter: sqlite3
0
- database: db/development.sqlite3
0
- timeout: 5000
0
+ adapter: mysql
0
+ database: findshelternow
0
+ username: root
0
+ host: localhost
0
 
0
 # Warning: The database defined as "test" will be erased and
0
 # re-generated from your development database when you run "rake".
...
1
 
 
 
 
 
 
2
3
4
...
1
2
3
4
5
6
7
8
9
10
0
@@ -1,4 +1,10 @@
0
 ActionController::Routing::Routes.draw do |map|
0
+ map.resources :competitors
0
+
0
+ map.resources :compsets
0
+
0
+ map.resources :compsets
0
+
0
   # The priority is based upon order of creation: first created -> highest priority.
0
 
0
   # Sample of regular route:

Comments

    No one has commented yet.