aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed that boot.rb would set RAILS_GEM_VERSION twice, not respect an uncommen...David Heinemeier Hansson2006-04-073-24/+41
* Don't match commented out RAILS_GEM_VERSIONs.Nicholas Seckar2006-04-073-2/+6
* Not all file systems are case sensitive. Things like 'rake gem' were failingScott Barron2006-04-073-4/+4
* fix calculations for the Oracle Adapter (closes #4626) [Michael Schoen]Rick Olson2006-04-061-2/+2
* Fixed that template extensions would be cached development mode #4624 [Stefan...David Heinemeier Hansson2006-04-063-10/+29
* Fixed that that multiparameter assignment doesn't work with aggregations (clo...David Heinemeier Hansson2006-04-064-2/+17
* Fix type_name_with_module to handle type names that begin with '::'. Closes #...Nicholas Seckar2006-04-063-1/+8
* Enhances plugin#discover allowing it to discover svn:// like URIs (closes #45...Rick Olson2006-04-062-6/+13
* Enable Limit/Offset in Calculations (closes #4558) [lmarlow@yahoo.com]Rick Olson2006-04-063-1/+16
* Update versions for Rails 1.1.1David Heinemeier Hansson2006-04-0617-22/+29
* Update to Prototype 1.5.0_rc0Sam Stephenson2006-04-064-88/+68
* Do filter condition lookup against the actual hashMarcel Molina2006-04-061-1/+1
* Fixed that loading including associations returns all results if Load IDs For...Rick Olson2006-04-063-5/+25
* Failed test for Marcel to ponderDavid Heinemeier Hansson2006-04-061-2/+10
* Fixed that the -r/--ruby path option of the rails command was not being respe...David Heinemeier Hansson2006-04-062-3/+6
* Fix HasManyAssociation#find bugs when :finder_sql is set (closes #4600) [lagr...David Heinemeier Hansson2006-04-062-1/+3
* Reflect on aggregation ignores :class_name option (fixes #4599) [lars pind]David Heinemeier Hansson2006-04-062-1/+3
* Doc fix (closes #4609)David Heinemeier Hansson2006-04-061-1/+1
* invoke / invoke_delegated / invoke_layered check for correct number of args (...David Heinemeier Hansson2006-04-062-0/+22
* Stop respond_to? from throwing when instances are created 'irregularly' i.e. ...Michael Koziarski2006-04-062-1/+5
* Support eager includes when going through a polymorphic has_many association....Rick Olson2006-04-053-19/+35
* Added support for eagerly including polymorphic has_one associations. (closes...Rick Olson2006-04-054-8/+36
* Added descriptive error messages for invalid has_many :through associations: ...Rick Olson2006-04-056-10/+64
* Added that Dispatcher exceptions should not be shown to the user unless a def...David Heinemeier Hansson2006-04-052-2/+22
* Honor skipping filters conditionally for only certain actions even when the p...Marcel Molina2006-04-053-1/+37
* Fixed that rake clone_structure_to_test should quit on pgsql if the dump is u...David Heinemeier Hansson2006-04-052-0/+3
* Note difference between fcgisDavid Heinemeier Hansson2006-04-051-2/+4
* Fix CSS for Windows (closes #4564)David Heinemeier Hansson2006-04-041-17/+17
* 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