public
Description: The open source social networking platform in Ruby on Rails from the author of RailsSpace
Homepage: http://insoshi.com
Clone URL: git://github.com/insoshi/insoshi.git
Search Repo:
Michael Hartl (author)
Wed May 14 13:04:29 -0700 2008
commit  b28d1d612b53e861a0e2d0d7c473041d29f2e350
tree    d843d06c25a5ec0248792c6a5e9176909a0ae8ac
parent  7053655da8b45f44c0afd3cbeffd4a4638d0ae45
insoshi / db / migrate
name age message
..
folder 001_create_people.rb Tue Feb 26 19:37:25 -0800 2008 1st cut at blog comments [Michael Hartl]
folder 002_create_photos.rb Sun Feb 24 16:03:01 -0800 2008 Added database indices, cleaned up migrations [Michael Hartl]
folder 003_create_communications.rb Fri Feb 29 22:51:37 -0800 2008 Added new messages to home page [Michael Hartl]
folder 004_create_connections.rb Sat Mar 01 15:00:35 -0800 2008 Refactored away the connection status strings, ... [Michael Hartl]
folder 005_create_forums.rb Sun Feb 24 18:14:05 -0800 2008 Forums, with working topics [Michael Hartl]
folder 006_create_topics.rb Mon Feb 25 16:51:43 -0800 2008 Merge branch 'master' into inheritance [Michael Hartl]
folder 007_create_posts.rb Tue Feb 26 19:37:25 -0800 2008 1st cut at blog comments [Michael Hartl]
folder 008_create_blogs.rb Tue Feb 26 19:37:25 -0800 2008 1st cut at blog comments [Michael Hartl]
folder 009_create_comments.rb Wed Apr 09 17:54:00 -0700 2008 Polymorphic Comment model [Michael Hartl]
folder 010_create_events_and_feed.rb Sat Mar 22 19:12:43 -0700 2008 Got feeds (!) working [Michael Hartl]
folder 011_create_page_view.rb Sun Mar 16 14:13:27 -0700 2008 Added Scribd-style PageView objects [Michael Hartl]
folder 012_create_local_keys.rb Wed Apr 23 20:39:28 -0700 2008 Got RSA key generation and tests passing [Michael Hartl]
folder 013_add_admin.rb Wed Apr 23 20:39:28 -0700 2008 Got RSA key generation and tests passing [Michael Hartl]
folder 014_rename_events_to_activities.rb Thu Mar 27 12:20:37 -0700 2008 Add migration to rename events database tables ... [kevinansfield]
folder 015_add_some_indices.rb Tue Apr 01 18:32:07 -0700 2008 Added some database indices [Michael Hartl]
folder 016_create_preferences.rb Wed Apr 23 10:59:08 -0700 2008 Rejiggered migrations to get preference creatio... [Michael Hartl]
folder 017_create_email_verifications.rb Fri Apr 18 16:25:53 -0700 2008 Fixed last niggling details on email verification [Michael Hartl]
folder 018_add_analytics_preference.rb Wed Apr 23 11:05:03 -0700 2008 Added Insoshi install rake task [Michael Hartl]
folder 019_add_server_name_and_app.rb Wed Apr 23 19:44:41 -0700 2008 Added application name [Michael Hartl]
folder 020_remove_session_column.rb Mon May 05 13:54:08 -0700 2008 Removing dubious session column from page_views [Michael Hartl]
folder 021_add_about_to_preferences.rb Fri May 09 10:42:46 -0700 2008 Added 'about' preference and link [Michael Hartl]
folder 022_add_email_notification_preferences.rb Mon May 12 14:11:41 -0700 2008 Added per-person email notifications, with test... [Michael Hartl]