This Rails 5 (5.0.0.1) app integrated:
-
Devise - for authentication.
-
Active Admin - for controlling the content of site through admin panel.
-
Devise invitable - for inviting the user from the admin panel to join the application.
-
semantic ui - for look and feel of application with glyphicons.
-
letter opener - for view the content of email in the browser itself.
-
exception_notification - for sending the exception email to recipients in production mode.
-
Flash messages display.
-
meta_request- for development (for google chrome rails panel)
-
.gitignore for rails app.
-
Ruby version (2.3.0).
-
Rails 5 (5.0.0.1).
-
Mysql (Development) and Postgresql (Production)
- Do git checkout followed by git archive by
$ git archive master | tar -x -C /somewhere/else- cd into that directory.
- I am using mysql database for development. if you are using any other update your Gemfile for corresponding database adapter.
- Update database configurations in database.yml.
bundle install
rails db:create db:migrate db:seed
rails s