| Commit message (Expand) | Author | Age | Files | Lines |
* | Dynamically generate reader methods for serialized attributes. Closes #6362. | Jeremy Kemper | 2006-11-02 | 3 | -4/+22 |
* | update XmlSimple to 1.0.10. Closes #6532. [nicksieger] | Michael Koziarski | 2006-11-02 | 2 | -25/+29 |
* | Deprecate expire_matched_fragments. Use expire_fragment instead. Closes #6535. | Jeremy Kemper | 2006-11-02 | 2 | -0/+3 |
* | Consistent default handling in ActionView render. Closes #6534. | Jeremy Kemper | 2006-11-02 | 1 | -3/+2 |
* | Remove dupe entry. | Jeremy Kemper | 2006-11-02 | 1 | -4/+0 |
* | umm ... who left that there | Scott Barron | 2006-11-02 | 1 | -4/+0 |
* | Resolved the conflict | David Heinemeier Hansson | 2006-11-02 | 1 | -0/+4 |
* | Deprecation: object transactions warning. | Jeremy Kemper | 2006-11-02 | 3 | -11/+24 |
* | Update bundled flexmock to latest 0.4.3. | Jeremy Kemper | 2006-11-02 | 1 | -34/+1018 |
* | has_one :dependent => :nullify ignores nil associates. Closes #6528. | Jeremy Kemper | 2006-11-02 | 3 | -2/+14 |
* | Document that expire_fragment with regexp arg fails on memcached and other ca... | Jeremy Kemper | 2006-11-02 | 1 | -1/+6 |
* | Generator can show diff on file collision to help you decide whether to skip ... | Jeremy Kemper | 2006-11-02 | 2 | -18/+38 |
* | Generated directories are recursively svn added, like mkdir -p. Closes #6416. | Jeremy Kemper | 2006-11-02 | 2 | -6/+22 |
* | Little better formatting of this string. | Scott Barron | 2006-11-02 | 1 | -4/+6 |
* | Don't do call_stack warning all the time, only if a breakpoint is used. | Scott Barron | 2006-11-02 | 1 | -4/+4 |
* | Interim test task for railties, the existing one fails suspiciously. | Michael Koziarski | 2006-11-02 | 1 | -1/+10 |
* | next_week respects DST changes. Closes #5617, closes #2353, closes #2509, ref... | Jeremy Kemper | 2006-11-02 | 3 | -7/+58 |
* | Update dependencies to allow constants to be defined alongside their siblings. | Nicholas Seckar | 2006-11-01 | 5 | -5/+233 |
* | Oracle: resolve test failures, use prefetched primary key for inserts, check ... | Jeremy Kemper | 2006-11-01 | 12 | -117/+64 |
* | If using Ruby 1.8.5, pull in call_stack so breakpointer works again. | Scott Barron | 2006-11-01 | 1 | -1/+15 |
* | resource and scaffold_resource generators add a restful route to config/route... | Jeremy Kemper | 2006-11-01 | 4 | -24/+36 |
* | Removed deprecated end_form_tag helper. | Kent Sibilev | 2006-10-31 | 3 | -2/+5 |
* | Revert environment changes for autoload_paths | Michael Koziarski | 2006-10-31 | 2 | -5/+3 |
* | Update to latest Prototype, which doesnt serialize disabled form elements, ad... | Thomas Fuchs | 2006-10-28 | 4 | -10/+26 |
* | Clean up the output of rake stats, de-emphasise components and apis, and re... | Michael Koziarski | 2006-10-27 | 3 | -6/+9 |
* | Added option to script/process/spawner of specifying the binding address #513... | David Heinemeier Hansson | 2006-10-26 | 2 | -26/+61 |
* | Fix scaffolding from using deprecated :post => true (closes #6499) | David Heinemeier Hansson | 2006-10-26 | 2 | -2/+2 |
* | next_week respects DST changes. Closes #6483. | Jeremy Kemper | 2006-10-24 | 3 | -1/+7 |
* | to_xml needs to accept an options hash to conform with the expectations of Ha... | Jamis Buck | 2006-10-24 | 1 | -2/+2 |
* | make sure link_to_image is deprecated as well as link_image_to | Jamis Buck | 2006-10-24 | 1 | -1/+2 |
* | a few more deprecation improvements | Jamis Buck | 2006-10-24 | 1 | -1/+1 |
* | update deprecations to include alternative methods (where available) | Jamis Buck | 2006-10-24 | 5 | -18/+18 |
* | Use new deprecate syntax so that alternatives are given with the warning | Jamis Buck | 2006-10-24 | 4 | -29/+29 |
* | Extend deprecate so that alternatives can be specified via the deprecation | Jamis Buck | 2006-10-24 | 2 | -3/+30 |
* | Make add_column use the options hash with the Sqlite Adapter. Closes #6464 [o... | Michael Koziarski | 2006-10-24 | 2 | -1/+3 |
* | 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 |