Added db/seeds.rb as a default file for storing seed data for the database. Can be loaded with rake db:seed (or created alongside the db with db:setup). (This is also known as the "Stop Putting Gawd Damn Seed Data In Your Migrations" feature) [DHH]
15b36055e68380c5e62e893347270aa94ca73803
Prepare for final 2.3 release
73fc42cc0b5e94541480032c2941a50edd4080c2
Revert "XmlMini supports different backend parsers, starting with libxml"
a995a738ca10f9bef023689df70d26aad8931b9a
3 commits »
Fix find_by_last when order is given [#2127 state:committed]
Merge branch 'master' of git@github.com:rails/rails
Correctly clean backtraces from vendor/gems and gems in alternate install locations
9442d843ff2ed8e7845707a95482a43aec8efe95
Fixed that redirection would just log the options, not the final url (which lead to "Redirected to #<Post:0x23150b8>") [DHH]
Make sure that Rails frameworks are silenced when running in gem mode too
Push the guides
b1c989f28dd1d619f0e3e3ca1b894b686e517f2f
de540416e9a1ead164c9c80352565de2dc5955ce
713b9c6a1b00492db72f61896118264306c6de71
Release RC2 today
dfef3d8b14b5d3dcb61d83c30d5d5b27d33ff530
2 commits »
Added ability to pass in :public => true to fresh_when, stale?, and expires_in to make the request proxy cachable [#2095 state:committed]
So it didnt happen yesterday, but very soon! Just need the final details ironed out
7058c1366ee33f3095b8737c2b71876702cddea6
Vendorize i18n 0.1.3 gem (fixes issues with incompatible character encodings in Ruby 1.9) (Akira Matsuda) [#2038 state:committed]
Prep for RC2 later today
77b0994c7835610982d708ce7ce5cd95e6e99e5a
Update rdoc: all is not a named_scope [#1959 state:committed]
Metal can now line in plugins under app/metal [#2045 state:committed]
Force all internal calls to Array#to_sentence to use English [#2010 state:resolved]
6de83562f91028629bd24447aa521bc72ef8277a
Don't validate records of an :autosave association if they're marked for destruction. [#2064 status:resolved]
Pass a custom form builder on to nested fields_for calls. [#2023 status:committed]
Fixed that autosave should validate associations even if master is invalid [#1930 status:committed]
5cda000bf0f6d85d1a1efedf9fa4d0b6eaf988a1
45787bdd0e9ec20b111e570a20b5f66a949b400c
Fix docs
d13623ca46c82120c398f4634e206422fc3ad7ea
Added ActiveRecord::Base.each and ActiveRecord::Base.find_in_batches for batch processing [DHH/Jamis Buck]
b61cad6ae140bc71c6a74b22c75e886b41154b0a
Ensure that the app routes file is loaded even when engines are in play (Thjis) [#1970 state:committed]