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 test error caused by operator error with last commit
Michael Koziarski
2006-01-14
1
-1
/
+1
*
Don't alter the Hash passed to attributes=, closes #3385
Michael Koziarski
2006-01-14
2
-4
/
+16
*
Correct the case of the CSS declarations. [Blair Zajac] Closes #3171
Michael Koziarski
2006-01-13
3
-12
/
+12
*
Fix problems with the plugin loader where plugins could override 'name' and p...
Michael Koziarski
2006-01-13
2
-2
/
+5
*
Make migration generator only report on exact duplicate names, not partial du...
Marcel Molina
2006-01-13
2
-1
/
+3
*
Add support for multiple proxy servers in HTTP_X_FORWARDED_HOST. Closes #3397
Michael Koziarski
2006-01-13
3
-1
/
+13
*
Fix typo in mailer generator USAGE. Closes #3458.
Marcel Molina
2006-01-13
2
-1
/
+3
*
Fix broken autocompleter test.
Michael Koziarski
2006-01-13
1
-1
/
+1
*
Fix for failing auto complete unit test
Michael Koziarski
2006-01-13
1
-5
/
+5
*
Fix failing test due to hard coded year
Michael Koziarski
2006-01-13
1
-1
/
+2
*
Documentation typo fix. Closes #2367.
Marcel Molina
2006-01-13
2
-1
/
+3
*
Remove Upload Progress. Closes #2871.
Marcel Molina
2006-01-13
8
-1671
/
+2
*
Add test for min_chars auto_complete_field fix. Closes #2929.
Marcel Molina
2006-01-13
2
-2
/
+2
*
Fix date errors for SQLServer in association tests. Closes #3406.
Marcel Molina
2006-01-13
2
-9
/
+8
*
Escape database name in MySQL adapter when creating and dropping databases. C...
Marcel Molina
2006-01-13
2
-2
/
+4
*
Disambiguate table names for columns in validates_uniquness_of's WHERE clause...
Marcel Molina
2006-01-13
2
-3
/
+5
*
Fix typo in function name mapping in auto_complete_field. Closes #3446.
Marcel Molina
2006-01-13
2
-1
/
+3
*
Ignore version mismatch between pg_dump and the database server. Closes #3457.
Marcel Molina
2006-01-13
2
-1
/
+3
*
Show a message on script/server exit before reaping FCGIs
Sam Stephenson
2006-01-13
1
-0
/
+1
*
Reap FCGI processes after lighttpd exits
Sam Stephenson
2006-01-12
2
-2
/
+14
*
Allow auto-discovery of third party template library layouts.
Marcel Molina
2006-01-12
7
-2
/
+69
*
fix for Initializer doc, routing is loaded last so that plugins can extend it
Tobias Lütke
2006-01-11
1
-1
/
+1
*
Fixed that .with_scope imposed create parameters bypass attr_protected
Tobias Lütke
2006-01-10
2
-2
/
+5
*
Fix doc bug
David Heinemeier Hansson
2006-01-09
1
-1
/
+1
*
Make HashWithIndifferentAccess#update behave like Hash#update by returning th...
Marcel Molina
2006-01-08
3
-2
/
+30
*
Have the form builder output radio button, not check box, when calling the ra...
Marcel Molina
2006-01-06
2
-1
/
+3
*
Don't raise an exception when there are more keys than there are named bind v...
Marcel Molina
2006-01-05
4
-23
/
+2
*
Multiple enhancements and adjustments to DB2 adaptor. Closes #3377.
Marcel Molina
2006-01-04
7
-169
/
+207
*
Sanitize scoped conditions.
Marcel Molina
2006-01-04
6
-15
/
+37
*
Added assignment of the Autocompleter object created by JavaScriptMacroHelper...
David Heinemeier Hansson
2006-01-03
8
-18
/
+65
*
Added JavaScriptHelper#button_to_function that works just like JavaScriptHelp...
David Heinemeier Hansson
2005-12-31
3
-0
/
+21
*
Made Field.focus in prototype friendly to effects by adding optional delay pa...
David Heinemeier Hansson
2005-12-31
3
-4
/
+25
*
Added that JavaScriptHelper#link_to_function will honor existing :onclick def...
David Heinemeier Hansson
2005-12-31
2
-2
/
+2
*
Added that JavaScriptHelper#link_to_function will honor existing :onclick def...
David Heinemeier Hansson
2005-12-31
3
-1
/
+11
*
Added :disable_with option to FormTagHelper#submit_tag to allow for easily di...
David Heinemeier Hansson
2005-12-30
3
-19
/
+30
*
Make auto_link handle nil by returning quickly if blank?
Scott Barron
2005-12-30
3
-0
/
+5
*
Added option to Base.reflection_of_all_associations to specify a specific ass...
David Heinemeier Hansson
2005-12-27
3
-3
/
+13
*
Add ActiveSupport::JSON and Object#to_json for converting Ruby objects to JSO...
Sam Stephenson
2005-12-27
11
-1
/
+219
*
Value of full_messages on stubbed out AR instances should be an Array.
Marcel Molina
2005-12-26
2
-8
/
+6
*
Make auto_link match urls with a port number specified.
Marcel Molina
2005-12-26
3
-1
/
+6
*
Added support for toggling visual effects to ScriptaculousHelper::visual_effe...
Thomas Fuchs
2005-12-25
3
-1
/
+26
*
Update to script.aculo.us to 1.5.0 rev. 3343
Thomas Fuchs
2005-12-25
8
-126
/
+260
*
Added :select option for JavaScriptMacroHelper#auto_complete_field that makes...
David Heinemeier Hansson
2005-12-24
4
-18
/
+25
*
ActiveRecord::Base.schema_ignore_tables => ActiveRecord::SchemaDumper.ignore_...
Tobias Lütke
2005-12-24
5
-12
/
+12
*
SchemaDumper now doesn't fail anymore when there are unknown column types in ...
Tobias Lütke
2005-12-24
5
-19
/
+82
*
Added :select option for JavaScriptMacroHelper#auto_complete_field that makes...
David Heinemeier Hansson
2005-12-24
1
-1
/
+2
*
Added :select option for JavaScriptMacroHelper#auto_complete_field that makes...
David Heinemeier Hansson
2005-12-24
6
-19
/
+61
*
cosmetic change to assert_valid
Tobias Lütke
2005-12-23
1
-1
/
+1
*
only log session_id if @session object responds to .session_id.
Tobias Lütke
2005-12-22
1
-1
/
+1
*
Added delayed execution of Javascript from within RJS (closes #3264) [devslas...
David Heinemeier Hansson
2005-12-22
2
-2
/
+21
[next]