aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use expand_path for app_name so, e.g., rails . is supportedJeremy Kemper2005-10-161-1/+1
* Add missing fileNicholas Seckar2005-10-161-0/+21
* Made the rails command use the application name for database names in the tai...Florian Weber2005-10-163-4/+6
* r3959@asus: jeremy | 2005-10-16 00:09:09 -0700Jeremy Kemper2005-10-161-0/+2
* r3957@asus: jeremy | 2005-10-16 00:01:55 -0700Jeremy Kemper2005-10-161-0/+20
* r3616@asus: jeremy | 2005-09-26 23:09:28 -0700Jeremy Kemper2005-10-1613-42/+113
* Upgrade to Prototype 1.4.0_rc0Sam Stephenson2005-10-163-338/+844
* Documentation updates/fixes for railtiesJamis Buck2005-10-1610-19/+66
* Comment out the memory leak test because it b0rks the testing environment. Up...Jamis Buck2005-10-162-19/+22
* added assert_valid to APTobias Lütke2005-10-164-3/+61
* Minero Aoki made TMail available to Rails/ActionMailer under the MIT license ...David Heinemeier Hansson2005-10-1618-53/+376
* Fix bad commit. (Bad developer, bad\!)Nicholas Seckar2005-10-161-1/+1
* Add documentation for Rails::Initializer and Rails::ConfigurationJamis Buck2005-10-161-15/+178
* Add line and file information to test process' get, post, etc methodsNicholas Seckar2005-10-161-1/+1
* Add temporary support for passing locals to render using string keysNicholas Seckar2005-10-163-2/+18
* Add __FILE__ and __LINE__ to evalNicholas Seckar2005-10-151-1/+1
* Shorten long lineNicholas Seckar2005-10-151-1/+4
* Allow ARStore::Session to indicate that it should not be reloaded in dev modeJamis Buck2005-10-152-1/+20