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
...
*
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
*
Check for the key instead of the value, because it (the value) can be false.
Scott Barron
2005-12-20
1
-1
/
+1
*
Don't try to strip out the controller name if default_action_name is nil
Marcel Molina
2005-12-20
3
-2
/
+15
*
Fix typo in association docs. Closes #3296.
Marcel Molina
2005-12-20
2
-1
/
+3
*
Add additional RJS functionality: alert, redirect_to, call, assign, and <<
Sam Stephenson
2005-12-20
3
-9
/
+60
*
Documentation fixes
Nicholas Seckar
2005-12-19
2
-1
/
+3
*
Honor ActiveRecord::Base.pluralize_table_names when creating and destroying s...
Marcel Molina
2005-12-18
2
-3
/
+9
*
Don't include a layout when rendering an rjs template using render's :templat...
Marcel Molina
2005-12-17
4
-2
/
+17
*
Fixed :through relations when using STI inherited classes would use the inher...
Tobias Lütke
2005-12-16
7
-4
/
+39
*
Add Object#with_options for DRYing up multiple calls to methods having shared...
Sam Stephenson
2005-12-15
5
-0
/
+73
*
Update trunk to scriptaculous 1.5 final
Thomas Fuchs
2005-12-13
2
-0
/
+4
*
Don't used defined? on a scoped constant since it results in a const_missing ...
Jeremy Kemper
2005-12-13
1
-1
/
+1
*
Update to Prototype 1.4.0 final
Sam Stephenson
2005-12-13
4
-16
/
+54
*
Roll back [3244]. References #3116.
Jeremy Kemper
2005-12-13
2
-3
/
+1
*
MySQL: allow encoding option for mysql.rb driver.
Jeremy Kemper
2005-12-13
2
-5
/
+3
*
Fix typo in benchmarker usage string.
Marcel Molina
2005-12-13
1
-1
/
+1
*
Fix typo in profiler usage string.
Marcel Molina
2005-12-13
1
-1
/
+1
*
Added option inheritance for find calls on has_and_belongs_to_many and has_ma...
David Heinemeier Hansson
2005-12-13
11
-25
/
+82
*
Update to script.aculo.us 1.5.0_rc6
Thomas Fuchs
2005-12-12
6
-880
/
+874
*
Added tests for join models and fixed a bug #3177
David Heinemeier Hansson
2005-12-11
6
-3
/
+29
*
Remove duplicate entry from chagnelogs.
Marcel Molina
2005-12-11
1
-2
/
+0
*
Update instructions on how to find and install generators. Closes #3172.
Marcel Molina
2005-12-11
2
-2
/
+6
*
MySQL: fixes for the bundled mysql.rb driver. References #3160.
Jeremy Kemper
2005-12-10
2
-8
/
+11
*
Close h1 with h1 not h2 (closes #3150)
David Heinemeier Hansson
2005-12-10
1
-1
/
+1
*
SQLServer: fix obscure optimistic locking bug, support uniqueidentifier colum...
Jeremy Kemper
2005-12-10
2
-4
/
+18
*
Added form_remote_for [DHH]
David Heinemeier Hansson
2005-12-10
1
-1
/
+7
*
Name vendor/generators source differently from lib/generators source.
Jeremy Kemper
2005-12-09
1
-2
/
+2
[prev]
[next]