Archive for March 29th, 2008
building the foundations of a social network framework (part 1.5)
Posted on March 29, 2008. Filed under: Ruby on Rails, development, user accounts management | Tags: Active Record, barebone social network framework, basic user model, core social framework functionality, drafts, handle for a user, social network framework tutorial, tutorials, user management, validates_presence_of, validates_uniqueness_of |
Until now, I have figured out how that stripped-down version of a most basic social network framework shall look like — in terms of rendered HTML for the users list as well as for the database structure to be used/models’ interdependencies. The goal is to implement that most basic stripped-down version. My previous post on [...]
Read Full Post | Make a Comment ( None so far )building the foundations of a social network framework [to be continued]
Posted on March 29, 2008. Filed under: Ruby on Rails, community building, development, social web, user accounts management | Tags: Active Record, barebone social network framework, contact list, contact list management, core social framework functionality, drafts, ERM, handle for a user, LovdByLess, Migrations, Rake, tutorials, user management, videos |
Since I pondered on implementing a social network for weeks, this weekend I might have some time to get something up and running. It’s plain to me that I am new to Rails, and I probably will miss several important points. (For the same reason, I don’t dare to approach to comprehend how the LovdByLess [...]
Read Full Post | Make a Comment ( None so far )