public
Description: Simplelog is a simple Ruby on Rails weblog application. This project is a fork to work with Sqlite3 and Rails 2.1.2
Homepage:
Clone URL: git://github.com/jbbarth/simplelog.git
jbbarth (author)
Sun May 10 04:15:49 -0700 2009
commit  7d3b080c875c7d154cc0860806283354774a8d9f
tree    632189c3ae4f07ac37b39cee9c6bd2f81616b177
parent  5f7b60d51b8beeed9cc369b7bc1cde9826f7b934
name age message
file .gitignore Mon Apr 06 10:01:33 -0700 2009 Updated .gitignore so that it ignores test-rela... [jbbarth]
file README FIRST Sun Jan 11 15:10:05 -0800 2009 First commit ; Simplelog 2.0.2 official release... [jbbarth]
file README.textile Fri Jan 30 10:15:47 -0800 2009 Updated README file [jbbarth]
file Rakefile Tue Jan 13 13:29:09 -0800 2009 Updated some rails files with recent versions [jbbarth]
directory app/ Sat May 09 17:22:29 -0700 2009 Set a default text_filter, + tiny refactoring [jbbarth]
directory config/ Loading commit data...
directory db/
directory doc/ Sun Jan 11 15:10:05 -0800 2009 First commit ; Simplelog 2.0.2 official release... [jbbarth]
directory lib/ Mon Apr 27 10:00:08 -0700 2009 Added migration script (don't know if it works ... [jbbarth]
directory log/ Tue Jan 13 13:14:13 -0800 2009 Created log/ and tmp/ directories [jbbarth]
directory public/ Sat May 09 14:07:11 -0700 2009 Updated styles so that admin menu renders well ... [jbbarth]
directory script/ Tue Jan 13 13:29:09 -0800 2009 Updated some rails files with recent versions [jbbarth]
directory test/ Fri May 01 03:07:24 -0700 2009 Changed Comment.kill_tags method : added a para... [jbbarth]
directory themes/ Sun Feb 01 11:47:11 -0800 2009 Updated my personal theme [jbbarth]
directory tmp/ Tue Jan 13 13:14:13 -0800 2009 Created log/ and tmp/ directories [jbbarth]
directory vendor/ Sun Feb 01 11:34:08 -0800 2009 Fixed weblog .js files not rendered (2/2) [jbbarth]
README.textile

Simplelog

“Simplelog is a simple (and free!) Ruby on Rails weblog application”

It’s a project from Garrett Murray, you can find informations on its official site http://www.simplelog.net/. Since the project is no more active, here is a fork to maintain it with recent versions of Rails, and make it work under Sqlite (which fit perfectly with the initial goals of the project in my opinion).

Warning : this version has only been tested with Sqlite, no Postgresql or Mysql warranty.

Warning : the major part of tests pass successfully but some are broken and some features may not work (soap api, automated updates, …)