aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add Object#with_options for DRYing up multiple calls to methods having shared...Sam Stephenson2005-12-155-0/+73
* Update trunk to scriptaculous 1.5 finalThomas Fuchs2005-12-132-0/+4
* Don't used defined? on a scoped constant since it results in a const_missing ...Jeremy Kemper2005-12-131-1/+1
* Update to Prototype 1.4.0 finalSam Stephenson2005-12-134-16/+54
* Roll back [3244]. References #3116.Jeremy Kemper2005-12-132-3/+1
* MySQL: allow encoding option for mysql.rb driver.Jeremy Kemper2005-12-132-5/+3
* Fix typo in benchmarker usage string.Marcel Molina2005-12-131-1/+1
* Fix typo in profiler usage string.Marcel Molina2005-12-131-1/+1
* Added option inheritance for find calls on has_and_belongs_to_many and has_ma...David Heinemeier Hansson2005-12-1311-25/+82
* Update to script.aculo.us 1.5.0_rc6Thomas Fuchs2005-12-126-880/+874
* Added tests for join models and fixed a bug #3177David Heinemeier Hansson2005-12-116-3/+29
* Remove duplicate entry from chagnelogs.Marcel Molina2005-12-111-2/+0
* Update instructions on how to find and install generators. Closes #3172.Marcel Molina2005-12-112-2/+6
* MySQL: fixes for the bundled mysql.rb driver. References #3160.Jeremy Kemper2005-12-102-8/+11
* Close h1 with h1 not h2 (closes #3150)David Heinemeier Hansson2005-12-101-1/+1
* SQLServer: fix obscure optimistic locking bug, support uniqueidentifier colum...Jeremy Kemper2005-12-102-4/+18
* Added form_remote_for [DHH]David Heinemeier Hansson2005-12-101-1/+7
* Name vendor/generators source differently from lib/generators source.Jeremy Kemper2005-12-091-2/+2
* MySQL: ensure that @config is set.Jeremy Kemper2005-12-091-3/+2
* Generator looks in vendor/generators also.Jeremy Kemper2005-12-092-2/+7
* Fix bundled mysql.rb to correctly check for PROTO_41. Fixed scramble41 with ...Jeremy Kemper2005-12-091-43/+37
* Fix shebang handling for empty files. References #2927.Jeremy Kemper2005-12-091-4/+3
* Generator copies files in binary mode. References #3156.Jeremy Kemper2005-12-092-2/+4
* Fix some test failures due to MySQL assumptions. Closes #3149.Jeremy Kemper2005-12-082-6/+15
* Oracle: active? performs a select instead of a commit. References #3133.Jeremy Kemper2005-12-082-1/+3
* Remove insignificant classes from docsDavid Heinemeier Hansson2005-12-082-3/+3
* MySQL: more robust test for nullified result hashes. References #3124.Jeremy Kemper2005-12-082-8/+4
* SQLite: find database file when RAILS_ROOT is a symlink. References #3116.Jeremy Kemper2005-12-082-1/+3
* Reloading an instance refreshes its aggregations as well as its associations....Jeremy Kemper2005-12-085-0/+32
* Fixed that using :include together with :conditions array in Base.find would ...David Heinemeier Hansson2005-12-083-3/+30
* More robust relative url root discovery for SCGI compatibility. This solves ...Jeremy Kemper2005-12-083-1/+9
* PostgreSQL: more robust sequence name discovery. References #3087.Jeremy Kemper2005-12-083-5/+9
* Oracle: use syntax compatible with Oracle 8. References #3131.Jeremy Kemper2005-12-082-6/+7
* Warn people not to change boot.rbDavid Heinemeier Hansson2005-12-081-0/+2