-
Notifications
You must be signed in to change notification settings - Fork 74
Updating
Pedro Belo edited this page Aug 6, 2015
·
2 revisions
Since Pliny defines some of the files in your app, simply bumping the gem version is not enough to make sure you have all the latest updates.
Use pliny-update
instead:
$ gem install pliny # get the latest version
$ pliny-update # updates the app in the current folder
The updater will apply all the changes in the template app to the current working directory. You can then use git to see what are these changes, and commit then.
Basics
Diving in
- bin/setup
- Config
- CORS
- Endpoints
- Error Handling
- Logging
- Models
- Mediators
- Migrations
- Rake Tasks
- Request IDs
- RequestStore
- Schema
- Serialization
- Testing
- Updating
Guides