aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Constants set in the development/test/production environment file are set in ...Jamis Buck2005-10-234-0/+43
* Clarify semantics of ActiveRecord::Base#respond_to? Closes #2560.Jeremy Kemper2005-10-226-15/+59
* Scaffold generator pays attention to the controller name. Closes #2562.Jeremy Kemper2005-10-222-1/+3
* Include tasks from vendor/plugins/*/tasks in the Rakefile #2545 [Rick Olson]David Heinemeier Hansson2005-10-212-1/+7
* Expose the session model backing CGI::SessionJeremy Kemper2005-10-205-9/+36
* Fix Associations#clear for not-yet-loaded associations (Patrick Lenz)Tobias Lütke2005-10-203-2/+13
* HABTM finder sets :readonly => false. Closes #2525.Jeremy Kemper2005-10-204-17/+32
* Fixed misspell of "initialize_framework_settings"Florian Weber2005-10-201-3/+3
* Update CHANGELOG.Marcel Molina2005-10-191-1/+2
* Make all of tests runnable on their own.Marcel Molina2005-10-192-3/+4
* Add title case method to String to do, e.g., 'action_web_service'.titlecase #...Marcel Molina2005-10-194-2/+29
* Abbreviate RAILS_ROOT in tracesJamis Buck2005-10-192-0/+10
* Really ready for releaseDavid Heinemeier Hansson2005-10-198-10/+9
* Really ready for pushDavid Heinemeier Hansson2005-10-195-4/+14
* Don't clean RAILS_ROOT on windowsJamis Buck2005-10-192-3/+11
* Made ready to push RC2David Heinemeier Hansson2005-10-198-8/+16
* Parenthesize :conditionsJeremy Kemper2005-10-187-18/+19
* Correct PostgreSQL primary key sequence detection. #2507Jeremy Kemper2005-10-182-13/+22
* Remove trailing '/' from RAILS_ROOTNicholas Seckar2005-10-182-1/+4
* Update error trace templatesNicholas Seckar2005-10-182-15/+22
* Remove generated code from app traces; improve accuracy of framework tracesNicholas Seckar2005-10-183-1/+19
* Added support for using limits in eager loads that involve has_many and has_a...David Heinemeier Hansson2005-10-183-11/+87
* Upgrade to Prototype 1.4.0_rc1Sam Stephenson2005-10-181-5/+7
* unbreak unit tests on windowsMichael Koziarski2005-10-181-2/+0
* Fix the html-scanner to count children correctly, playing nicely with :only, ...Jamis Buck2005-10-182-3/+24
* attempt to fix #2500Michael Koziarski2005-10-172-4/+7
* Updated the gem specsDavid Heinemeier Hansson2005-10-174-6/+6
* Fix spelling errorNicholas Seckar2005-10-171-1/+1
* Fixed a few sqlserver test case errors. Closes #2486Tobias Lütke2005-10-173-7/+13
* Make string-keys locals assigns optionalNicholas Seckar2005-10-173-6/+18
* suppress mysql_config errorsJeremy Kemper2005-10-171-1/+1
* Use the more appropriate columns_hash to get the session data column size limit.Marcel Molina2005-10-171-1/+1
* Upgrade Rails dependenciesDavid Heinemeier Hansson2005-10-161-6/+6
* Dont include unnecessary active support classes in docsDavid Heinemeier Hansson2005-10-163-9/+9
* Getting ready for 0.14.0 (1.0.0 Release Candidate 1)David Heinemeier Hansson2005-10-1612-18/+19
* Fixed more Windows testsDavid Heinemeier Hansson2005-10-161-2/+2
* moved generators to lib/generatorsTobias Lütke2005-10-162-1/+3
* modified finder test a tiny bit so that it passes on sqlserverTobias Lütke2005-10-162-5/+8
* Fix freeze_gemsDavid Heinemeier Hansson2005-10-161-0/+1
* Improve line number detection for template errorsNicholas Seckar2005-10-162-1/+3
* Update Exception extension to show the first few framework frames in an appli...Nicholas Seckar2005-10-163-2/+24
* Fix rake dev and related commandsNicholas Seckar2005-10-163-4/+10
* Remove util.jsDavid Heinemeier Hansson2005-10-161-1/+0
* Don't rdoc the Version moduleJamis Buck2005-10-161-1/+1
* Update/clean up ActiveRecord documentation (rdoc)Jamis Buck2005-10-164-6/+45
* Update/clean up AP documentation (rdoc)Jamis Buck2005-10-1611-34/+45
* Update/extend ActionMailer documentation (rdoc)Jamis Buck2005-10-168-17/+131
* Merge remainder of util.js into effects.jsSam Stephenson2005-10-166-1099/+582
* Add unit tests for exception extensionsNicholas Seckar2005-10-161-0/+24
* Try to figure out which mysql socket to use. Default to /path/to/your/mysql....Jeremy Kemper2005-10-163-4/+12