| Commit message (Expand) | Author | Age | Files | Lines |
* | Base.exists? doesn't rescue exceptions to avoid hiding SQL errors. Closes #10... | Jeremy Kemper | 2007-12-11 | 3 | -4/+13 |
* | More Action View refactoring. Knock :erb default down a notch. Closes #10455. | Jeremy Kemper | 2007-12-10 | 7 | -71/+72 |
* | Missed commit. Closes #10437. | Jeremy Kemper | 2007-12-10 | 1 | -0/+4 |
* | Fix up template handler tests. Closes #10437. | Jeremy Kemper | 2007-12-10 | 3 | -7/+7 |
* | Remove references to ActsAs* from the README now that it's been pulled out in... | Marcel Molina | 2007-12-10 | 1 | -14/+0 |
* | TimeZone#to_s uses UTC rather than GMT. References #1689. | Jeremy Kemper | 2007-12-10 | 3 | -2/+4 |
* | Ruby 1.9 compat: TimeZone avoids localtime conversion. References #1689 [Chu ... | Jeremy Kemper | 2007-12-10 | 2 | -4/+5 |
* | Fix javascript_tag method name collision. Closes #10337. | Jeremy Kemper | 2007-12-10 | 2 | -4/+4 |
* | Update destroy_all and delete_all documentation to better describe their trad... | Jeremy Kemper | 2007-12-10 | 2 | -5/+28 |
* | Ensure asset cache directories are automatically created. Closes #10337. | Jeremy Kemper | 2007-12-10 | 2 | -38/+33 |
* | Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pr... | Jeremy Kemper | 2007-12-10 | 17 | -59/+60 |
* | Correct empty response handling. Closes #10445. | Jeremy Kemper | 2007-12-10 | 4 | -4/+20 |
* | Ruby 1.9 compat. References #1689 [Pratik Naik] | Jeremy Kemper | 2007-12-10 | 3 | -5/+9 |
* | Document Active Record exceptions. Closes #10444. | Jeremy Kemper | 2007-12-10 | 2 | -91/+157 |
* | Remove unused ConnectionFailed exception | Jeremy Kemper | 2007-12-10 | 1 | -2/+0 |
* | Credit #10443 + more changelog updates | Jeremy Kemper | 2007-12-10 | 2 | -4/+6 |
* | More changelog updates | Jeremy Kemper | 2007-12-10 | 4 | -8/+9 |
* | Allow double quotes around RAILS_GEM_VERSION also. Closes #10443 [James Cox] | Jeremy Kemper | 2007-12-10 | 2 | -1/+6 |
* | More changelog updates | Jeremy Kemper | 2007-12-10 | 5 | -28/+28 |
* | Fix strange NoMemoryError on amd64. Closes #10442 [wrb] | Jeremy Kemper | 2007-12-10 | 1 | -4/+5 |
* | Axe outdated :ar_joins commentary | Jeremy Kemper | 2007-12-10 | 1 | -7/+0 |
* | Remove empty ar_joins_test | Jeremy Kemper | 2007-12-10 | 1 | -0/+0 |
* | lifo -> Pratik | Jeremy Kemper | 2007-12-10 | 3 | -27/+27 |
* | More contributor name updates | Jeremy Kemper | 2007-12-10 | 3 | -4/+4 |
* | Document how to disable forgery protection for tests. Useful note for those u... | Jeremy Kemper | 2007-12-10 | 1 | -1/+7 |
* | Update Chu's name in changelogs | Jeremy Kemper | 2007-12-10 | 2 | -4/+4 |
* | Update Fred's name in changelogs | Jeremy Kemper | 2007-12-10 | 3 | -4/+4 |
* | post.comments.reload returns the association rather than the result of load_t... | Jeremy Kemper | 2007-12-10 | 2 | -14/+22 |
* | Fix doc typo on Dispatcher.dispatch. Closes #10434 [fxn] | Jeremy Kemper | 2007-12-10 | 1 | -1/+1 |
* | Document the validates class method. Closes #10216 [Farley Knight] | Jeremy Kemper | 2007-12-10 | 1 | -1/+27 |
* | Missed commit. References #10395. | Jeremy Kemper | 2007-12-09 | 1 | -0/+14 |
* | Move #to_query methods where they ought to belong. Closes #10395 [Chu Yeow] | Jeremy Kemper | 2007-12-09 | 3 | -17/+17 |
* | render :xml and :json preserve custom content types. Closes #10388. | Jeremy Kemper | 2007-12-09 | 3 | -12/+34 |
* | Refactor Action View template handlers. Closes #10437. | Jeremy Kemper | 2007-12-09 | 7 | -89/+108 |
* | to_sentence returns self[0].to_s instead of just self[0] for arrays of length... | Jeremy Kemper | 2007-12-09 | 2 | -2/+4 |
* | Be careful not to reference ActiveRecord if it isn't loaded, fixing rake test... | Jeremy Kemper | 2007-12-09 | 1 | -1/+6 |
* | Don't check for pending migrations if Active Record isn't loaded | Jeremy Kemper | 2007-12-09 | 1 | -7/+9 |
* | Update rails:freeze:gems to work with RubyGems 0.9.5. | Jeremy Kemper | 2007-12-09 | 2 | -7/+18 |
* | Fix DoubleRenderError message and leave out mention of returning false from f... | Rick Olson | 2007-12-08 | 2 | -1/+3 |
* | Clean up some cruft around ActionController::Base#head. Closes #10417 [ssoroka] | Rick Olson | 2007-12-08 | 2 | -12/+6 |
* | Refactor of Hash#symbolize_keys! to use Hash#replace. Closes #10420 [ReinH] | Rick Olson | 2007-12-08 | 2 | -7/+5 |
* | Fix HashWithIndifferentAccess#to_options! so it doesn't clear the options has... | Rick Olson | 2007-12-08 | 3 | -0/+11 |
* | Make ready for 2.0.1 | David Heinemeier Hansson | 2007-12-07 | 16 | -22/+24 |
* | Removed query cache rescue as it could cause code to be run twice (closes #10... | David Heinemeier Hansson | 2007-12-07 | 3 | -3/+6 |
* | Ignore illegal seeks on body rewind. Catches CGI errors depending on your htt... | Jeremy Kemper | 2007-12-07 | 2 | -1/+17 |
* | Anchor DateTimeTest to fixed DateTime instead of a variable value based on Ti... | Geoff Buesing | 2007-12-07 | 2 | -3/+7 |
* | Fixed that the Query Cache should just be ignored if the database is misconfi... | David Heinemeier Hansson | 2007-12-06 | 2 | -0/+4 |
* | The test task stops with a warning if you have pending migrations. Closes #10... | Jeremy Kemper | 2007-12-06 | 3 | -1/+20 |
* | Fixed documentation that made rdoc bark | David Heinemeier Hansson | 2007-12-06 | 1 | -1/+1 |
* | Fixed documentation that made rdoc bark | David Heinemeier Hansson | 2007-12-06 | 1 | -2/+2 |