aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix has_many :through to add the appropriate conditions when going through an...Rick Olson2006-10-163-7/+20
* Fix broken assert_generates when extra keys are being checked.Jamis Buck2006-10-163-1/+7
* Add 'unloadable', a method used to mark any constant as requiring an unload a...Nicholas Seckar2006-10-153-17/+103
* Tidy up the markup on the bundled error pages. Closes #6379. [Tim Lucas]Michael Koziarski2006-10-153-60/+28
* Fix has_many :through to add the appropriate conditions when going through an...Rick Olson2006-10-153-2/+29
* remove an obsolete #dup call. avoid double negatives, to make the code easier...Jamis Buck2006-10-152-10/+11
* Undo accidental commitNicholas Seckar2006-10-141-42/+16
* Rename overlapping test namesNicholas Seckar2006-10-142-17/+43
* make sure filters in subclasses with :only or :except conditions are treated ...Jamis Buck2006-10-142-3/+42
* Replace KCODE checks with String#chars for truncate. Closes #6385 [Manfred S...Michael Koziarski2006-10-143-9/+6
* make sure the String::Access methods return strings, and not multibyte Char i...Jamis Buck2006-10-132-5/+32
* automatically add primary key to #select_limited_ids_list order by clause for...Rick Olson2006-10-134-1/+12
* fix select_limited_ids_list issues in postgresql, retain current behavior in ...Rick Olson2006-10-135-7/+27
* add test for select_limited_ids_list that passes in mysql/sqlite and fails in...Rick Olson2006-10-131-0/+15
* Make page caching respect the format of the resource that is being requested ...Marcel Molina2006-10-123-3/+26
* Use String#chars in TextHelper::excerpt. Closes #6386 [Manfred Stienstra]Michael Koziarski2006-10-124-52/+31
* Make core_ext/string/access.rb multibyte safe. Closes #6388 [Manfred Stienstra]Michael Koziarski2006-10-123-5/+8