4Rails

Sep 29

Allow PKG_NAME env variable to control the directory name used when 'rake dev' is used to generate a new rails app. -

m railties/Rakefile Allow PKG_NAME env variable to control the directory name used when 'rake dev' is used to generate a new rails app. Signed-off-by: Michael Koziarski...

Make has_one with :conditions hash scope build or creation of the associated object with those conditions -

m activerecord/lib/active_record/associations.rb
m activerecord/lib/active_record/associations/has_one_association.rb
m activerecord/test/cases/associations/has_one_associations_test.rb
m...

Escaping symbol passed into Memoizable's flush_cache for query methods to allow them to be cleared -

m activesupport/lib/active_support/memoizable.rb
m activesupport/test/memoizable_test.rb Escaping symbol passed into Memoizable's flush_cache for query methods to allow them to be cleared...

Remove SQLite2 from CI setup -

m ci/ci_setup_notes.txt
m ci/geminstaller.yml Remove SQLite2 from CI setup Signed-off-by: Michael Koziarski <michael@koziarski.com>

XSS対策パッチを当ててもRailsに残る脆弱性 - 岩本隆史の日記帳 -

XSS対策パッチを当ててもRailsに残る脆弱性 - 岩本隆史の日記帳

セキュリティ, Rubyどのような脆弱性か先日書いた「Rails 2系のXSS脆弱性がRuby…

script/nginx : Freelancing Gods -

http://delicious.com Bookmark this on Delicious - Saved by gkreimer to - More about this bookmark

ActiveRecord を継承しないモデルで form_for を使うには - yuum3のお仕事日記 -

ActiveRecord を継承しないモデルで form_for を使うには - yuum3のお仕事日記

ActiveRecord を継承しないモデルに form からの入力値を代入したい場合、テンプレートに <%= form_for @model %> を使うとエラーになってしまいます。これは、Ruby on Rails ではO/Rマッパーの…

米Twitterが大規模資金調達を発表 -INTERNET Watch -

米Twitterが大規模資金調達を発表 -INTERNET Watch

米Twitterは25日、大規模な資金調達を実施したことを発表した。同社創業者であるEvan Williams氏が公式ブログで発表した。ただし、金額については明らかにしていない。Twitterの資金調達に関しては、25日に大手経済紙のWall Street…

grimen's validatious-on-rails at master - GitHub -

http://delicious.com Bookmark this on Delicious - Saved by kb86 to - More about this bookmark

Rails 2.0 » Railsアプリケーションのデザインが決まらない時はWeb App Themeを使おう -

Rails 2.0 » Railsアプリケーションのデザインが決まらない時はWeb App Themeを使おう

開発者にとって一番難儀なのがデザインではないだろうか。いや、そうじゃないという人もいるだろうが筆者はそうだ。いつもデザインで悩んで、あげくの当てに放棄してしまう。そんな中、便利に使っているのがWeb App…