aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Get the version right: 1.5.0_pre0, not rc0Sam Stephenson2006-01-182-2/+2
* Update to Prototype 1.5.0_rc0Sam Stephenson2006-01-184-14/+320
* Dont repeat the button_to methodDavid Heinemeier Hansson2006-01-161-14/+0
* Automatically discover layouts when a controller is namespaced. Closes #2199,...Marcel Molina2006-01-154-4/+25
* allow the 'lock_version' column to be configured with set_locking_column. Cl...Michael Koziarski2006-01-1419-5/+111
* Don't hardcode id in acts_as_list. Closes #3370Michael Koziarski2006-01-142-2/+4
* Load plugins in a consistent order. Closes #3429Michael Koziarski2006-01-142-2/+5
* Show usage when script/plugin is called without arguments. Closes #3450Michael Koziarski2006-01-142-1/+3
* Fix test error caused by operator error with last commitMichael Koziarski2006-01-141-1/+1
* Don't alter the Hash passed to attributes=, closes #3385Michael Koziarski2006-01-142-4/+16
* Correct the case of the CSS declarations. [Blair Zajac] Closes #3171Michael Koziarski2006-01-133-12/+12
* Fix problems with the plugin loader where plugins could override 'name' and p...Michael Koziarski2006-01-132-2/+5
* Make migration generator only report on exact duplicate names, not partial du...Marcel Molina2006-01-132-1/+3
* Add support for multiple proxy servers in HTTP_X_FORWARDED_HOST. Closes #3397Michael Koziarski2006-01-133-1/+13
* Fix typo in mailer generator USAGE. Closes #3458.Marcel Molina2006-01-132-1/+3
* Fix broken autocompleter test.Michael Koziarski2006-01-131-1/+1
* Fix for failing auto complete unit testMichael Koziarski2006-01-131-5/+5
* Fix failing test due to hard coded yearMichael Koziarski2006-01-131-1/+2
* Documentation typo fix. Closes #2367.Marcel Molina2006-01-132-1/+3
* Remove Upload Progress. Closes #2871.Marcel Molina2006-01-138-1671/+2
* Add test for min_chars auto_complete_field fix. Closes #2929.Marcel Molina2006-01-132-2/+2
* Fix date errors for SQLServer in association tests. Closes #3406.Marcel Molina2006-01-132-9/+8
* Escape database name in MySQL adapter when creating and dropping databases. C...Marcel Molina2006-01-132-2/+4
* Disambiguate table names for columns in validates_uniquness_of's WHERE clause...Marcel Molina2006-01-132-3/+5
* Fix typo in function name mapping in auto_complete_field. Closes #3446.Marcel Molina2006-01-132-1/+3
* Ignore version mismatch between pg_dump and the database server. Closes #3457.Marcel Molina2006-01-132-1/+3
* Show a message on script/server exit before reaping FCGIsSam Stephenson2006-01-131-0/+1
* 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