aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reap FCGI processes after lighttpd exitsSam Stephenson2006-01-122-2/+14
* Allow auto-discovery of third party template library layouts.Marcel Molina2006-01-127-2/+69
* fix for Initializer doc, routing is loaded last so that plugins can extend itTobias Lütke2006-01-111-1/+1
* Fixed that .with_scope imposed create parameters bypass attr_protectedTobias Lütke2006-01-102-2/+5
* Fix doc bugDavid Heinemeier Hansson2006-01-091-1/+1
* Make HashWithIndifferentAccess#update behave like Hash#update by returning th...Marcel Molina2006-01-083-2/+30
* Have the form builder output radio button, not check box, when calling the ra...Marcel Molina2006-01-062-1/+3
* Don't raise an exception when there are more keys than there are named bind v...Marcel Molina2006-01-054-23/+2
* Multiple enhancements and adjustments to DB2 adaptor. Closes #3377.Marcel Molina2006-01-047-169/+207
* Sanitize scoped conditions.Marcel Molina2006-01-046-15/+37
* Added assignment of the Autocompleter object created by JavaScriptMacroHelper...David Heinemeier Hansson2006-01-038-18/+65
* Added JavaScriptHelper#button_to_function that works just like JavaScriptHelp...David Heinemeier Hansson2005-12-313-0/+21
* Made Field.focus in prototype friendly to effects by adding optional delay pa...David Heinemeier Hansson2005-12-313-4/+25
* Added that JavaScriptHelper#link_to_function will honor existing :onclick def...David Heinemeier Hansson2005-12-312-2/+2
* Added that JavaScriptHelper#link_to_function will honor existing :onclick def...David Heinemeier Hansson2005-12-313-1/+11
* Added :disable_with option to FormTagHelper#submit_tag to allow for easily di...David Heinemeier Hansson2005-12-303-19/+30
* Make auto_link handle nil by returning quickly if blank?Scott Barron2005-12-303-0/+5
* Added option to Base.reflection_of_all_associations to specify a specific ass...David Heinemeier Hansson2005-12-273-3/+13
* Add ActiveSupport::JSON and Object#to_json for converting Ruby objects to JSO...Sam Stephenson2005-12-2711-1/+219
* Value of full_messages on stubbed out AR instances should be an Array.Marcel Molina2005-12-262-8/+6
* Make auto_link match urls with a port number specified.Marcel Molina2005-12-263-1/+6
* Added support for toggling visual effects to ScriptaculousHelper::visual_effe...Thomas Fuchs2005-12-253-1/+26
* Update to script.aculo.us to 1.5.0 rev. 3343Thomas Fuchs2005-12-258-126/+260
* Added :select option for JavaScriptMacroHelper#auto_complete_field that makes...David Heinemeier Hansson2005-12-244-18/+25
* ActiveRecord::Base.schema_ignore_tables => ActiveRecord::SchemaDumper.ignore_...Tobias Lütke2005-12-245-12/+12
* SchemaDumper now doesn't fail anymore when there are unknown column types in ...Tobias Lütke2005-12-245-19/+82
* Added :select option for JavaScriptMacroHelper#auto_complete_field that makes...David Heinemeier Hansson2005-12-241-1/+2
* Added :select option for JavaScriptMacroHelper#auto_complete_field that makes...David Heinemeier Hansson2005-12-246-19/+61
* cosmetic change to assert_validTobias Lütke2005-12-231-1/+1
* only log session_id if @session object responds to .session_id. Tobias Lütke2005-12-221-1/+1
* Added delayed execution of Javascript from within RJS (closes #3264) [devslas...David Heinemeier Hansson2005-12-222-2/+21
* Add session ID to default logging, but remove the verbose description of ever...David Heinemeier Hansson2005-12-223-15/+3
* Better language for the CHANGELOG entry of previous commit.Florian Weber2005-12-211-1/+1
* Fixed that saving a model with multiple habtm associations, would only save t...Florian Weber2005-12-213-4/+19
* Fix form_for use of datetime_select and date_select as well as a few stylisti...David Heinemeier Hansson2005-12-212-7/+8
* Added toggle to compliment show and hide for RJSDavid Heinemeier Hansson2005-12-201-0/+5
* Oops, I killed Tobi's changelog entries.Scott Barron2005-12-201-0/+6
* Fix change_column to work with postgres 7.x and 8.x.Scott Barron2005-12-203-11/+22
* removed :piggyback in favor of just allowing :select on :through associationsTobias Lütke2005-12-204-7/+5
* made .find() and class method delegation work on :through relationsTobias Lütke2005-12-204-4/+57
* DRY up PG's add_column a bit to use change_column_default and match the otherScott Barron2005-12-201-9/+3
* added :piggyback option to has_many :through relationships to pick up values ...Tobias Lütke2005-12-205-3/+17
* Check for the key instead of the value, because it (the value) can be false.Scott Barron2005-12-201-1/+1
* Don't try to strip out the controller name if default_action_name is nilMarcel Molina2005-12-203-2/+15
* Fix typo in association docs. Closes #3296.Marcel Molina2005-12-202-1/+3
* Add additional RJS functionality: alert, redirect_to, call, assign, and <<Sam Stephenson2005-12-203-9/+60
* Documentation fixesNicholas Seckar2005-12-192-1/+3
* Honor ActiveRecord::Base.pluralize_table_names when creating and destroying s...Marcel Molina2005-12-182-3/+9
* Don't include a layout when rendering an rjs template using render's :templat...Marcel Molina2005-12-174-2/+17
* Fixed :through relations when using STI inherited classes would use the inher...Tobias Lütke2005-12-167-4/+39