Skip to content

Commit

Permalink
reworked api to pull from model
Browse files Browse the repository at this point in the history
  • Loading branch information
jchartrand committed Jan 11, 2013
1 parent c32147c commit 9f79bd4
Show file tree
Hide file tree
Showing 10 changed files with 823 additions and 729 deletions.
4 changes: 4 additions & 0 deletions Capfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
load 'deploy'
# Uncomment if you are using Rails' asset pipeline
# load 'deploy/assets'
load 'config/deploy' # remove this line to skip loading any of the default tasks
8 changes: 1 addition & 7 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,19 @@ source 'https://rubygems.org'
gem 'rails', '3.2.8'
gem 'bootstrap-sass', '2.0.4'

# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'

gem 'mysql2'

gem 'pubmed_search'
gem 'bio'
gem 'grape'



group :development, :test do
gem 'rspec-rails'
gem 'guard-rspec', '1.2.1'
gem 'guard-spork', '1.2.0'
gem 'spork', '0.9.2'
gem 'capistrano'
end

group :test do
Expand Down Expand Up @@ -50,8 +47,5 @@ gem 'jquery-rails'
# Use unicorn as the app server
# gem 'unicorn'

# Deploy with Capistrano
# gem 'capistrano'

# To use debugger
# gem 'debugger'
15 changes: 15 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ GEM
bio (1.4.3)
bootstrap-sass (2.0.4.0)
builder (3.0.4)
capistrano (2.14.1)
highline
net-scp (>= 1.0.0)
net-sftp (>= 2.0.0)
net-ssh (>= 2.0.14)
net-ssh-gateway (>= 1.1.0)
capybara (1.1.2)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
Expand Down Expand Up @@ -81,6 +87,7 @@ GEM
spork (>= 0.8.4)
sys-proctable
hashie (1.2.0)
highline (1.6.15)
hike (1.2.1)
i18n (0.6.1)
journey (1.0.4)
Expand All @@ -101,6 +108,13 @@ GEM
multi_json (1.3.7)
multi_xml (0.5.1)
mysql2 (0.3.11)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
net-sftp (2.0.5)
net-ssh (>= 2.0.9)
net-ssh (2.6.3)
net-ssh-gateway (1.1.0)
net-ssh (>= 1.99.1)
nokogiri (1.5.5)
polyglot (0.3.3)
pry (0.9.10)
Expand Down Expand Up @@ -191,6 +205,7 @@ PLATFORMS
DEPENDENCIES
bio
bootstrap-sass (= 2.0.4)
capistrano
capybara (= 1.1.2)
coffee-rails (~> 3.2.1)
grape
Expand Down
Loading

0 comments on commit 9f79bd4

Please sign in to comment.