Skip to content

DonMat/Rails-Bootstrap-pickers-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rails Bootstrap pickers demo

Simple Rails 4.2.6 application to show how to configure and use

with SimpleForm

Project contains also

Live demo

Bootstrap pickers demo

Installing and running

  1. Download source
  2. Provide your database.yml configuration or use default config from source
  3. Run bundle install to install gems
  4. Run rails s to run project

Contributing

Feel free to contribute. If you have any question, open an issue and I will be happy to answer.

What is done?

  • integrated bootstrap and bootstrap pickers
  • created simple scaffold to store various types of data: date, time and datetime
  • added simple panel for note page

What should be done

  • tests
  • CRUD via AJAX
  • create and edit note from modal
  • ... you tell me :)

Versioning

For the versions available, see the tags on this repository.

License

This project is licensed under the MIT License - see the LICENSE file for details