khiav223577/find_with_order

View on GitHub
gemfiles/3.2.gemfile

Summary

Maintainability
Test Coverage
source 'https://rubygems.org'

gem "activerecord", "~> 3.2.0"

group :test do
  case ENV['DB']
  when 'mysql' ; gem 'mysql2' , '0.4.10'
  when 'pg'    ; gem 'pg', '~> 0.18'
  end
  gem "simplecov", '< 0.18'
end

gemspec :path => "../"