Skip to content

Instantly share code, notes, and snippets.

@joselo
Created July 4, 2017 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joselo/02dbc19f6f82e1ce2d3d4411cb71d757 to your computer and use it in GitHub Desktop.
Save joselo/02dbc19f6f82e1ce2d3d4411cb71d757 to your computer and use it in GitHub Desktop.
Base Rails API Vue Postgresql
rails new . --api --webpack=vue --database=postgresql
gem 'closure_tree', '~> 6.5'
gem 'ransack', github: 'activerecord-hackery/ransack'
gem 'pundit', '~> 1.1'
gem 'rails-i18n', '~> 5.0', '>= 5.0.4'
gem 'rails_12factor', group: :production
gem 'exception_notification', git: 'https://github.com/smartinez87/exception_notification'
gem 'acts_as_list', '~> 0.9.5'
gem 'carrierwave', '~> 1.1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment