aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Docfix (closes #6462)David Heinemeier Hansson2006-10-231-0/+5
* Docfix (closes #6393)David Heinemeier Hansson2006-10-222-81/+124
* Deprecated UrlHelper#link_to_image and UrlHelper#link_to :post => true (close...David Heinemeier Hansson2006-10-223-104/+176
* clean up failing routing tests from missing :only_path option [Rick]Rick Olson2006-10-221-11/+11
* Upgraded NumberHelper with number_to_phone support international formats to c...David Heinemeier Hansson2006-10-223-91/+159
* Fixed that setting RAILS_ASSET_ID to "" should not add a trailing slash after...David Heinemeier Hansson2006-10-224-7/+18
* Expose methods added to Enumerable in the documentation, such as group_by. Cl...Marcel Molina2006-10-222-2/+4
* Document other options available to migration's add_column. #6419Marcel Molina2006-10-222-1/+4
* More consistent implementation of filter replacement (thanks Martin! closes #...Jamis Buck2006-10-211-42/+22
* MySQL: all_hashes compatibility with old MysqlRes class. Closes #6429.Jeremy Kemper2006-10-202-4/+12
* mailer unit test handles nested fixture pathsJeremy Kemper2006-10-202-6/+5
* reference view path in fixtureJeremy Kemper2006-10-201-1/+1
* .rhtml extension for view onlyJeremy Kemper2006-10-201-2/+2
* Mailer generator: handle mailers in modules, set mime_version in unit test.Jeremy Kemper2006-10-206-11/+15
* Force *_url named routes to show the host in ActionView [Rick]Rick Olson2006-10-203-2/+63
* Add support for converting blocks into function arguments in JavaScriptGenera...Sam Stephenson2006-10-193-13/+65
* Add <%= escape_once html %> to escape html while leaving any currently escape...Rick Olson2006-10-185-3/+22
* Fix double-escaped entities, such as &amp;amp;, &amp;#123;, etc. [Rick]Rick Olson2006-10-183-1/+20
* test deprecated instance variables using to_s instead of inspect which touche...Jeremy Kemper2006-10-182-5/+5
* Default $KCODE to 'u' to enable the multibyte-safe chars proxy. [Koz]Michael Koziarski2006-10-172-0/+10
* GET parameter keys can be escaped too [DHH]David Heinemeier Hansson2006-10-171-1/+1
* Added config.plugins to control which plugins are loaded #6269 [skaes]. By de...David Heinemeier Hansson2006-10-173-4/+23
* Ensure Chars#tidy_bytes only tidies broken bytes. Closes #6397 [Manfred Stien...Michael Koziarski2006-10-173-8/+18
* Fix deprecation warnings when rendering the template error template.Jamis Buck2006-10-162-1/+3
* Fix routing to correctly determine when generation fails. Closes #6300.Nicholas Seckar2006-10-163-1/+30
* Remove extraneous expand_path; fix plugin load pathsNicholas Seckar2006-10-161-3/+1
* Add plugins and builtins to the load_path.Nicholas Seckar2006-10-161-0/+3
* Remove autoload_paths to simplify configuration.Nicholas Seckar2006-10-161-65/+21