September 2009
Allow PKG_NAME env variable to control the... →
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...
Escaping symbol passed into Memoizable's... →
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...
Make has_one with :conditions hash scope build or... →
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...
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 →
Bookmark this on Delicious - Saved by gkreimer to rubyonrails nginx rails - More about this bookmark
米Twitterが大規模資金調達を発表 -INTERNET Watch →
米Twitterが大規模資金調達を発表 -INTERNET Watch 米Twitterは25日、大規模な資金調達を実施したことを発表した。同社創業者であるEvan Williams氏が公式ブログで発表した。ただし、金額については明らかにしていない。Twitterの資金調達に関しては、25日に大手経済紙のWall Street…
ActiveRecord を継承しないモデルで form_for を使うには -... →
ActiveRecord を継承しないモデルで form_for を使うには - yuum3のお仕事日記 ActiveRecord を継承しないモデルに form からの入力値を代入したい場合、テンプレートに <%= form_for @model %> を使うとエラーになってしまいます。これは、Ruby on Rails ではO/Rマッパーの…
Rails 2.0 » Railsアプリケーションのデザインが決まらない時はWeb App... →
Rails 2.0 » Railsアプリケーションのデザインが決まらない時はWeb App Themeを使おう 開発者にとって一番難儀なのがデザインではないだろうか。いや、そうじゃないという人もいるだろうが筆者はそうだ。いつもデザインで悩んで、あげくの当てに放棄してしまう。そんな中、便利に使っているのがWeb App…
grimen's validatious-on-rails at master - GitHub →
Bookmark this on Delicious - Saved by kb86 to model plugin rails validation validations ruby form forms html - More about this bookmark…
Made of Code: Generate gem.yml and .gems for Rails →
Bookmark this on Delicious - Saved by hchoroomi to rails - More about this bookmark
Ported the new ActionView::TestCase from... →
m actionpack/Rakefile
m actionpack/lib/action_controller/testing/test_case.rb
m actionpack/lib/action_view/render/rendering.rb
m actionpack/lib/action_view/test_case.rb
+...
Add gem filter for default gem path since it maybe... →
m railties/lib/rails/backtrace_cleaner.rb
m railties/test/backtrace_cleaner_test.rb Add gem filter for default gem path since it maybe different than the set of gem paths
ruby 1.9: Qualify toplevel File reference since... →
m railties/lib/rails/generators/rails/app/templates/config.ru ruby 1.9: Qualify toplevel File reference since config.ru could be eval'd in a different scope
Move tmp directory creation from server to... →
m railties/lib/rails/commands/server.rb
m railties/lib/rails/initializer.rb Move tmp directory creation from server to initializer
Move Rails::Static into ActionDispatch →
m actionpack/lib/action_dispatch.rb
+ actionpack/lib/action_dispatch/middleware/static.rb
+ actionpack/test/dispatch/static_test.rb
+ actionpack/test/fixtures/public/foo/bar.html
+...
Enable static asset server by default →
m railties/lib/rails/commands/server.rb
m railties/lib/rails/configuration.rb
m railties/lib/rails/generators/rails/app/templates/config/environments/production.rb
m...
Fix skipping memcache tests if a memcache server... →
m actionpack/test/dispatch/session/mem_cache_store_test.rb Fix skipping memcache tests if a memcache server isn't running
Move default middleware stack into initializer →
m actionpack/lib/action_controller/dispatch/dispatcher.rb
- actionpack/lib/action_controller/dispatch/middlewares.rb
m actionpack/test/abstract_unit.rb
m...
Clean up session integration tests so they... →
m actionpack/test/activerecord/active_record_store_test.rb
m actionpack/test/dispatch/session/cookie_store_test.rb
m actionpack/test/dispatch/session/mem_cache_store_test.rb Clean up session...
AC::Dispatcher is the default app, don't need... →
m actionpack/test/abstract_unit.rb AC::Dispatcher is the default app, don't need to set it
素晴らしいjQueryチュートリアル集 | CREAMU →
素晴らしいjQueryチュートリアル集 | CREAMU
AjaxLineで、素晴らしいjQueryチュートリアルがまとまっています。ざっといくつかご紹介。» Animated Menu Using jQuery jQueryを使ったアニメーションするメニュー » How to create tab with JavaScript…
Pull middleware for Rails info from the... →
m railties/builtin/rails_info/rails/info.rb
m railties/lib/rails/tasks/middleware.rake
m railties/test/rails_info_test.rb Pull middleware for Rails info from the initializer instead of...
include nokogiri gem, so activesupport nokogiri... →
m ci/geminstaller.yml include nokogiri gem, so activesupport nokogiri tests run Signed-off-by: Joshua Peek <josh@joshpeek.com>
Create separate middleware stack for initializer →
m railties/lib/rails/configuration.rb
m railties/lib/rails/initializer.rb
m railties/test/fcgi_dispatcher_test.rb Create separate middleware stack for initializer
Move middleware and route configuration from... →
m actionpack/lib/action_controller/dispatch/dispatcher.rb
m actionpack/lib/action_controller/testing/process.rb
m actionpack/lib/action_dispatch/testing/integration.rb
m...
Allow integration test rack app to be set with... →
m actionpack/lib/action_dispatch/testing/integration.rb
m actionpack/test/activerecord/active_record_store_test.rb
m actionpack/test/controller/integration_test.rb
m...
Allow setting a default application for all... →
m actionpack/lib/action_dispatch/testing/integration.rb
m actionpack/test/abstract_unit.rb
m actionpack/test/controller/dispatcher_test.rb Allow setting a default application for all integration...
Restore split between require-time and runtime... →
m actionpack/lib/action_view/template/handlers/builder.rb
m actionpack/test/template/form_options_helper_test.rb
m activesupport/lib/active_support.rb
m...
Convert the other vendored libs to avoid pulling... →
m activesupport/lib/active_support.rb
- activesupport/lib/active_support/vendor.rb
m activesupport/lib/active_support/vendor/builder.rb
m activesupport/lib/active_support/vendor/i18n.rb
m...
Move railties/lib/* into railties/lib/* →
m .gitignore
m actionpack/lib/action_controller/testing/process.rb
m railties/Rakefile
m railties/bin/rails
- railties/lib/code_statistics.rb
- railties/lib/commands.rb
-...
Avoid inadvertently loading an old tzinfo gem →
m activesupport/lib/active_support/vendor.rb
m activesupport/lib/active_support/vendor/tzinfo.rb Avoid inadvertently loading an old tzinfo gem
Watchr: A Flexible, Generic Alternative to AutoTes →
Bookmark this on Delicious - Saved by der_flo to autotest zentest bdd tdd test testing testunit ruby rails rubyonrails - More about…
Exporting data to CSV and Excel in your Rails apps... →
Bookmark this on Delicious - Saved by danielvlopes to rubyonrails - More about this bookmark
Make activesupport.gemspec the authoritative... →
m activesupport/Rakefile
m activesupport/activesupport.gemspec Make activesupport.gemspec the authoritative source instead of generating it from the Rakefile
Skip addition to load path if an... →
m activesupport/lib/active_support/vendor.rb Skip addition to load path if an externally-provided lib is already in place. Just to keep the path shorter.
Check if the lib is in the load path and... →
m activesupport/lib/active_support/vendor.rb Check if the lib is in the load path and requirable before attempting to activate the gem version
Explicitly require String#bytesize extension →
m activesupport/lib/active_support/message_verifier.rb Explicitly require String#bytesize extension
Nah, test SHA1, but skip the test and whine if... →
m activesupport/test/message_verifier_test.rb Nah, test SHA1, but skip the test and whine if OpenSSL is borked up
Wrap isolated test runner in a test suite →
m activesupport/Rakefile
+ activesupport/test/ts_isolated.rb
m ci/ci_build.rb Wrap isolated test runner in a test suite
Test with MD5 digest in an attempt to mollify CI →
m activesupport/test/message_verifier_test.rb Test with MD5 digest in an attempt to mollify CI
Use ActiveModel::TestCase base class →
m activemodel/lib/active_model/lint.rb
m activemodel/test/cases/lint_test.rb
m activemodel/test/cases/naming_test.rb
m activemodel/test/cases/validations/i18n_generate_message_validation_test.rb Use...
Make gemspecs the authoritative source instead of... →
m actionmailer/Rakefile
m actionmailer/actionmailer.gemspec
m actionpack/Rakefile
m actionpack/actionpack.gemspec
m activemodel/Rakefile
m activemodel/activemodel.gemspec
m activerecord/Rakefile
m...
Use OpenSSL::Digest.const(...).new instead of... →
m activesupport/lib/active_support/message_verifier.rb Use OpenSSL::Digest.const(...).new instead of OpenSSL::Digest::Digest.new(...)
Fix generic url rewriter in integration tests →
m actionpack/lib/action_dispatch/testing/integration.rb
m actionpack/test/controller/integration_test.rb Fix generic url rewriter in integration tests
MongoDB: A Light in the Darkness! (Key Value... →
Bookmark this on Delicious - Saved by grantmichaels to key-value databases mongodb key keyvalue irb mongo nosql bigtable hash - …
Deploying JRuby on Google App Engine - igvita.com →
Bookmark this on Delicious - Saved by igrigorik to google appengine jruby ruby rails deployment howto - More about this bookmark
MOONGIFT: » Amazon EC2をベースに分散処理システムを構築する「Cloud... →
MOONGIFT: » Amazon EC2をベースに分散処理システムを構築する「Cloud Crowd」:オープンソースを毎日紹介 Cloud…
クラウド上でRailsのテストケースを実行するDevver | Unofficial DB2... →
クラウド上でRailsのテストケースを実行するDevver | Unofficial DB2 BLOG DB2には関係無いですが、Rails+クラウドで面白いサービスを知ったのでご紹介を。…
Move integration test runner into ActionDispatch →
m actionpack/lib/action_controller.rb
+ actionpack/lib/action_controller/deprecated/integration_test.rb
+ actionpack/lib/action_controller/deprecated/performance_test.rb
-...