aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Firebird: active? and reconnect! methods for handling stale connections. Ref...Jeremy Kemper2005-12-022-2/+25
* Silence deprecation warnings for keep_flash when running tests.Marcel Molina2005-12-021-1/+1
* Firebird: updated for FireRuby 0.4.0. References #3009.Jeremy Kemper2005-12-022-67/+37
* Change form_for and fields_for method signatures to take object name and obje...Marcel Molina2005-12-025-33/+22
* Run initialize_logger in script/lighttpd to ensure the log file exists before...Sam Stephenson2005-11-303-6/+11
* Make load_fixtures include csv fixtures. Closes #3053.Marcel Molina2005-11-282-1/+3
* PostgreSQL: active? compatibility with the pure-Ruby driver. Still need to m...Jeremy Kemper2005-11-282-3/+5
* MySQL: active? compatibility with the pure-Ruby driver. References #428.Jeremy Kemper2005-11-282-1/+7
* Handle mutual dependencies with .rb suffix.Jeremy Kemper2005-11-283-15/+15
* Fix freeze_gems so that the latest rails version is dumped by defaultNicholas Seckar2005-11-282-2/+5
* Introduce Dependencies.warnings_on_first_load setting. If true, enables warn...Jeremy Kemper2005-11-243-2/+11
* Oracle: active? check pings the database rather than testing the last command...Jeremy Kemper2005-11-242-17/+17
* Credit everybody that helped =)Florian Weber2005-11-241-1/+1
* Made test_update_attributes_after_push_without_duplicate_join_table_rows pass...Florian Weber2005-11-241-2/+2
* SQLServer: resolve column aliasing/quoting collision when using limit or offs...Jeremy Kemper2005-11-242-1/+8
* Reloading a model doesn't lose track of its connection. References #2996.Jeremy Kemper2005-11-2413-19/+33
* Sever infinite loop for mutual dependencies. Closes #2997.Jeremy Kemper2005-11-245-7/+38
* Dependencies: set load_file_name = file_name if it ends in .rbJeremy Kemper2005-11-231-1/+1
* script/plugin: handle root paths and plugin names which contain spaces. Refe...Jeremy Kemper2005-11-232-10/+13
* Introduce :selected option to the select helper. Allows you to specify a sel...Jeremy Kemper2005-11-233-2/+26
* Credit ticket author.Jeremy Kemper2005-11-231-1/+1
* Enable warnings on first load only. File which are loaded but raise an excep...Jeremy Kemper2005-11-235-18/+91
* Fixed bug where using update_attribute after pushing a record to a habtm asso...Florian Weber2005-11-233-2/+17
* Correct spelling of persistent [Stefan Kaes]. Document and eliminate warning...Jeremy Kemper2005-11-231-5/+15
* MySQL, PostgreSQL: reconnect! also reconfigures the connection. Otherwise, t...Jeremy Kemper2005-11-223-19/+38
* Make javascript_include_tag :default behave correctly with application.js, fi...Thomas Fuchs2005-11-221-1/+1
* Initialize @optional in routing code to avoid warningsNicholas Seckar2005-11-222-0/+3
* Model generator: correct relative path to test_helper in unit test.Jeremy Kemper2005-11-222-1/+3
* Remove superfluous check for pluralize_table_names (use table_name which does...Sam Stephenson2005-11-221-1/+1
* Make ActionController's render honor the :locals option when rendering a :fil...Sam Stephenson2005-11-225-3/+42
* FormHelper correctly passes its object through select, collection_select, cou...Jeremy Kemper2005-11-222-5/+7
* has_and_belongs_to_many: use JOIN instead of LEFT JOIN. References #2937.Jeremy Kemper2005-11-212-2/+4
* Allow assert_tag(:conditions) to match the empty string when a tag has no chi...Jamis Buck2005-11-213-2/+10
* Update html-scanner to handle CDATA sections better. Closes #2970. [Jamis Buck]Jamis Buck2005-11-213-0/+18
* MySQL: introduce :encoding option to specify the character set for client, co...Jeremy Kemper2005-11-212-3/+25
* Don't put flash in session if sessions are disabled.Jeremy Kemper2005-11-212-7/+18
* Back out of 3109 for now as it seems to interfere with the flashDavid Heinemeier Hansson2005-11-211-6/+2
* Simpler Mysql load test.Jeremy Kemper2005-11-211-2/+2