Jeremy Kemper
|
e69a636349
|
More contributor name updates
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8351 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-10 01:16:00 +00:00 |
|
Jeremy Kemper
|
380ddd5310
|
Document how to disable forgery protection for tests. Useful note for those upgrading from 1.x. Closes #10440 [Trevor Turk]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8350 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-10 01:15:30 +00:00 |
|
Jeremy Kemper
|
a93fea800f
|
Update Chu's name in changelogs
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8349 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-10 01:07:49 +00:00 |
|
Jeremy Kemper
|
c92c8c0b28
|
Update Fred's name in changelogs
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8348 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-10 01:07:34 +00:00 |
|
Jeremy Kemper
|
220a64e9b6
|
post.comments.reload returns the association rather than the result of load_target. Closes #10438 [Fred Cheung]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8347 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-10 01:07:04 +00:00 |
|
Jeremy Kemper
|
a3e57ad11e
|
Fix doc typo on Dispatcher.dispatch. Closes #10434 [fxn]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8346 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-10 00:52:38 +00:00 |
|
Jeremy Kemper
|
1542886e40
|
Document the validates class method. Closes #10216 [Farley Knight]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8345 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-10 00:47:55 +00:00 |
|
Jeremy Kemper
|
62ddeaf052
|
Missed commit. References #10395.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8344 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-09 23:02:50 +00:00 |
|
Jeremy Kemper
|
2d2fd67b51
|
Move #to_query methods where they ought to belong. Closes #10395 [Chu Yeow]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8343 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-09 22:12:07 +00:00 |
|
Jeremy Kemper
|
bafd698acb
|
render :xml and :json preserve custom content types. Closes #10388.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8342 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-09 22:11:37 +00:00 |
|
Jeremy Kemper
|
3fab196da3
|
Refactor Action View template handlers. Closes #10437.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8341 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-09 22:11:11 +00:00 |
|
Jeremy Kemper
|
ef57b93a82
|
to_sentence returns self[0].to_s instead of just self[0] for arrays of length 1. Closes #10390 [Chu Yeow, mrj]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8340 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-09 22:10:40 +00:00 |
|
Jeremy Kemper
|
77de690a56
|
Be careful not to reference ActiveRecord if it isn't loaded, fixing rake test when you're working without a database. [eedn]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8339 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-09 04:37:46 +00:00 |
|
Jeremy Kemper
|
2c951efed3
|
Don't check for pending migrations if Active Record isn't loaded
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8338 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-09 04:18:28 +00:00 |
|
Jeremy Kemper
|
a456388ff9
|
Update rails:freeze:gems to work with RubyGems 0.9.5.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8336 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-09 01:20:24 +00:00 |
|
Rick Olson
|
37b874bb4d
|
Fix DoubleRenderError message and leave out mention of returning false from filters. Closes #10380 [fcheung]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8335 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-08 19:32:10 +00:00 |
|
Rick Olson
|
d1c6349e58
|
Clean up some cruft around ActionController::Base#head. Closes #10417 [ssoroka]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8334 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-08 19:23:03 +00:00 |
|
Rick Olson
|
b30de6039d
|
Refactor of Hash#symbolize_keys! to use Hash#replace. Closes #10420 [ReinH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8333 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-08 00:19:37 +00:00 |
|
Rick Olson
|
4dcd4069f5
|
Fix HashWithIndifferentAccess#to_options! so it doesn't clear the options hash. Closes #10419 [ReinH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8332 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-08 00:12:52 +00:00 |
|
David Heinemeier Hansson
|
1acd54a5b4
|
Make ready for 2.0.1
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8330 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-07 13:37:13 +00:00 |
|
David Heinemeier Hansson
|
7f02cdd4a0
|
Removed query cache rescue as it could cause code to be run twice (closes #10408) [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8329 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-07 13:34:06 +00:00 |
|
Jeremy Kemper
|
db885e81b9
|
Ignore illegal seeks on body rewind. Catches CGI errors depending on your httpd. Closes #10404 [Curtis Hawthorne]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8327 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-07 04:20:20 +00:00 |
|
Geoff Buesing
|
2766f7629f
|
Anchor DateTimeTest to fixed DateTime instead of a variable value based on Time.now#advance#to_datetime. Works around issue on 64-bit platforms with Ruby's Time#to_datetime respecting fractional seconds, and database adapters not respecting them for DateTimes, throwing off before-and-after-save equality test. References #10080, #10073
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8326 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-07 03:00:50 +00:00 |
|
David Heinemeier Hansson
|
731ecec15e
|
Fixed that the Query Cache should just be ignored if the database is misconfigured (so that the "About your applications environment" works even before the database has been created) [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8325 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-06 22:05:48 +00:00 |
|
Jeremy Kemper
|
699da7001b
|
The test task stops with a warning if you have pending migrations. Closes #10377.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8324 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-06 18:57:19 +00:00 |
|
David Heinemeier Hansson
|
ee6232e607
|
Fixed documentation that made rdoc bark
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8323 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-06 18:45:22 +00:00 |
|
David Heinemeier Hansson
|
b5c42c09d6
|
Fixed documentation that made rdoc bark
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8322 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-06 18:38:14 +00:00 |
|
David Heinemeier Hansson
|
729741a3fa
|
Preparing for release shortly
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8321 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-06 18:12:48 +00:00 |
|
David Heinemeier Hansson
|
e16ecaf84c
|
Fixed that the truncation of strings longer than 50 chars should use inspect so newlines etc are escaped (closes #10385) [norbert]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8319 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-06 00:01:11 +00:00 |
|
David Heinemeier Hansson
|
8f24701ae1
|
Fixed send_file/binary_content for testing (closes #8044) [tolsen]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8318 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-05 23:23:04 +00:00 |
|
Marcel Molina
|
57c9630944
|
Adding missing space to documentation of the layout method. Closes #7126 [orangechicken, jeremymcanally]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8317 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-05 22:19:10 +00:00 |
|
Marcel Molina
|
5af446346a
|
Add example of redirect_to that uses a named route. Closes #7149 [stevenbristol]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8316 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-05 22:07:58 +00:00 |
|
Jeremy Kemper
|
52fe604da3
|
Fix eager association test. Closes #10381 [alexey]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8315 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-05 22:06:26 +00:00 |
|
Marcel Molina
|
0d82b146a1
|
Correct example for path parameters to use strings as keys in the hash rather than symbols. Closes #7160 [akaspick]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8314 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-05 22:04:02 +00:00 |
|
David Heinemeier Hansson
|
2e47db2fbd
|
Fixed that habtm associations should be able to set :select as part of their definition and have that honored [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8313 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-05 21:53:53 +00:00 |
|
Marcel Molina
|
c924279403
|
Fix incorrect superclass in documentation for alias_attribute. Closes #7171 [tzaharia]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8312 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-05 21:52:25 +00:00 |
|
Marcel Molina
|
cdc4e93dfa
|
Document that the delegate method can delegate to things other than just methods. Closes #7184 [dcmanges, jeremymcanally]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8311 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-05 21:45:35 +00:00 |
|
Marcel Molina
|
b9e0b72795
|
Update documentation to reflect increased accuracy of date interval calculations. Closes #7192 [eventualbuddha]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8310 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-05 21:38:02 +00:00 |
|
David Heinemeier Hansson
|
6fd1a4d502
|
Fixed that habtm associations should be able to set :select as part of their definition and have that honored [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8309 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-05 21:37:51 +00:00 |
|
Marcel Molina
|
7e608af9ff
|
Add documentation examples to prototype helper. Closes #7211 [manfred]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8308 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-05 21:33:10 +00:00 |
|
Marcel Molina
|
9ffb6328ea
|
Enhance documentation coverage for fragment caching. Closes #7315 [bscofield]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8307 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-05 21:06:36 +00:00 |
|
Marcel Molina
|
ee6b6073d5
|
Document how the :include option can be used in Calculations::calculate. Closes #7446 [adamwiggins, ultimoamore]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8306 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-05 20:51:03 +00:00 |
|
Marcel Molina
|
aa9ed408a8
|
Fix typo in documentation for polymorphic associations w/STI. Closes #7461 [johnjosephbachir]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8305 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-05 20:24:41 +00:00 |
|
Marcel Molina
|
632ab246db
|
Reveal that the type option in migrations can be any supported column type for your database but also include caveat about agnosticism. Closes #7531 [adamwiggins, mikong]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8304 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-05 20:20:37 +00:00 |
|
Marcel Molina
|
15b1b889f2
|
Add warning to documentation about using transactional fixtures when the code under test uses transactions itself. Closes #7548 [thijsv]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8303 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-05 20:17:16 +00:00 |
|
Marcel Molina
|
68261d4b27
|
Add many examples to PrototypeHelper documentation. Closes #7656 [jeremymcanally]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8302 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-05 20:05:51 +00:00 |
|
David Heinemeier Hansson
|
2af36bbbd4
|
Fix typos (closes #10378)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8301 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-05 18:54:41 +00:00 |
|
Marcel Molina
|
c27b9db39f
|
Add many examples to assertion documentation. Closes #7803 [jeremymcanally]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8300 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-05 18:17:23 +00:00 |
|
David Heinemeier Hansson
|
cc0c4202be
|
Ensure that ActionMailer::Base is there and not just the parent module
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8299 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-05 18:16:04 +00:00 |
|
Marcel Molina
|
edf32cea3f
|
More complete documentation for find_by_sql. Closes #7912 [fearoffish]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8298 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-05 17:37:18 +00:00 |
|