aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix invalid test fixture exposed by stricter Ruby 1.8.5 multipart parsing. Cl...Jeremy Kemper2006-11-052-0/+2
* scaffold_resource generator uses _path named routes and head instead of rende...Jeremy Kemper2006-11-052-21/+20
* SQLite: count(distinct) queries supported in >= 3.2.6, fix calculations worka...Jeremy Kemper2006-11-058-100/+79
* Turns out call_stack slows down the entire app, so just warn that breakpointsScott Barron2006-11-031-8/+2
* Set ActionView::Base.default_form_builder once rather than passing the :build...Jeremy Kemper2006-11-033-3/+36
* Test multiple timezones' DST. Closes #5617.Jeremy Kemper2006-11-031-17/+73
* Use US timezone for DST tests. Closes #5617.Jeremy Kemper2006-11-021-23/+43
* Dynamically generate reader methods for serialized attributes. Closes #6362.Jeremy Kemper2006-11-023-4/+22
* update XmlSimple to 1.0.10. Closes #6532. [nicksieger]Michael Koziarski2006-11-022-25/+29
* Deprecate expire_matched_fragments. Use expire_fragment instead. Closes #6535.Jeremy Kemper2006-11-022-0/+3
* Consistent default handling in ActionView render. Closes #6534.Jeremy Kemper2006-11-021-3/+2
* Remove dupe entry.Jeremy Kemper2006-11-021-4/+0
* umm ... who left that thereScott Barron2006-11-021-4/+0
* Resolved the conflictDavid Heinemeier Hansson2006-11-021-0/+4
* Deprecation: object transactions warning.Jeremy Kemper2006-11-023-11/+24
* Update bundled flexmock to latest 0.4.3.Jeremy Kemper2006-11-021-34/+1018
* has_one :dependent => :nullify ignores nil associates. Closes #6528.Jeremy Kemper2006-11-023-2/+14
* Document that expire_fragment with regexp arg fails on memcached and other ca...Jeremy Kemper2006-11-021-1/+6
* Generator can show diff on file collision to help you decide whether to skip ...Jeremy Kemper2006-11-022-18/+38
* Generated directories are recursively svn added, like mkdir -p. Closes #6416.Jeremy Kemper2006-11-022-6/+22
* Little better formatting of this string.Scott Barron2006-11-021-4/+6
* Don't do call_stack warning all the time, only if a breakpoint is used.Scott Barron2006-11-021-4/+4
* Interim test task for railties, the existing one fails suspiciously.Michael Koziarski2006-11-021-1/+10
* next_week respects DST changes. Closes #5617, closes #2353, closes #2509, ref...Jeremy Kemper2006-11-023-7/+58
* Update dependencies to allow constants to be defined alongside their siblings.Nicholas Seckar2006-11-015-5/+233
* Oracle: resolve test failures, use prefetched primary key for inserts, check ...Jeremy Kemper2006-11-0112-117/+64
* If using Ruby 1.8.5, pull in call_stack so breakpointer works again.Scott Barron2006-11-011-1/+15
* resource and scaffold_resource generators add a restful route to config/route...Jeremy Kemper2006-11-014-24/+36
* Removed deprecated end_form_tag helper.Kent Sibilev2006-10-313-2/+5
* Revert environment changes for autoload_pathsMichael Koziarski2006-10-312-5/+3
* Update to latest Prototype, which doesnt serialize disabled form elements, ad...Thomas Fuchs2006-10-284-10/+26
* Clean up the output of rake stats, de-emphasise components and apis, and re...Michael Koziarski2006-10-273-6/+9
* Added option to script/process/spawner of specifying the binding address #513...David Heinemeier Hansson2006-10-262-26/+61
* Fix scaffolding from using deprecated :post => true (closes #6499)David Heinemeier Hansson2006-10-262-2/+2
* next_week respects DST changes. Closes #6483.Jeremy Kemper2006-10-243-1/+7
* to_xml needs to accept an options hash to conform with the expectations of Ha...Jamis Buck2006-10-241-2/+2
* make sure link_to_image is deprecated as well as link_image_toJamis Buck2006-10-241-1/+2
* a few more deprecation improvementsJamis Buck2006-10-241-1/+1
* update deprecations to include alternative methods (where available)Jamis Buck2006-10-245-18/+18
* Use new deprecate syntax so that alternatives are given with the warningJamis Buck2006-10-244-29/+29
* Extend deprecate so that alternatives can be specified via the deprecationJamis Buck2006-10-242-3/+30
* Make add_column use the options hash with the Sqlite Adapter. Closes #6464 [o...Michael Koziarski2006-10-242-1/+3
* Update environment.rb comments to include config.autoload_paths. Closes #6478...Michael Koziarski2006-10-242-1/+7
* Update scaffold to use new form_tag block functionality. Closes #6480 [BobSilva]Michael Koziarski2006-10-243-4/+6
* Deprecate start_form_tag and end_form_tag. Use form_tag / '</form>' from now...Rick Olson2006-10-243-0/+32
* Added block-usage to PrototypeHelper#form_remote_tag, document block-usage of...Rick Olson2006-10-247-9/+37
* Made FormTagHelper#form_tag work with blocks, rendering start/end_form_tag de...David Heinemeier Hansson2006-10-233-4/+28
* Added block-usage to TagHelper#content_tag [DHH]David Heinemeier Hansson2006-10-233-7/+47
* Add basic logging support for logging outgoing requests.Jamis Buck2006-10-233-2/+17
* Plugin generator: check for class collisions. Closes #4833.Jeremy Kemper2006-10-232-0/+5