aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update trunk to latests script.aculo.usThomas Fuchs2005-11-148-218/+144
* * Updated docs for in_place_editor, fixes a couple bugs and offers extended s...Tobias Lütke2005-11-143-10/+14
* Oracle: active? and reconnect! methods for handling stale connections. Optio...Jeremy Kemper2005-11-142-8/+120
* Fix reconnect success rate to report as percentage. References #428.Jeremy Kemper2005-11-141-5/+5
* Correct documentation for Base.delete_all. References #1568.Jeremy Kemper2005-11-142-1/+3
* Oracle: test case for column default parsing. References #2788.Jeremy Kemper2005-11-144-2/+22
* Update documentation for Migrations. References #2861.Jeremy Kemper2005-11-142-13/+32
* Update documentation for render :file. References #2858.Jeremy Kemper2005-11-142-8/+14
* Note that the ruby-memcache bindings are required to use the memcache store.Jeremy Kemper2005-11-141-0/+1
* Update CHANGELOG with more details. References #2842.Jeremy Kemper2005-11-131-1/+1
* Eliminate Subversion dependencies in scripts/plugin. Correct install options...Jeremy Kemper2005-11-132-61/+96
* Reapply [2942] which was elided by [2997]. References #2788. References #2848.Jeremy Kemper2005-11-131-1/+1
* Only include builtin filters whose filenames match /^[a-z][a-z_]*_helper.rb$/...Jeremy Kemper2005-11-132-5/+6
* hidden_field can also be in fields_forDavid Heinemeier Hansson2005-11-131-1/+1
* Make form_for work with additional optionsDavid Heinemeier Hansson2005-11-131-1/+1
* Show with local varsDavid Heinemeier Hansson2005-11-131-2/+2
* Added FormHelper#form_for and FormHelper#fields_for that makes it easier to w...David Heinemeier Hansson2005-11-1310-24/+338
* r3046@asus: jeremy | 2005-11-13 02:31:21 -0800Jeremy Kemper2005-11-131-4/+8
* r3042@asus: jeremy | 2005-11-13 01:51:08 -0800Jeremy Kemper2005-11-134-20/+52
* r3032@asus: jeremy | 2005-11-12 23:16:52 -0800Jeremy Kemper2005-11-133-16/+45
* PostgreSQL: last_insert_id uses select_value rather than using @connection.ex...Jeremy Kemper2005-11-131-2/+2
* Much faster Oracle column reflection. References #2848.Jeremy Kemper2005-11-132-16/+24
* r4331@asus: jeremy | 2005-11-12 17:03:45 -0800Jeremy Kemper2005-11-131-2/+2
* SQLite: the clone_structure_to_test and purge_test_database Rake tasks should...Jeremy Kemper2005-11-132-2/+2
* SQLite: the clone_structure_to_test Rake task should always use the test envi...Jeremy Kemper2005-11-132-1/+3
* PostgreSQL: min_messages = warning for AR tests.Jeremy Kemper2005-11-121-5/+5
* Pulled auto-starting browser: More pain than gainDavid Heinemeier Hansson2005-11-124-9/+1
* r4325@asus: jeremy | 2005-11-12 03:57:46 -0800Jeremy Kemper2005-11-126-39/+103
* Make Validations#create! use the current scopeJamis Buck2005-11-121-0/+2
* SQLServer: don't report limits for unsupported field types. Closes #2835.Jeremy Kemper2005-11-112-0/+4
* Include the Enumerable module in ActiveRecord::Errors.Jeremy Kemper2005-11-112-0/+4
* ChangeloggingDavid Heinemeier Hansson2005-11-111-0/+2
* Make sure that legacy db tasks also reference :database for SQLite (closes #2...David Heinemeier Hansson2005-11-111-3/+6
* options_for_select allows any objects which respond_to? :first and :last rath...Jeremy Kemper2005-11-103-7/+19
* Fix const_missing handler to ignore the trailing '.rb' on files when comparin...Nicholas Seckar2005-11-102-1/+3
* Update docs for AR::Base#clone.Jeremy Kemper2005-11-101-1/+5
* Add :group option, correspond to GROUP BY, to the find method and to the has_...Jeremy Kemper2005-11-105-3/+19
* Pass __FILE__ when evaluating plugins' init.rb. Closes #2817.Jeremy Kemper2005-11-102-1/+3
* Better svn status matching for generators. Closes #2814.Jeremy Kemper2005-11-102-1/+8
* Make sure the acts_as_list_class is resolved relative to the global namespaceJamis Buck2005-11-101-1/+1
* This does not need to be thread local (thanks skaes).Scott Barron2005-11-101-2/+2
* Disabled stderr suppressing until activesupport is available also in non-gem ...David Heinemeier Hansson2005-11-101-1/+1
* Don't reload routes until plugins have been loaded so they have a chance to e...David Heinemeier Hansson2005-11-102-1/+5
* Don't cast nil or empty strings to a dummy date. Closes #2789.Jeremy Kemper2005-11-102-0/+3
* Expand tabs and strip trailing whitespace.Jeremy Kemper2005-11-101-177/+171
* acts_as_list plays nicely with inheritance by remembering the class which dec...Jeremy Kemper2005-11-105-12/+196
* The auto_link text helper accepts an optional block to format the link text f...Jeremy Kemper2005-11-103-10/+40
* Fix sqlite adaptor's detection of missing dbfile or database declarationNicholas Seckar2005-11-102-1/+3
* Don't detach or fork for script/server tailingNicholas Seckar2005-11-092-19/+21
* Added automatic browser launching on OS X when starting script/server [DHH]David Heinemeier Hansson2005-11-094-4/+12