aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix grammar error in [3115]. References #2966.Jeremy Kemper2005-11-211-2/+1
* Pass multiple arguments to Element.show and Element.hide in JavaScriptGenerat...Sam Stephenson2005-11-213-6/+8
* Improve expire_fragment documentation. Closes #2966.Jeremy Kemper2005-11-212-1/+4
* Add Array#to_strings which to_s's all elements in an array.Marcel Molina2005-11-203-0/+10
* Add extended_by, extend_with_included_modules_from and copy_instance_variable...Marcel Molina2005-11-203-1/+99
* Correct docs for automatic layout assignment. Closes #2610.Marcel Molina2005-11-202-1/+5
* PostgreSQL: the purge_test_database Rake task shouldn't explicitly specify th...Jeremy Kemper2005-11-202-1/+3
* r3209@asus: jeremy | 2005-11-20 01:04:22 -0800Jeremy Kemper2005-11-201-2/+6
* Make data writer private. Marshal/unmarshal handle nil.Jeremy Kemper2005-11-201-8/+8
* Log ActiveRecordStore debugging.Jeremy Kemper2005-11-201-0/+19
* Add tasks to create, drop and rebuild the MySQL and PostgreSQL test databases.Marcel Molina2005-11-202-0/+37
* Document request.env and request.host. Strip trailing whitespace.Jeremy Kemper2005-11-201-15/+18
* Allows generator to specify migrations directory. References #2960.Jeremy Kemper2005-11-204-5/+10
* r3173@asus: jeremy | 2005-11-18 23:34:41 -0800Jeremy Kemper2005-11-204-13/+16
* Introducing the session_migration generator. Creates an add_session_table mi...Jeremy Kemper2005-11-206-53/+90
* r3181@asus: jeremy | 2005-11-19 02:52:24 -0800Jeremy Kemper2005-11-194-33/+39
* Use query methods rather than readers in boolean tests for [3092]. Reference...Jeremy Kemper2005-11-191-4/+4
* Correct boolean handling in generated reader methods. References #2945.Jeremy Kemper2005-11-194-2/+50
* Update to Prototype 1.4.0_rc4. Closes #2943 (old Array.prototype.reverse beha...Sam Stephenson2005-11-194-18/+42
* Don't generate read methods for columns whose names are not valid ruby method...Jeremy Kemper2005-11-193-1/+19
* Use Element.update('id', 'html') instead of uid=501(sam) gid=501(sam) groups=...Sam Stephenson2005-11-183-3/+5
* Make rjs templates always implicitly skip out on layouts.Marcel Molina2005-11-184-9/+19
* script/console uses RAILS_ENV environment variable if present. Closes #2932.Jeremy Kemper2005-11-182-1/+3
* Windows: eliminate the socket option in database.yml. Closes #2924.Jeremy Kemper2005-11-183-15/+33
* Eliminate nil from newly generated logfiles. References #2927.Jeremy Kemper2005-11-182-1/+3
* Correct length for the truncate text helper. Closes #2913.Jeremy Kemper2005-11-183-7/+9
* Update to Prototype 1.4.0_rc3. Closes #1893, #2505, #2550, #2748, #2783.Sam Stephenson2005-11-184-122/+190
* Add support for new rjs templates which wrap an update_page block.Marcel Molina2005-11-174-23/+99
* Document :force option to create_table. References #2921.Jeremy Kemper2005-11-172-0/+5
* Don't add the same conditions twice in has_one finder sql. References #2916.Jeremy Kemper2005-11-172-1/+3
* Inline a method used by render_partial. Closes #2881.Jeremy Kemper2005-11-171-9/+6
* replaced constant Plugin in documentation rake task with plugin local variabl...Tobias Lütke2005-11-171-3/+3
* Update from LGPL to MIT license as per Minero Aoki's permission.Marcel Molina2005-11-172-3/+24
* Rename Version constant to VERSION. Closes #2802.Marcel Molina2005-11-1722-18/+32
* Remove CHANGELOG from apidoc Rake task since it isn't included with new apps ...Jeremy Kemper2005-11-161-1/+0
* Correct time_zone_options_for_select docs. Closes #2892.Jeremy Kemper2005-11-162-1/+3
* Remove the unused, slow response_dump and session_dump variables from error p...Jeremy Kemper2005-11-162-2/+2
* Include QUOTED_TYPE constant in ActionPack AR assertions tests.Jeremy Kemper2005-11-161-0/+1
* fewer objects, no loop in convert_content_type. Closes #2883.Jeremy Kemper2005-11-162-6/+9
* Inline commonly-called template presence checks. Closes #2882.Jeremy Kemper2005-11-162-3/+3
* Avoid logging code if logger is nil. Closes #2881.Jeremy Kemper2005-11-162-5/+16
* Use Set instead of Array to speed up prototype helper include? calls. Closes...Jeremy Kemper2005-11-162-5/+9
* MemCache store may be given multiple addresses. Closes #2869.Jeremy Kemper2005-11-163-35/+39
* r3118@asus: jeremy | 2005-11-16 00:32:48 -0800Jeremy Kemper2005-11-162-2/+2
* r3116@asus: jeremy | 2005-11-16 00:17:06 -0800Jeremy Kemper2005-11-1611-5/+793
* r3095@asus: jeremy | 2005-11-15 22:40:51 -0800Jeremy Kemper2005-11-1615-60/+88
* Change Inflector#constantize to use eval instead of const_getNicholas Seckar2005-11-163-3/+12
* SQLServer: active? and reconnect! methods for handling stale connections. Re...Jeremy Kemper2005-11-152-12/+9
* SQLServer: active? and reconnect! methods for handling stale connections. Re...Jeremy Kemper2005-11-152-3/+34
* Associations handle case-equality more consistently: item.parts.is_a?(Array) ...Jeremy Kemper2005-11-153-5/+30