aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Missed commit. References #10395.Jeremy Kemper2007-12-091-0/+14
* Move #to_query methods where they ought to belong. Closes #10395 [Chu Yeow]Jeremy Kemper2007-12-093-17/+17
* render :xml and :json preserve custom content types. Closes #10388.Jeremy Kemper2007-12-093-12/+34
* Refactor Action View template handlers. Closes #10437.Jeremy Kemper2007-12-097-89/+108
* to_sentence returns self[0].to_s instead of just self[0] for arrays of length...Jeremy Kemper2007-12-092-2/+4
* Be careful not to reference ActiveRecord if it isn't loaded, fixing rake test...Jeremy Kemper2007-12-091-1/+6
* Don't check for pending migrations if Active Record isn't loadedJeremy Kemper2007-12-091-7/+9
* Update rails:freeze:gems to work with RubyGems 0.9.5.Jeremy Kemper2007-12-092-7/+18
* Fix DoubleRenderError message and leave out mention of returning false from f...Rick Olson2007-12-082-1/+3
* Clean up some cruft around ActionController::Base#head. Closes #10417 [ssoroka]Rick Olson2007-12-082-12/+6
* Refactor of Hash#symbolize_keys! to use Hash#replace. Closes #10420 [ReinH]Rick Olson2007-12-082-7/+5
* Fix HashWithIndifferentAccess#to_options! so it doesn't clear the options has...Rick Olson2007-12-083-0/+11
* Make ready for 2.0.1David Heinemeier Hansson2007-12-0716-22/+24
* Removed query cache rescue as it could cause code to be run twice (closes #10...David Heinemeier Hansson2007-12-073-3/+6
* Ignore illegal seeks on body rewind. Catches CGI errors depending on your htt...Jeremy Kemper2007-12-072-1/+17
* Anchor DateTimeTest to fixed DateTime instead of a variable value based on Ti...Geoff Buesing2007-12-072-3/+7
* Fixed that the Query Cache should just be ignored if the database is misconfi...David Heinemeier Hansson2007-12-062-0/+4
* The test task stops with a warning if you have pending migrations. Closes #10...Jeremy Kemper2007-12-063-1/+20
* Fixed documentation that made rdoc barkDavid Heinemeier Hansson2007-12-061-1/+1
* Fixed documentation that made rdoc barkDavid Heinemeier Hansson2007-12-061-2/+2
* Preparing for release shortlyDavid Heinemeier Hansson2007-12-0617-48/+33
* Fixed that the truncation of strings longer than 50 chars should use inspect ...David Heinemeier Hansson2007-12-063-4/+6
* Fixed send_file/binary_content for testing (closes #8044) [tolsen]David Heinemeier Hansson2007-12-053-20/+11
* Adding missing space to documentation of the layout method. Closes #7126 [ora...Marcel Molina2007-12-051-1/+1
* Add example of redirect_to that uses a named route. Closes #7149 [stevenbristol]Marcel Molina2007-12-051-0/+1
* Fix eager association test. Closes #10381 [alexey]Jeremy Kemper2007-12-051-1/+2
* Correct example for path parameters to use strings as keys in the hash rather...Marcel Molina2007-12-051-2/+3
* Fixed that habtm associations should be able to set :select as part of their ...David Heinemeier Hansson2007-12-052-30/+4
* Fix incorrect superclass in documentation for alias_attribute. Closes #7171 [...Marcel Molina2007-12-051-1/+1
* Document that the delegate method can delegate to things other than just meth...Marcel Molina2007-12-051-0/+20
* Update documentation to reflect increased accuracy of date interval calculati...Marcel Molina2007-12-051-4/+3
* Fixed that habtm associations should be able to set :select as part of their ...David Heinemeier Hansson2007-12-052-0/+7
* Add documentation examples to prototype helper. Closes #7211 [manfred]Marcel Molina2007-12-052-2/+25
* Enhance documentation coverage for fragment caching. Closes #7315 [bscofield]Marcel Molina2007-12-053-15/+28
* Document how the :include option can be used in Calculations::calculate. Clo...Marcel Molina2007-12-052-0/+4
* Fix typo in documentation for polymorphic associations w/STI. Closes #7461 [j...Marcel Molina2007-12-052-2/+4
* Reveal that the type option in migrations can be any supported column type fo...Marcel Molina2007-12-052-1/+8
* Add warning to documentation about using transactional fixtures when the code...Marcel Molina2007-12-052-0/+6
* Add many examples to PrototypeHelper documentation. Closes #7656 [jeremymcana...Marcel Molina2007-12-052-25/+258
* Fix typos (closes #10378)David Heinemeier Hansson2007-12-0524-35/+35
* Add many examples to assertion documentation. Closes #7803 [jeremymcanally]Marcel Molina2007-12-055-37/+130
* Ensure that ActionMailer::Base is there and not just the parent moduleDavid Heinemeier Hansson2007-12-051-1/+1
* More complete documentation for find_by_sql. Closes #7912 [fearoffish]Marcel Molina2007-12-052-3/+25
* Document API for exists?'s parameter and provide examples of usage. Closes #7...Marcel Molina2007-12-052-3/+14
* Document API for create's attributes parameter and provide examples. Closes #...Marcel Molina2007-12-052-2/+13
* Documentation for find incorrectly omits the :conditions option from various ...Marcel Molina2007-12-052-4/+6
* Fix typo in [8287]Marcel Molina2007-12-051-1/+1
* Document options and add examples for update. Closes #7985 [fearoffish]Marcel Molina2007-12-052-6/+12
* Document options and add examples for delete. Closes #7986 [fearoffish]Marcel Molina2007-12-052-2/+20
* Document options and add examples for destroy. Closes #7988 [fearoffish]Marcel Molina2007-12-052-2/+21