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
Prerequisitie: | |
Ruby 2.0.0-p481 | |
Rails 4.1.6 | |
[Step 1] | |
- rails new wids2015 | |
[Step 2] Add following lines to Gemfile | |
gem 'devise' |
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
[Step 1] | |
- rails new wids2015 | |
[Step 2] Add following lines to Gemfile | |
gem 'devise' | |
gem 'rails_admin' | |
gem 'grape', '~> 0.6.1' | |
gem 'grape-entity', '~> 0.4.0' |