タグ

2009年2月16日のブックマーク (2件)

  • ActiveRecordの複数形処理 - OVERT MEMO

    ActiveRecordは要素クラスの名前を複数形に変えてテーブル名としてくれるのですが、なんだか不思議な感じがします。 # Users テーブルへアクセス class User < ActiveRecord::Base end # People テーブルへアクセス class Person < ActiveRecord::Base end Usersはわかるのですが、なぜPersonsにならないのだろう? 正体はActiveSupportに含まれるInflector(active_support/inflector.rb)にありました。ここには英文用の各種変換が含まれ、Inflector.pluralize(word)で複数形に変換できます。 そして重要なのがactive_support/inflections.rbです。Inflector定義の最後で読み込まれているのですが、ここに実際

    ActiveRecordの複数形処理 - OVERT MEMO
  • rsyslog wiki

    The rsyslog wiki This wiki is currently being setup. It is somewhat experimental. It aims at providing a place for the community to share thoughts, tips and other user-contributed things about rsyslog. There currently is no fixed structure for this wiki. We invite the community to help create one, simply done by adding content. So far, I think the following categories may be useful: Success Storie