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
*
Doc fix
David Heinemeier Hansson
2006-04-18
1
-1
/
+1
*
Its 2006, not 2005
David Heinemeier Hansson
2006-04-16
6
-12
/
+12
*
Fixed that remote_form_for can leave out the object parameter and default to ...
David Heinemeier Hansson
2006-04-16
2
-2
/
+5
*
DRY up association collection reader method generation.
Marcel Molina
2006-04-15
2
-6
/
+7
*
DRY up and tweak style of the validation error object.
Marcel Molina
2006-04-15
1
-14
/
+7
*
Modify ActiveRecord::Base.count so it shares the same signature as #calculate...
Rick Olson
2006-04-14
1
-10
/
+13
*
Correct spurious documentation example code which results in a SyntaxError.
Marcel Molina
2006-04-13
2
-1
/
+3
*
Modify routing so that you can say :require => { :method => :post } for a rou...
Jamis Buck
2006-04-13
2
-5
/
+14
*
Add Array#split for dividing arrays into one or more subarrays by value or block
Sam Stephenson
2006-04-13
3
-1
/
+45
*
Add :case_sensitive option to validates_uniqueness_of (closes #3090) [Rick]
Rick Olson
2006-04-12
3
-3
/
+48
*
Allow multiple association extensions with :extend option (closes #4666) [Jo...
Rick Olson
2006-04-11
5
-1
/
+35
*
Use Aras RubyForge uploader
David Heinemeier Hansson
2006-04-09
7
-679
/
+48
*
Include the calculations fix for a new release of AR
David Heinemeier Hansson
2006-04-09
6
-5
/
+15
*
Prepare for tiny release of 1.1.2
David Heinemeier Hansson
2006-04-09
2
-2
/
+2
*
Added :add_headers option to verify which merges a hash of name/value pairs i...
Sam Stephenson
2006-04-08
3
-4
/
+13
*
Added ActionController.filter_parameter_logging that makes it easy to remove ...
David Heinemeier Hansson
2006-04-07
3
-1
/
+95
*
RAILS_ROOT, please
David Heinemeier Hansson
2006-04-07
1
-1
/
+1
*
Fixed that boot.rb would set RAILS_GEM_VERSION twice, not respect an uncommen...
David Heinemeier Hansson
2006-04-07
3
-24
/
+41
*
Don't match commented out RAILS_GEM_VERSIONs.
Nicholas Seckar
2006-04-07
3
-2
/
+6
*
Not all file systems are case sensitive. Things like 'rake gem' were failing
Scott Barron
2006-04-07
3
-4
/
+4
*
fix calculations for the Oracle Adapter (closes #4626) [Michael Schoen]
Rick Olson
2006-04-06
1
-2
/
+2
*
Fixed that template extensions would be cached development mode #4624 [Stefan...
David Heinemeier Hansson
2006-04-06
3
-10
/
+29
*
Fixed that that multiparameter assignment doesn't work with aggregations (clo...
David Heinemeier Hansson
2006-04-06
4
-2
/
+17
*
Fix type_name_with_module to handle type names that begin with '::'. Closes #...
Nicholas Seckar
2006-04-06
3
-1
/
+8
*
Enhances plugin#discover allowing it to discover svn:// like URIs (closes #45...
Rick Olson
2006-04-06
2
-6
/
+13
*
Enable Limit/Offset in Calculations (closes #4558) [lmarlow@yahoo.com]
Rick Olson
2006-04-06
3
-1
/
+16
*
Update versions for Rails 1.1.1
David Heinemeier Hansson
2006-04-06
17
-22
/
+29
*
Update to Prototype 1.5.0_rc0
Sam Stephenson
2006-04-06
4
-88
/
+68
*
Do filter condition lookup against the actual hash
Marcel Molina
2006-04-06
1
-1
/
+1
*
Fixed that loading including associations returns all results if Load IDs For...
Rick Olson
2006-04-06
3
-5
/
+25
*
Failed test for Marcel to ponder
David Heinemeier Hansson
2006-04-06
1
-2
/
+10
*
Fixed that the -r/--ruby path option of the rails command was not being respe...
David Heinemeier Hansson
2006-04-06
2
-3
/
+6
*
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
[next]