| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Correct boolean handling in generated reader methods. References #2945. | Jeremy Kemper | 2005-11-19 | 4 | -2/+50 |
* | Update to Prototype 1.4.0_rc4. Closes #2943 (old Array.prototype.reverse beha... | Sam Stephenson | 2005-11-19 | 4 | -18/+42 |
* | Don't generate read methods for columns whose names are not valid ruby method... | Jeremy Kemper | 2005-11-19 | 3 | -1/+19 |
* | Use Element.update('id', 'html') instead of uid=501(sam) gid=501(sam) groups=... | Sam Stephenson | 2005-11-18 | 3 | -3/+5 |
* | Make rjs templates always implicitly skip out on layouts. | Marcel Molina | 2005-11-18 | 4 | -9/+19 |
* | script/console uses RAILS_ENV environment variable if present. Closes #2932. | Jeremy Kemper | 2005-11-18 | 2 | -1/+3 |
* | Windows: eliminate the socket option in database.yml. Closes #2924. | Jeremy Kemper | 2005-11-18 | 3 | -15/+33 |
* | Eliminate nil from newly generated logfiles. References #2927. | Jeremy Kemper | 2005-11-18 | 2 | -1/+3 |
* | Correct length for the truncate text helper. Closes #2913. | Jeremy Kemper | 2005-11-18 | 3 | -7/+9 |
* | Update to Prototype 1.4.0_rc3. Closes #1893, #2505, #2550, #2748, #2783. | Sam Stephenson | 2005-11-18 | 4 | -122/+190 |
* | Add support for new rjs templates which wrap an update_page block. | Marcel Molina | 2005-11-17 | 4 | -23/+99 |
* | Document :force option to create_table. References #2921. | Jeremy Kemper | 2005-11-17 | 2 | -0/+5 |
* | Don't add the same conditions twice in has_one finder sql. References #2916. | Jeremy Kemper | 2005-11-17 | 2 | -1/+3 |
* | Inline a method used by render_partial. Closes #2881. | Jeremy Kemper | 2005-11-17 | 1 | -9/+6 |
* | replaced constant Plugin in documentation rake task with plugin local variabl... | Tobias Lütke | 2005-11-17 | 1 | -3/+3 |
* | Update from LGPL to MIT license as per Minero Aoki's permission. | Marcel Molina | 2005-11-17 | 2 | -3/+24 |
* | Rename Version constant to VERSION. Closes #2802. | Marcel Molina | 2005-11-17 | 22 | -18/+32 |
* | Remove CHANGELOG from apidoc Rake task since it isn't included with new apps ... | Jeremy Kemper | 2005-11-16 | 1 | -1/+0 |
* | Correct time_zone_options_for_select docs. Closes #2892. | Jeremy Kemper | 2005-11-16 | 2 | -1/+3 |
* | Remove the unused, slow response_dump and session_dump variables from error p... | Jeremy Kemper | 2005-11-16 | 2 | -2/+2 |
* | Include QUOTED_TYPE constant in ActionPack AR assertions tests. | Jeremy Kemper | 2005-11-16 | 1 | -0/+1 |
* | fewer objects, no loop in convert_content_type. Closes #2883. | Jeremy Kemper | 2005-11-16 | 2 | -6/+9 |
* | Inline commonly-called template presence checks. Closes #2882. | Jeremy Kemper | 2005-11-16 | 2 | -3/+3 |
* | Avoid logging code if logger is nil. Closes #2881. | Jeremy Kemper | 2005-11-16 | 2 | -5/+16 |
* | Use Set instead of Array to speed up prototype helper include? calls. Closes... | Jeremy Kemper | 2005-11-16 | 2 | -5/+9 |
* | MemCache store may be given multiple addresses. Closes #2869. | Jeremy Kemper | 2005-11-16 | 3 | -35/+39 |
* | r3118@asus: jeremy | 2005-11-16 00:32:48 -0800 | Jeremy Kemper | 2005-11-16 | 2 | -2/+2 |
* | r3116@asus: jeremy | 2005-11-16 00:17:06 -0800 | Jeremy Kemper | 2005-11-16 | 11 | -5/+793 |
* | r3095@asus: jeremy | 2005-11-15 22:40:51 -0800 | Jeremy Kemper | 2005-11-16 | 15 | -60/+88 |
* | Change Inflector#constantize to use eval instead of const_get | Nicholas Seckar | 2005-11-16 | 3 | -3/+12 |
* | SQLServer: active? and reconnect! methods for handling stale connections. Re... | Jeremy Kemper | 2005-11-15 | 2 | -12/+9 |
* | SQLServer: active? and reconnect! methods for handling stale connections. Re... | Jeremy Kemper | 2005-11-15 | 2 | -3/+34 |
* | Associations handle case-equality more consistently: item.parts.is_a?(Array) ... | Jeremy Kemper | 2005-11-15 | 3 | -5/+30 |
* | Mention app/apis and db directories in README. Closes #1616. | Jeremy Kemper | 2005-11-15 | 1 | -0/+7 |
* | Remove invalid links in ActionView::Helpers::UrlHelper documentation. Closes... | Jeremy Kemper | 2005-11-15 | 1 | -2/+2 |
* | Stricter matching for implicitly multipart filenames excludes files ending in... | Jeremy Kemper | 2005-11-15 | 4 | -4/+13 |
* | Handle cookie parsing irregularity for certain Nokia phones. Closes #2530. | Jeremy Kemper | 2005-11-15 | 3 | -1/+15 |
* | Refactored JavaScriptHelper into PrototypeHelper and ScriptaculousHelper. Ad... | Sam Stephenson | 2005-11-14 | 7 | -604/+947 |
* | SQLServer: insert uses given primary key value if not nil rather than SELECT ... | Jeremy Kemper | 2005-11-14 | 3 | -1/+4 |
* | Update trunk to latests script.aculo.us | Thomas Fuchs | 2005-11-14 | 8 | -218/+144 |
* | * Updated docs for in_place_editor, fixes a couple bugs and offers extended s... | Tobias Lütke | 2005-11-14 | 3 | -10/+14 |
* | Oracle: active? and reconnect! methods for handling stale connections. Optio... | Jeremy Kemper | 2005-11-14 | 2 | -8/+120 |
* | Fix reconnect success rate to report as percentage. References #428. | Jeremy Kemper | 2005-11-14 | 1 | -5/+5 |
* | Correct documentation for Base.delete_all. References #1568. | Jeremy Kemper | 2005-11-14 | 2 | -1/+3 |
* | Oracle: test case for column default parsing. References #2788. | Jeremy Kemper | 2005-11-14 | 4 | -2/+22 |
* | Update documentation for Migrations. References #2861. | Jeremy Kemper | 2005-11-14 | 2 | -13/+32 |
* | Update documentation for render :file. References #2858. | Jeremy Kemper | 2005-11-14 | 2 | -8/+14 |
* | Note that the ruby-memcache bindings are required to use the memcache store. | Jeremy Kemper | 2005-11-14 | 1 | -0/+1 |
* | Update CHANGELOG with more details. References #2842. | Jeremy Kemper | 2005-11-13 | 1 | -1/+1 |
* | Eliminate Subversion dependencies in scripts/plugin. Correct install options... | Jeremy Kemper | 2005-11-13 | 2 | -61/+96 |