about summary refs log tree commit diff stats
path: root/config/initializers/ckeditor.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fixed ckeditor crashStar Rauchenberger2021-03-121-1/+1
|
* Fixed the "create record" checkbox in adminKelly Rauchenberger2017-07-021-1/+1
| | | | | Some weird stuff about javascript and precompiliation. Will get around to cleaning up some of the javascript soon.
* Created admin panelKelly Rauchenberger2017-07-021-0/+58
Currently allows you to create and edit blogs, including associated records. Uses a WYSIWYG editor that allows uploading images. Also included jQuery :(