aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Make sqlite adapter pass all testsJamis Buck2005-09-232-3/+11
* Add db_schema_dump and db_schema_import rake tasks to work with the new Activ...Jamis Buck2005-09-232-1/+17
* Add ActiveRecord::SchemaDumper for dumping a DB schema to a pure-ruby file, m...Jamis Buck2005-09-2311-25/+292
* Only configure settings for loaded frameworksDavid Heinemeier Hansson2005-09-221-4/+6
* Fixed that auto_discovery_link_tag couldn't take a string as the URLDavid Heinemeier Hansson2005-09-223-4/+7
* Fixed clean logger to work with Ruby 1.8.3 Logger class #2245David Heinemeier Hansson2005-09-212-3/+3
* Fixed migrations for Windows when using more than 10 [David Naseby]David Heinemeier Hansson2005-09-212-2/+6
* Asserts now need html/document so it should require itDavid Heinemeier Hansson2005-09-212-9/+1
* Fixed that the create_x method from belongs_to wouldn't save the association ...David Heinemeier Hansson2005-09-203-2/+7
* Fixed saving a record with two unsaved belongs_to associations pointing to th...Jamis Buck2005-09-204-5/+59
* Require 'pp' early to prevent the pretty-print methods being mixed in too lat...Jamis Buck2005-09-201-0/+1
* Fixed memory leak with Active Record classes when Dependencies.mechanism = :l...David Heinemeier Hansson2005-09-204-55/+3
* Added small note about how longtext might be needed for large session dataDavid Heinemeier Hansson2005-09-202-2/+5
* Fixed problem with send_file and WEBrick using stdout #1812David Heinemeier Hansson2005-09-203-15/+10
* Fixed memory leak with Active Record classes when Dependencies.mechanism = :l...David Heinemeier Hansson2005-09-201-0/+4
* Include suggestion for using different socket #1951 [NVRS]David Heinemeier Hansson2005-09-201-2/+4
* Optimized tag_options to not sort keys, which is no longer necessary when ass...David Heinemeier Hansson2005-09-2017-200/+248
* Fixed that Request#domain caused an exception if the domain header wasn't set...David Heinemeier Hansson2005-09-203-1/+10
* Improved migrations' behavior when the schema_info table is empty.Nicholas Seckar2005-09-202-1/+3
* Make the truncate() helper multi-byte safe (assuming $KCODE has been set to s...Jamis Buck2005-09-194-1/+60
* Make the reaper slightly more robust in the nudging departmentDavid Heinemeier Hansson2005-09-191-1/+7
* Fixed that Observers didn't observe sub-classes #627 [Florian Weber]David Heinemeier Hansson2005-09-193-1/+13
* Include ActionView as a configurable frameworkDavid Heinemeier Hansson2005-09-191-1/+1
* Include libs/ in rake stats #2223 [Marcel Molina]David Heinemeier Hansson2005-09-191-1/+2
* Fix eager loading error messages, allow :include to specify tables using stri...Nicholas Seckar2005-09-183-2/+15
* Add routing tests from #1945Nicholas Seckar2005-09-182-2/+57
* Add a routing test case covering #2101Nicholas Seckar2005-09-182-1/+14
* Doc fix #2197David Heinemeier Hansson2005-09-171-0/+1
* Add "#:nodoc:" for ActionController::Routing::PathComponent::Result #2209 [l....David Heinemeier Hansson2005-09-171-1/+1
* Fixed that generate scaffold claims all words are reserved #2200, #2211 [alan...David Heinemeier Hansson2005-09-171-2/+3
* Make upload progress not throw JavaScript errors when there is no progress ba...David Heinemeier Hansson2005-09-162-141/+5
* Don't set the :MimeTypes option if it is nil (causes routing errors on styles...Jamis Buck2005-09-151-5/+6
* Cant use silence_warnings before active support is loadedDavid Heinemeier Hansson2005-09-152-3/+2
* Added check for RAILS_CONNECTION_ADAPTERS on startup and only load the connec...David Heinemeier Hansson2005-09-152-7/+3
* Added check for RAILS_CONNECTION_ADAPTERS on startup and only load the connec...David Heinemeier Hansson2005-09-154-7/+24
* Only attempt to require Active Support if it hasnt been already #1959David Heinemeier Hansson2005-09-152-15/+20
* Cache relative_url_root for all webservers, not just Apache #2193 [skae]David Heinemeier Hansson2005-09-153-2/+5
* Speed up cookie use by decreasing string copying #2194 [skae]David Heinemeier Hansson2005-09-152-7/+9
* Included UrlRewriter tests in rake run and made them not depend on Hash orderDavid Heinemeier Hansson2005-09-151-5/+14
* Made base_tests.rb run as part of rakeDavid Heinemeier Hansson2005-09-151-2/+2
* Fixed access to "Host" header with requests made by crappy old HTTP/1.0 clien...David Heinemeier Hansson2005-09-142-1/+3
* More auto-link fixes (to include query strings in autolinked text)Jamis Buck2005-09-142-1/+5
* Moved session and fragment options outDavid Heinemeier Hansson2005-09-131-6/+1
* Fix autolinking to not include trailing tags as part of the URLJamis Buck2005-09-132-1/+26
* Only include dirs that exists in the statsDavid Heinemeier Hansson2005-09-131-1/+1
* Reformed all the config/environments/* files to conform to the new Rails::Con...David Heinemeier Hansson2005-09-131-0/+2
* Make it easy to go UTCDavid Heinemeier Hansson2005-09-131-0/+3
* Fixed various problems with has_and_belongs_to_many when using customer finde...David Heinemeier Hansson2005-09-134-6/+21
* Reformed environments files to the new config styleDavid Heinemeier Hansson2005-09-134-21/+33
* Control depedency mechanism, breakpoints, and whiny nils through the configDavid Heinemeier Hansson2005-09-131-50/+93