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