Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djo/configuration
There is an example of the application which can help to manage settings.
https://github.com/djo/configuration
Last synced: 26 days ago
JSON representation
There is an example of the application which can help to manage settings.
- Host: GitHub
- URL: https://github.com/djo/configuration
- Owner: djo
- Created: 2011-07-11T16:54:30.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-06-19T09:34:56.000Z (over 10 years ago)
- Last Synced: 2023-03-16T22:20:30.345Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 273 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Configuration Management
Development:
bundle install
bundle exec rake db:setup
bundle exec rspec
bundle exec rails server
# => Browse to http://localhost:3000## Acceptance tests
These scenarios can help you to verify the application.
### Add a new setting
* Click the "Add a new setting" link
* You should see a new form
* Try to submit the form
* You should see the error messages next to required fields
* Fill in the fields and submit again
* You should see the newly setting item in the list### Edit a setting
* Move you cursor to a setting item
* You should see the "Edit" link
* Click the link
* You should see the form of the item
* Try to change the fields and submit the form
* You should see the just updated setting item### Delete a setting
* Move you cursor to a setting item
* You should see the "Delete" link
* Click the link
* The setting item will be deleted