Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository has been archived by the owner. It is now read-only.

Commit 9f5aceb

Browse files
committed
Clean project.
we use mysql2
1 parent 4a8b323 commit 9f5aceb

File tree

16 files changed

+16
-65
lines changed

16 files changed

+16
-65
lines changed

.rvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rvm use 1.9.3@libertador --create
1+
rvm use 1.9.3@libertador --create

Gemfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ gem 'rails', '3.2.11'
55
# Bundle edge Rails instead:
66
# gem 'rails', :git => 'git://github.com/rails/rails.git'
77

8-
gem 'sqlite3'
9-
8+
gem 'mysql2'
9+
gem 'formtastic'
10+
gem 'carrierwave'
1011

1112
# Gems used only for assets and not required
1213
# in production environments by default.
@@ -16,16 +17,15 @@ group :development, :test do
1617
gem 'capybara', :git => 'git://github.com/jnicklas/capybara.git'
1718
gem 'factory_girl_rails'
1819
gem 'launchy'
20+
end
21+
22+
group :test do
1923
gem 'database_cleaner'
2024
end
2125

2226
group :assets do
2327
gem 'sass-rails', '~> 3.2.3'
2428
gem 'coffee-rails', '~> 3.2.1'
25-
26-
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
27-
# gem 'therubyracer', :platforms => :ruby
28-
2929
gem 'uglifier', '>= 1.0.3'
3030
end
3131

Gemfile.lock

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ GEM
4343
addressable (2.3.2)
4444
arel (3.0.2)
4545
builder (3.0.4)
46+
carrierwave (0.8.0)
47+
activemodel (>= 3.2.0)
48+
activesupport (>= 3.2.0)
4649
childprocess (0.3.6)
4750
ffi (~> 1.0, >= 1.0.6)
4851
coffee-rails (3.2.2)
@@ -63,6 +66,8 @@ GEM
6366
factory_girl (~> 4.1.0)
6467
railties (>= 3.0.0)
6568
ffi (1.3.1)
69+
formtastic (2.2.1)
70+
actionpack (>= 3.0)
6671
hike (1.2.1)
6772
i18n (0.6.1)
6873
journey (1.0.4)
@@ -78,6 +83,7 @@ GEM
7883
treetop (~> 1.4.8)
7984
mime-types (1.19)
8085
multi_json (1.5.0)
86+
mysql2 (0.3.11)
8187
nokogiri (1.5.6)
8288
polyglot (0.3.3)
8389
rack (1.4.4)
@@ -132,7 +138,6 @@ GEM
132138
multi_json (~> 1.0)
133139
rack (~> 1.0)
134140
tilt (~> 1.1, != 1.3.0)
135-
sqlite3 (1.3.7)
136141
thor (0.16.0)
137142
tilt (1.3.3)
138143
treetop (1.4.12)
@@ -151,13 +156,15 @@ PLATFORMS
151156

152157
DEPENDENCIES
153158
capybara!
159+
carrierwave
154160
coffee-rails (~> 3.2.1)
155161
database_cleaner
156162
factory_girl_rails
163+
formtastic
157164
jquery-rails
158165
launchy
166+
mysql2
159167
rails (= 3.2.11)
160168
rspec-rails
161169
sass-rails (~> 3.2.3)
162-
sqlite3
163170
uglifier (>= 1.0.3)

app/controllers/test_controller.rb

Lines changed: 0 additions & 4 deletions
This file was deleted.

app/controllers/test_wierd_controller.rb

Lines changed: 0 additions & 2 deletions
This file was deleted.

app/helpers/test_helper.rb

Lines changed: 0 additions & 2 deletions
This file was deleted.

app/helpers/test_wierd_helper.rb

Lines changed: 0 additions & 2 deletions
This file was deleted.

app/views/test/index.html.erb

Lines changed: 0 additions & 2 deletions
This file was deleted.

spec/controllers/test_controller_spec.rb

Lines changed: 0 additions & 11 deletions
This file was deleted.

spec/controllers/test_wierd_controller_spec.rb

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)