| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Update environment.rb comments to include config.autoload_paths. Closes #6478... | Michael Koziarski | 2006-10-24 | 2 | -1/+7 |
* | Update scaffold to use new form_tag block functionality. Closes #6480 [BobSilva] | Michael Koziarski | 2006-10-24 | 3 | -4/+6 |
* | Deprecate start_form_tag and end_form_tag. Use form_tag / '</form>' from now... | Rick Olson | 2006-10-24 | 3 | -0/+32 |
* | Added block-usage to PrototypeHelper#form_remote_tag, document block-usage of... | Rick Olson | 2006-10-24 | 7 | -9/+37 |
* | Made FormTagHelper#form_tag work with blocks, rendering start/end_form_tag de... | David Heinemeier Hansson | 2006-10-23 | 3 | -4/+28 |
* | Added block-usage to TagHelper#content_tag [DHH] | David Heinemeier Hansson | 2006-10-23 | 3 | -7/+47 |
* | Add basic logging support for logging outgoing requests. | Jamis Buck | 2006-10-23 | 3 | -2/+17 |
* | Plugin generator: check for class collisions. Closes #4833. | Jeremy Kemper | 2006-10-23 | 2 | -0/+5 |
* | Docfix (closes #6462) | David Heinemeier Hansson | 2006-10-23 | 1 | -0/+5 |
* | Docfix (closes #6393) | David Heinemeier Hansson | 2006-10-22 | 2 | -81/+124 |
* | Deprecated UrlHelper#link_to_image and UrlHelper#link_to :post => true (close... | David Heinemeier Hansson | 2006-10-22 | 3 | -104/+176 |
* | clean up failing routing tests from missing :only_path option [Rick] | Rick Olson | 2006-10-22 | 1 | -11/+11 |
* | Upgraded NumberHelper with number_to_phone support international formats to c... | David Heinemeier Hansson | 2006-10-22 | 3 | -91/+159 |
* | Fixed that setting RAILS_ASSET_ID to "" should not add a trailing slash after... | David Heinemeier Hansson | 2006-10-22 | 4 | -7/+18 |
* | Expose methods added to Enumerable in the documentation, such as group_by. Cl... | Marcel Molina | 2006-10-22 | 2 | -2/+4 |
* | Document other options available to migration's add_column. #6419 | Marcel Molina | 2006-10-22 | 2 | -1/+4 |
* | More consistent implementation of filter replacement (thanks Martin! closes #... | Jamis Buck | 2006-10-21 | 1 | -42/+22 |
* | MySQL: all_hashes compatibility with old MysqlRes class. Closes #6429. | Jeremy Kemper | 2006-10-20 | 2 | -4/+12 |
* | mailer unit test handles nested fixture paths | Jeremy Kemper | 2006-10-20 | 2 | -6/+5 |
* | reference view path in fixture | Jeremy Kemper | 2006-10-20 | 1 | -1/+1 |
* | .rhtml extension for view only | Jeremy Kemper | 2006-10-20 | 1 | -2/+2 |
* | Mailer generator: handle mailers in modules, set mime_version in unit test. | Jeremy Kemper | 2006-10-20 | 6 | -11/+15 |
* | Force *_url named routes to show the host in ActionView [Rick] | Rick Olson | 2006-10-20 | 3 | -2/+63 |
* | Add support for converting blocks into function arguments in JavaScriptGenera... | Sam Stephenson | 2006-10-19 | 3 | -13/+65 |
* | Add <%= escape_once html %> to escape html while leaving any currently escape... | Rick Olson | 2006-10-18 | 5 | -3/+22 |
* | Fix double-escaped entities, such as &amp;, &#123;, etc. [Rick] | Rick Olson | 2006-10-18 | 3 | -1/+20 |
* | test deprecated instance variables using to_s instead of inspect which touche... | Jeremy Kemper | 2006-10-18 | 2 | -5/+5 |
* | Default $KCODE to 'u' to enable the multibyte-safe chars proxy. [Koz] | Michael Koziarski | 2006-10-17 | 2 | -0/+10 |
* | GET parameter keys can be escaped too [DHH] | David Heinemeier Hansson | 2006-10-17 | 1 | -1/+1 |
* | Added config.plugins to control which plugins are loaded #6269 [skaes]. By de... | David Heinemeier Hansson | 2006-10-17 | 3 | -4/+23 |
* | Ensure Chars#tidy_bytes only tidies broken bytes. Closes #6397 [Manfred Stien... | Michael Koziarski | 2006-10-17 | 3 | -8/+18 |
* | Fix deprecation warnings when rendering the template error template. | Jamis Buck | 2006-10-16 | 2 | -1/+3 |
* | Fix routing to correctly determine when generation fails. Closes #6300. | Nicholas Seckar | 2006-10-16 | 3 | -1/+30 |
* | Remove extraneous expand_path; fix plugin load paths | Nicholas Seckar | 2006-10-16 | 1 | -3/+1 |
* | Add plugins and builtins to the load_path. | Nicholas Seckar | 2006-10-16 | 1 | -0/+3 |
* | Remove autoload_paths to simplify configuration. | Nicholas Seckar | 2006-10-16 | 1 | -65/+21 |
* | Fix has_many :through to add the appropriate conditions when going through an... | Rick Olson | 2006-10-16 | 3 | -7/+20 |
* | Fix broken assert_generates when extra keys are being checked. | Jamis Buck | 2006-10-16 | 3 | -1/+7 |
* | Add 'unloadable', a method used to mark any constant as requiring an unload a... | Nicholas Seckar | 2006-10-15 | 3 | -17/+103 |
* | Tidy up the markup on the bundled error pages. Closes #6379. [Tim Lucas] | Michael Koziarski | 2006-10-15 | 3 | -60/+28 |
* | Fix has_many :through to add the appropriate conditions when going through an... | Rick Olson | 2006-10-15 | 3 | -2/+29 |
* | remove an obsolete #dup call. avoid double negatives, to make the code easier... | Jamis Buck | 2006-10-15 | 2 | -10/+11 |
* | Undo accidental commit | Nicholas Seckar | 2006-10-14 | 1 | -42/+16 |
* | Rename overlapping test names | Nicholas Seckar | 2006-10-14 | 2 | -17/+43 |
* | make sure filters in subclasses with :only or :except conditions are treated ... | Jamis Buck | 2006-10-14 | 2 | -3/+42 |
* | Replace KCODE checks with String#chars for truncate. Closes #6385 [Manfred S... | Michael Koziarski | 2006-10-14 | 3 | -9/+6 |
* | make sure the String::Access methods return strings, and not multibyte Char i... | Jamis Buck | 2006-10-13 | 2 | -5/+32 |
* | automatically add primary key to #select_limited_ids_list order by clause for... | Rick Olson | 2006-10-13 | 4 | -1/+12 |
* | fix select_limited_ids_list issues in postgresql, retain current behavior in ... | Rick Olson | 2006-10-13 | 5 | -7/+27 |
* | add test for select_limited_ids_list that passes in mysql/sqlite and fails in... | Rick Olson | 2006-10-13 | 1 | -0/+15 |