Skip to content

Commit ccda3fa

Browse files
committed
Initial commit
1 parent 87bd916 commit ccda3fa

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gem 'rails', '3.2.1'
55
# Bundle edge Rails instead:
66
# gem 'rails', :git => 'git://github.com/rails/rails.git'
77

8-
gem 'sqlite3-ruby', '1.3.2', :require =>'sqlite3'
8+
gem 'sqlite3'
99

1010
gem 'json'
1111

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ GEM
8888
hike (~> 1.2)
8989
rack (~> 1.0)
9090
tilt (~> 1.1, != 1.3.0)
91-
sqlite3-ruby (1.3.2)
91+
sqlite3 (1.3.5)
9292
thor (0.14.6)
9393
tilt (1.3.3)
9494
treetop (1.4.10)
@@ -108,5 +108,5 @@ DEPENDENCIES
108108
json
109109
rails (= 3.2.1)
110110
sass-rails (~> 3.2.3)
111-
sqlite3-ruby (= 1.3.2)
111+
sqlite3
112112
uglifier (>= 1.0.3)

db/schema.rb

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# This file is auto-generated from the current state of the database. Instead
2+
# of editing this file, please use the migrations feature of Active Record to
3+
# incrementally modify your database, and then regenerate this schema definition.
4+
#
5+
# Note that this schema.rb definition is the authoritative source for your
6+
# database schema. If you need to create the application database on another
7+
# system, you should be using db:schema:load, not running all the migrations
8+
# from scratch. The latter is a flawed and unsustainable approach (the more migrations
9+
# you'll amass, the slower it'll run and the greater likelihood for issues).
10+
#
11+
# It's strongly recommended to check this file into your version control system.
12+
13+
ActiveRecord::Schema.define(:version => 0) do
14+
15+
end

0 commit comments

Comments
 (0)