index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix HasManyAssociation#find bugs when :finder_sql is set (closes #4600) [lagr...
David Heinemeier Hansson
2006-04-06
2
-1
/
+3
*
Reflect on aggregation ignores :class_name option (fixes #4599) [lars pind]
David Heinemeier Hansson
2006-04-06
2
-1
/
+3
*
Doc fix (closes #4609)
David Heinemeier Hansson
2006-04-06
1
-1
/
+1
*
invoke / invoke_delegated / invoke_layered check for correct number of args (...
David Heinemeier Hansson
2006-04-06
2
-0
/
+22
*
Stop respond_to? from throwing when instances are created 'irregularly' i.e. ...
Michael Koziarski
2006-04-06
2
-1
/
+5
*
Support eager includes when going through a polymorphic has_many association....
Rick Olson
2006-04-05
3
-19
/
+35
*
Added support for eagerly including polymorphic has_one associations. (closes...
Rick Olson
2006-04-05
4
-8
/
+36
*
Added descriptive error messages for invalid has_many :through associations: ...
Rick Olson
2006-04-05
6
-10
/
+64
*
Added that Dispatcher exceptions should not be shown to the user unless a def...
David Heinemeier Hansson
2006-04-05
2
-2
/
+22
*
Honor skipping filters conditionally for only certain actions even when the p...
Marcel Molina
2006-04-05
3
-1
/
+37
*
Fixed that rake clone_structure_to_test should quit on pgsql if the dump is u...
David Heinemeier Hansson
2006-04-05
2
-0
/
+3
*
Note difference between fcgis
David Heinemeier Hansson
2006-04-05
1
-2
/
+4
*
Fix CSS for Windows (closes #4564)
David Heinemeier Hansson
2006-04-04
1
-17
/
+17
*
Delegate xml_http_request in integration tests to the session instance.
Jamis Buck
2006-04-04
2
-1
/
+3
*
fsking svn...
Nicholas Seckar
2006-04-04
1
-8
/
+0
*
Add forgotten testcase
Nicholas Seckar
2006-04-04
1
-0
/
+12
*
Update the diagnostics template skip the useless '<controller not set>' text.
Nicholas Seckar
2006-04-04
9
-11
/
+72
*
CHANGED DEFAULT: Don't parse YAML input by default, but keep it available as ...
David Heinemeier Hansson
2006-04-04
2
-7
/
+11
*
Multiple fixes and optimizations in PostgreSQL adapter, allowing ruby-postgre...
Tobias Lütke
2006-04-04
2
-7
/
+27
*
A better idea, take the -qr HEAD log as before but use the root of the svn
Scott Barron
2006-04-04
1
-12
/
+7
*
If using svn 1.1.x and no REVISION is specified, give an error message
Scott Barron
2006-04-04
1
-2
/
+9
*
Reformatted for better readability [DHH]
David Heinemeier Hansson
2006-04-04
1
-12
/
+13
*
Get the green light for Oracle AR unit tests (closes #4573) [Michael Schoen]
David Heinemeier Hansson
2006-04-04
4
-42
/
+48
*
Do not convert driver options to strings (closes #4499) [Kent]
David Heinemeier Hansson
2006-04-04
2
-1
/
+5
*
fix ruby syntax in comments for the JavascriptGenerator (closes #4577) [Rick]
Rick Olson
2006-04-04
1
-1
/
+1
*
Fixed that rails --version should have the return code of 0 (success) (closes...
David Heinemeier Hansson
2006-04-03
3
-2
/
+7
*
Fixed that AssociationCollection#delete_all should work even if the records o...
Florian Weber
2006-04-03
3
-0
/
+22
*
Doc fix #3960 [jonrailsdev@shumi.org]
David Heinemeier Hansson
2006-04-03
1
-2
/
+2
*
Changed those private ActiveRecord methods to take optional third argument :a...
Rick Olson
2006-04-03
2
-7
/
+10
*
Abort broken tighter resolution suppression. Closes #4431
Nicholas Seckar
2006-04-03
1
-2
/
+0
*
Typo fix
Nicholas Seckar
2006-04-03
1
-1
/
+1
*
Install alias so Rails::InfoController is accessible at /rails_info. Closes #...
Nicholas Seckar
2006-04-03
3
-0
/
+6
*
Ever so lined up
David Heinemeier Hansson
2006-04-03
1
-6
/
+6
*
Fix for depot and other applications with .13 style environment.rb files. p...
Michael Koziarski
2006-04-03
2
-0
/
+15
*
Fixed that spawner should daemonize if running in repeat mode [DHH]
David Heinemeier Hansson
2006-04-03
3
-3
/
+18
*
Show tag properly in about
David Heinemeier Hansson
2006-04-03
1
-1
/
+1
*
Added TAG option for rake rails:freeze:edge, so you can say rake rails:freeze...
David Heinemeier Hansson
2006-04-03
3
-11
/
+22
*
Added docs for to_proc
David Heinemeier Hansson
2006-04-02
1
-1
/
+8
*
Add additional autocompleter options [aballai, Thomas Fuchs]
Thomas Fuchs
2006-04-02
3
-3
/
+19
*
Private ActiveRecord methods add_limit, add_joins, and add_conditions take an...
Rick Olson
2006-04-01
2
-4
/
+11
*
Fix rails info for when js is off (closes #4472) [erik@codefaktor.de]
David Heinemeier Hansson
2006-04-01
2
-1
/
+2
*
Fixed fragment caching of binary data on Windows (closes #4493) [bellis@deept...
David Heinemeier Hansson
2006-04-01
2
-1
/
+3
*
Doc fix (closes #4515)
David Heinemeier Hansson
2006-04-01
2
-3
/
+3
*
Fixed that records returned from has_and_belongs_to_many associations with ad...
David Heinemeier Hansson
2006-04-01
5
-11
/
+40
*
Applied Prototype $() performance patches (#4465, #4477) and updated script.a...
Thomas Fuchs
2006-04-01
8
-150
/
+608
*
Doc fix (closes #4521)
David Heinemeier Hansson
2006-04-01
1
-0
/
+1
*
railties Rakefile refers to old rails_version.rb location (closes #4530) [wil...
David Heinemeier Hansson
2006-04-01
1
-1
/
+1
*
Use --simple-prompt instead of --prompt-mode simple for console compatibility...
David Heinemeier Hansson
2006-04-01
3
-2
/
+4
*
dont merge when you can update (closes #4529) [skaes]
David Heinemeier Hansson
2006-04-01
1
-2
/
+2
*
Added -f/--freeze option to rails command for freezing the application to the...
David Heinemeier Hansson
2006-04-01
5
-6
/
+19
[prev]
[next]