| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | 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 |