aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Finish polish on new welcome screenDavid Heinemeier Hansson2005-12-081-16/+14
* Fixed RDoc warnings [DHH]David Heinemeier Hansson2005-12-082-2/+2
* Fix has_many :throughDavid Heinemeier Hansson2005-12-071-0/+1
* Add builtin/ to the gemspec. Closes #3047.Sam Stephenson2005-12-062-0/+3
* Dont overwrite the documentation from the real base classDavid Heinemeier Hansson2005-12-051-1/+0
* Clear the connection cache entry when a new connection is established on the ...Jeremy Kemper2005-12-052-21/+24
* Clear connection cache after rolling back transaction.Jeremy Kemper2005-12-051-2/+1
* Move dummy active? and reconnect! from sqlite to base adapter. References #428.Jeremy Kemper2005-12-042-13/+13
* Connection cache to speed up retrieve_connection and get rid of dirty connect...Jeremy Kemper2005-12-045-37/+13
* Don't use transactional fixtures for when DDL changes are involved.Jeremy Kemper2005-12-042-0/+3
* MySQL: work around ruby-mysql/mysql-ruby inconsistency with mysql.stat. Elim...Jeremy Kemper2005-12-032-7/+11
* Add install.rb file to plugin generation which is loaded, if it exists, when ...Marcel Molina2005-12-035-1/+14
* Added preliminary support for join models [DHH] Added preliminary support for...David Heinemeier Hansson2005-12-0317-446/+520
* Work-in progress for providing better join model support and polymorphic asso...David Heinemeier Hansson2005-12-0213-44/+194
* Fix docs for text_area_tag. Closes #3083.Marcel Molina2005-12-022-1/+3
* Allow validate_uniqueness_of to be scoped by more than just one column. Close...Marcel Molina2005-12-023-5/+41