トップ 最新

迷彩記憶 [全文検索]

検索方法

並べ替え: 表示件数: 検索条件の書式:

[SIMILAR] WITH 123983 membership WITH 49481 memberships WITH 23246 mailaddress WITH 21971 nickname WITH 19554 params WITH 16493 加フ WITH 16493 mhash WITH 16493 jhash WITH 16493 joined WITH 16493 理', WITH 12825 td WITH 11106 user WITH 11056 controller WITH 8562 event WITH 8246 ー</ WITH 8016 tr WITH 7748 会管 WITH 7748 者専 WITH 7380 joins WITH 6859 ザ管 WITH 6412 field WITH 6024 conditions WITH 5958 。<% WITH 5958 者メ WITH 5771 新出 WITH 5559 each WITH 5104 action WITH 4899 table WITH 4777 activerecord WITH 4736 クネ WITH 4655 h2 WITH 4541 般ユ の検索結果 46 件中 1 - 10 件目 (0.03291148 秒)

1 2 3 4 5 次へ

2007-05-13(Sun) [類似検索]

_[Rails] 飲み会管理システム(5)

mm/edit.rhtmlに戻ろう。 models/trong>usertrong>.rbで、trong>membershiptrong>と参trong>加フtrong>ラグを返せるようにしておく。 class trong>Usertrong> < ActiveRecord::Base def trong>membershiptrong>s trong>mhashtrong> = Hash::new m = trong>Membershiptrong>.find(:all, :conditions => ["trong>usertrong>_id = ?", self.id]) m.each do |trong>membershiptrong>| trong>mhashtrong>[trong>membershiptrong>.trong>eventtrong>_id] = trong>membershiptrong> end ...

_  (スコア:10000)

2007-05-13(Sun) [類似検索]

_[Rails] 飲み会管理システム(4)

管理者として認証にパスしたら、という条件は後で考えるとして、飲み会管理画面からユーザを誘えるようにしよう。 とりあえず、editのときだけ誘えればいいや。 models/trong>eventtrong>.rbで、trong>membershiptrong>と招待フラグ、参trong>加フtrong>ラグをhashで返せるようにしておく。 class trong>Eventtrong> < ActiveRecord::Base def trong>membershiptrong>s trong>mhashtrong> ...

_  (スコア:9406)

2007-05-19(Sat) [類似検索]

_[Rails] 飲み会管理システム(8)

イベントの参加者を見れるように、scaffoldのshowを拡張する。 trong>eventtrong>/show.rhtmlに以下を足すだけ。 <table> <tr><trong>tdtrong>>参加候補者</trong>tdtrong>><trong>tdtrong>>参加</trong>tdtrong>></tr> <% @trong>eventtrong>.trong>membershiptrong>s.each do |trong>membershiptrong>| %> <tr> <trong>tdtrong>><%= trong>membershiptrong>.trong>usertrong>.trong>nicknametrong> %></trong>tdtrong>> <trong>tdtrong>><%= trong>membershiptrong>.trong>joinedtrong> ? "YES" : "?" %></trong>tdtrong>> </tr ...

_  (スコア:8907)

2007-05-18(Fri) [類似検索]

_[Rails] 飲み会管理システム(7)

Invalid Textリレーションシップを指定する。 class trong>Usertrong> < ActiveRecord::Base has_many :trong>membershiptrong>s, :dependent => :destroy has_many :trong>eventtrong>s, :through => :trong>membershiptrong>s class trong>Eventtrong> < ActiveRecord::Base has_many :trong>membershiptrong>s, :dependent => :destroy has_many :trong>usertrong>s, :through => :trong>membershiptrong>s cla ...

_  (スコア:5949)

2007-05-13(Sun) [類似検索]

_[Rails] 飲み会管理システム(2)

飲み会管理システム = MeetingManager = mm を作ってみよう。 % rails mm 作られたconfig/database.ymlのままで問題はないので、データベース作成 % mysql -u root mysql> create database mm_development; mysql> create database mm_test; mysql> create database mm_production; mysql> quit モデルを作成 % ...

_  (スコア:4591)

2007-05-13(Sun) [類似検索]

_[Rails] 飲み会管理システム(3)

scaffoldを作る。 % ruby script/generate scaffold trong>Usertrong> trong>Usertrong> % ruby script/generate scaffold trong>Eventtrong> trong>Eventtrong> % ruby script/generate scaffold trong>Membershiptrong> trong>Membershiptrong> サーバを起動して % ruby script/server http://0.0.0.0:3000/trong>usertrong>にアクセスすると Listing trong>usertrong>s trong>Nicknametrong> Accountnumber trong>Mailaddresstrong> Roo ...

_  (スコア:3950)

2007-05-19(Sat) [類似検索]

_[Rails] 飲み会管理システム(9)

招待メールを出せるようにしよう。環境設定をconfig/environment.rbに足した。 ActionMailer::Base.delivery_method = :smtp ActionMailer::Base.smtp_settings = { :address => 'server.example.com' } メーラを作る。 % ruby script/generate mailer Mailer invite models/mailer.rbが出来ているので書き換え ...

_  (スコア:1849)

2004-07-02(Fri) [類似検索]

_[net] hiki + attachプラグイン

attach.rbで <input type="hidden" name="refresh" value="#{$index_page}"> attach.cgiで if trong>paramstrong>['refresh'][0] then url=trong>paramstrong>['refresh'][0].read else url=$cgi_name end redirect(cgi, "#{url}?c=#{command}&p=#{page}") なので、$index_pageに好き勝手なURLを入れてはいけない。 ...

_  (スコア:1325)

2007-05-13(Sun) [類似検索]

_[Rails] 飲み会管理システム(6)

trong>usertrong>/editでユーザ情報を表示すると、現在の状態に関らず常にrootでTrueが選択されている。 trong>usertrong>/_form.rhtmlで <p><label for="trong>usertrong>_root">Root</label><br/> <select id="trong>usertrong>_root" name="trong>usertrong>[root]"><option value="false">False</option><option value="true" selected>True</option></select></p> となっ ...

_  (スコア:1092)

2003-07-26(Sat) [類似検索]

_[spam] Field Guide to Spam

/.Jより。整理するとこんな感じ? dummy/cleanな文章をフィルタに見せて、人に見せないようにする工夫 text/plainにdummyを書き、text/htmlにspamを書く subjectの右端に書く html tagの中に隠す コメント 未定義のtag hidden form field html tagの外に隠す 枠の小さなmarquee 小さなフォント fore/backgroundで ...

_  (スコア:911)

1 2 3 4 5 次へ