aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Delegate xml_http_request in integration tests to the session instance.Jamis Buck2006-04-042-1/+3
* fsking svn...Nicholas Seckar2006-04-041-8/+0
* Add forgotten testcaseNicholas Seckar2006-04-041-0/+12
* Update the diagnostics template skip the useless '<controller not set>' text.Nicholas Seckar2006-04-049-11/+72
* CHANGED DEFAULT: Don't parse YAML input by default, but keep it available as ...David Heinemeier Hansson2006-04-042-7/+11
* Multiple fixes and optimizations in PostgreSQL adapter, allowing ruby-postgre...Tobias Lütke2006-04-042-7/+27
* A better idea, take the -qr HEAD log as before but use the root of the svnScott Barron2006-04-041-12/+7
* If using svn 1.1.x and no REVISION is specified, give an error messageScott Barron2006-04-041-2/+9
* Reformatted for better readability [DHH]David Heinemeier Hansson2006-04-041-12/+13
* Get the green light for Oracle AR unit tests (closes #4573) [Michael Schoen]David Heinemeier Hansson2006-04-044-42/+48
* Do not convert driver options to strings (closes #4499) [Kent]David Heinemeier Hansson2006-04-042-1/+5
* fix ruby syntax in comments for the JavascriptGenerator (closes #4577) [Rick]Rick Olson2006-04-041-1/+1
* Fixed that rails --version should have the return code of 0 (success) (closes...David Heinemeier Hansson2006-04-033-2/+7
* Fixed that AssociationCollection#delete_all should work even if the records o...Florian Weber2006-04-033-0/+22
* Doc fix #3960 [jonrailsdev@shumi.org]David Heinemeier Hansson2006-04-031-2/+2
* Changed those private ActiveRecord methods to take optional third argument :a...Rick Olson2006-04-032-7/+10
* Abort broken tighter resolution suppression. Closes #4431Nicholas Seckar2006-04-031-2/+0
* Typo fixNicholas Seckar2006-04-031-1/+1
* Install alias so Rails::InfoController is accessible at /rails_info. Closes #...Nicholas Seckar2006-04-033-0/+6
* Ever so lined upDavid Heinemeier Hansson2006-04-031-6/+6
* Fix for depot and other applications with .13 style environment.rb files. p...Michael Koziarski2006-04-032-0/+15
* Fixed that spawner should daemonize if running in repeat mode [DHH]David Heinemeier Hansson2006-04-033-3/+18
* Show tag properly in aboutDavid Heinemeier Hansson2006-04-031-1/+1
* Added TAG option for rake rails:freeze:edge, so you can say rake rails:freeze...David Heinemeier Hansson2006-04-033-11/+22
* Added docs for to_procDavid Heinemeier Hansson2006-04-021-1/+8
* Add additional autocompleter options [aballai, Thomas Fuchs]Thomas Fuchs2006-04-023-3/+19
* Private ActiveRecord methods add_limit, add_joins, and add_conditions take an...Rick Olson2006-04-012-4/+11
* Fix rails info for when js is off (closes #4472) [erik@codefaktor.de]David Heinemeier Hansson2006-04-012-1/+2
* Fixed fragment caching of binary data on Windows (closes #4493) [bellis@deept...David Heinemeier Hansson2006-04-012-1/+3
* Doc fix (closes #4515)David Heinemeier Hansson2006-04-012-3/+3
* Fixed that records returned from has_and_belongs_to_many associations with ad...David Heinemeier Hansson2006-04-015-11/+40
* Applied Prototype $() performance patches (#4465, #4477) and updated script.a...Thomas Fuchs2006-04-018-150/+608
* Doc fix (closes #4521)David Heinemeier Hansson2006-04-011-0/+1
* railties Rakefile refers to old rails_version.rb location (closes #4530) [wil...David Heinemeier Hansson2006-04-011-1/+1
* Use --simple-prompt instead of --prompt-mode simple for console compatibility...David Heinemeier Hansson2006-04-013-2/+4
* dont merge when you can update (closes #4529) [skaes]David Heinemeier Hansson2006-04-011-2/+2
* Added -f/--freeze option to rails command for freezing the application to the...David Heinemeier Hansson2006-04-015-6/+19
* Exit when no gem is found; expand on error messageNicholas Seckar2006-04-011-1/+5
* Remove explicit require of departed file.Nicholas Seckar2006-04-011-1/+1
* Remove explicit require of departed file.Nicholas Seckar2006-04-011-2/+0
* Specify gem version in environment.rbDavid Heinemeier Hansson2006-04-013-8/+21
* Make Rails::VERSION implicitly loadable. Closes #4491.Nicholas Seckar2006-04-012-0/+2
* Teach Rails apps to only load gems of the same Rails version they were genera...Nicholas Seckar2006-04-013-2/+9
* Do not implicitly mark recordss of has_many :through as readonly but do mark ...Marcel Molina2006-03-304-9/+17
* pass the correct reflection to HasManyThroughAssociationPolymorphicErrorRick Olson2006-03-301-1/+1
* Make asset timestamping safe to use on assets that don't existJamis Buck2006-03-301-1/+1
* Fixed broken OCIAdapter (closes #4457) [schoenm@earthlink.net]David Heinemeier Hansson2006-03-304-12/+18
* Skip complete URLsDavid Heinemeier Hansson2006-03-292-1/+6
* Added automated timestamping to AssetTagHelper methods for stylesheets, javas...David Heinemeier Hansson2006-03-294-5/+45
* Fix Rails info controller for postgres; Closes #4469.Nicholas Seckar2006-03-294-23/+23