Seymore - Content Management On Rails (r31)

Don’t forget to rake db:migrate!
Project page: http://slicedsoftware.com/software/seymore/

Revision 31 (04/02/2007)

  • Implemented drag and drop page reordering.
  • Implemented page slugs to be used in URLs rather than page names.
  • URLs to pages are now /p/:slug rather than /page/show/:id.
  • Improved the blank slate by adding a default user.
  • Fixed bug that caused an exception when trying to remove the last
    revision of a page with children. [Issue #1]
  • Various other bug fixes and improvements.