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
*
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
*
Add session ID to default logging, but remove the verbose description of ever...
David Heinemeier Hansson
2005-12-22
3
-15
/
+3
*
Better language for the CHANGELOG entry of previous commit.
Florian Weber
2005-12-21
1
-1
/
+1
*
Fixed that saving a model with multiple habtm associations, would only save t...
Florian Weber
2005-12-21
3
-4
/
+19
*
Fix form_for use of datetime_select and date_select as well as a few stylisti...
David Heinemeier Hansson
2005-12-21
2
-7
/
+8
*
Added toggle to compliment show and hide for RJS
David Heinemeier Hansson
2005-12-20
1
-0
/
+5
*
Oops, I killed Tobi's changelog entries.
Scott Barron
2005-12-20
1
-0
/
+6
*
Fix change_column to work with postgres 7.x and 8.x.
Scott Barron
2005-12-20
3
-11
/
+22
*
removed :piggyback in favor of just allowing :select on :through associations
Tobias Lütke
2005-12-20
4
-7
/
+5
*
made .find() and class method delegation work on :through relations
Tobias Lütke
2005-12-20
4
-4
/
+57
*
DRY up PG's add_column a bit to use change_column_default and match the other
Scott Barron
2005-12-20
1
-9
/
+3
*
added :piggyback option to has_many :through relationships to pick up values ...
Tobias Lütke
2005-12-20
5
-3
/
+17
[next]