aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow assert_tag(:conditions) to match the empty string when a tag has no chi...Jamis Buck2005-11-213-2/+10
* Update html-scanner to handle CDATA sections better. Closes #2970. [Jamis Buck]Jamis Buck2005-11-213-0/+18
* MySQL: introduce :encoding option to specify the character set for client, co...Jeremy Kemper2005-11-212-3/+25
* Don't put flash in session if sessions are disabled.Jeremy Kemper2005-11-212-7/+18
* Back out of 3109 for now as it seems to interfere with the flashDavid Heinemeier Hansson2005-11-211-6/+2
* Simpler Mysql load test.Jeremy Kemper2005-11-211-2/+2
* Revert [3130]. Behavior of introducing Kernel.binding causes breakage.Marcel Molina2005-11-213-5/+3
* Use Kernel.binding rather than binding to allow columns of that name. Refere...Jeremy Kemper2005-11-213-3/+5
* Strip out trailing &_= for raw post bodies #2868Sam Stephenson2005-11-212-0/+3
* Make the db_schema_dump task honor the SCHEMA environment variable if present...Marcel Molina2005-11-212-1/+3
* r3241@asus: jeremy | 2005-11-20 23:26:28 -0800Jeremy Kemper2005-11-211-0/+2
* r3240@asus: jeremy | 2005-11-20 23:22:34 -0800Jeremy Kemper2005-11-214-34/+48
* r3239@asus: jeremy | 2005-11-20 23:21:37 -0800Jeremy Kemper2005-11-211-5/+5
* r3220@asus: jeremy | 2005-11-20 03:19:22 -0800Jeremy Kemper2005-11-212-3/+8
* r3219@asus: jeremy | 2005-11-20 03:07:19 -0800Jeremy Kemper2005-11-212-12/+17
* r3218@asus: jeremy | 2005-11-20 03:06:32 -0800Jeremy Kemper2005-11-211-0/+2
* r3217@asus: jeremy | 2005-11-20 03:06:01 -0800Jeremy Kemper2005-11-211-4/+2
* r3216@asus: jeremy | 2005-11-20 03:05:20 -0800Jeremy Kemper2005-11-212-55/+29
* r3215@asus: jeremy | 2005-11-20 02:05:56 -0800Jeremy Kemper2005-11-215-9/+5
* r3214@asus: jeremy | 2005-11-20 02:03:05 -0800Jeremy Kemper2005-11-211-48/+48
* r3213@asus: jeremy | 2005-11-20 02:01:28 -0800Jeremy Kemper2005-11-211-0/+2
* Turn warnings on when loading a file if Dependencies.mechanism == :load. Com...Jeremy Kemper2005-11-212-3/+14
* Have the lighttpd server script report the actual ip to which the server is b...Sam Stephenson2005-11-212-3/+8
* Add plugin library directories to the load path after the lib directory so th...Marcel Molina2005-11-212-3/+10
* Make help for the console command more explicit about how to specify the desi...Marcel Molina2005-11-212-0/+2
* Pull out Array#to_strings in favor of more general Symbol#to_proc.Marcel Molina2005-11-213-9/+0
* Add Symbol#to_proc, which allows for, e.g. [:foo, :bar].map(&:to_s).Marcel Molina2005-11-213-0/+15
* 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