Created
July 4, 2017 20:20
-
-
Save joselo/02dbc19f6f82e1ce2d3d4411cb71d757 to your computer and use it in GitHub Desktop.
Base Rails API Vue Postgresql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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