Simple Rails 4.2.6 application to show how to configure and use
with SimpleForm
- Download source
- Provide your database.yml configuration or use default config from source
- Run bundle install to install gems
- Run rails s to run project
Feel free to contribute. If you have any question, open an issue and I will be happy to answer.
- integrated bootstrap and bootstrap pickers
- created simple scaffold to store various types of data: date, time and datetime
- added simple panel for note page
- tests
- CRUD via AJAX
- create and edit note from modal
- ... you tell me :)
For the versions available, see the tags on this repository.
This project is licensed under the MIT License - see the LICENSE file for details