| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix freeze_gems so that the latest rails version is dumped by default | Nicholas Seckar | 2005-11-28 | 2 | -2/+5 |
* | Introduce Dependencies.warnings_on_first_load setting. If true, enables warn... | Jeremy Kemper | 2005-11-24 | 3 | -2/+11 |
* | Oracle: active? check pings the database rather than testing the last command... | Jeremy Kemper | 2005-11-24 | 2 | -17/+17 |
* | Credit everybody that helped =) | Florian Weber | 2005-11-24 | 1 | -1/+1 |
* | Made test_update_attributes_after_push_without_duplicate_join_table_rows pass... | Florian Weber | 2005-11-24 | 1 | -2/+2 |
* | SQLServer: resolve column aliasing/quoting collision when using limit or offs... | Jeremy Kemper | 2005-11-24 | 2 | -1/+8 |
* | Reloading a model doesn't lose track of its connection. References #2996. | Jeremy Kemper | 2005-11-24 | 13 | -19/+33 |
* | Sever infinite loop for mutual dependencies. Closes #2997. | Jeremy Kemper | 2005-11-24 | 5 | -7/+38 |
* | Dependencies: set load_file_name = file_name if it ends in .rb | Jeremy Kemper | 2005-11-23 | 1 | -1/+1 |
* | script/plugin: handle root paths and plugin names which contain spaces. Refe... | Jeremy Kemper | 2005-11-23 | 2 | -10/+13 |
* | Introduce :selected option to the select helper. Allows you to specify a sel... | Jeremy Kemper | 2005-11-23 | 3 | -2/+26 |
* | Credit ticket author. | Jeremy Kemper | 2005-11-23 | 1 | -1/+1 |
* | Enable warnings on first load only. File which are loaded but raise an excep... | Jeremy Kemper | 2005-11-23 | 5 | -18/+91 |
* | Fixed bug where using update_attribute after pushing a record to a habtm asso... | Florian Weber | 2005-11-23 | 3 | -2/+17 |
* | Correct spelling of persistent [Stefan Kaes]. Document and eliminate warning... | Jeremy Kemper | 2005-11-23 | 1 | -5/+15 |
* | MySQL, PostgreSQL: reconnect! also reconfigures the connection. Otherwise, t... | Jeremy Kemper | 2005-11-22 | 3 | -19/+38 |
* | Make javascript_include_tag :default behave correctly with application.js, fi... | Thomas Fuchs | 2005-11-22 | 1 | -1/+1 |
* | Initialize @optional in routing code to avoid warnings | Nicholas Seckar | 2005-11-22 | 2 | -0/+3 |
* | Model generator: correct relative path to test_helper in unit test. | Jeremy Kemper | 2005-11-22 | 2 | -1/+3 |
* | Remove superfluous check for pluralize_table_names (use table_name which does... | Sam Stephenson | 2005-11-22 | 1 | -1/+1 |
* | Make ActionController's render honor the :locals option when rendering a :fil... | Sam Stephenson | 2005-11-22 | 5 | -3/+42 |
* | FormHelper correctly passes its object through select, collection_select, cou... | Jeremy Kemper | 2005-11-22 | 2 | -5/+7 |
* | has_and_belongs_to_many: use JOIN instead of LEFT JOIN. References #2937. | Jeremy Kemper | 2005-11-21 | 2 | -2/+4 |
* | Allow assert_tag(:conditions) to match the empty string when a tag has no chi... | Jamis Buck | 2005-11-21 | 3 | -2/+10 |
* | Update html-scanner to handle CDATA sections better. Closes #2970. [Jamis Buck] | Jamis Buck | 2005-11-21 | 3 | -0/+18 |
* | MySQL: introduce :encoding option to specify the character set for client, co... | Jeremy Kemper | 2005-11-21 | 2 | -3/+25 |
* | Don't put flash in session if sessions are disabled. | Jeremy Kemper | 2005-11-21 | 2 | -7/+18 |
* | Back out of 3109 for now as it seems to interfere with the flash | David Heinemeier Hansson | 2005-11-21 | 1 | -6/+2 |
* | Simpler Mysql load test. | Jeremy Kemper | 2005-11-21 | 1 | -2/+2 |
* | Revert [3130]. Behavior of introducing Kernel.binding causes breakage. | Marcel Molina | 2005-11-21 | 3 | -5/+3 |
* | Use Kernel.binding rather than binding to allow columns of that name. Refere... | Jeremy Kemper | 2005-11-21 | 3 | -3/+5 |
* | Strip out trailing &_= for raw post bodies #2868 | Sam Stephenson | 2005-11-21 | 2 | -0/+3 |
* | Make the db_schema_dump task honor the SCHEMA environment variable if present... | Marcel Molina | 2005-11-21 | 2 | -1/+3 |
* | r3241@asus: jeremy | 2005-11-20 23:26:28 -0800 | Jeremy Kemper | 2005-11-21 | 1 | -0/+2 |
* | r3240@asus: jeremy | 2005-11-20 23:22:34 -0800 | Jeremy Kemper | 2005-11-21 | 4 | -34/+48 |
* | r3239@asus: jeremy | 2005-11-20 23:21:37 -0800 | Jeremy Kemper | 2005-11-21 | 1 | -5/+5 |
* | r3220@asus: jeremy | 2005-11-20 03:19:22 -0800 | Jeremy Kemper | 2005-11-21 | 2 | -3/+8 |
* | r3219@asus: jeremy | 2005-11-20 03:07:19 -0800 | Jeremy Kemper | 2005-11-21 | 2 | -12/+17 |
* | r3218@asus: jeremy | 2005-11-20 03:06:32 -0800 | Jeremy Kemper | 2005-11-21 | 1 | -0/+2 |
* | r3217@asus: jeremy | 2005-11-20 03:06:01 -0800 | Jeremy Kemper | 2005-11-21 | 1 | -4/+2 |
* | r3216@asus: jeremy | 2005-11-20 03:05:20 -0800 | Jeremy Kemper | 2005-11-21 | 2 | -55/+29 |
* | r3215@asus: jeremy | 2005-11-20 02:05:56 -0800 | Jeremy Kemper | 2005-11-21 | 5 | -9/+5 |
* | r3214@asus: jeremy | 2005-11-20 02:03:05 -0800 | Jeremy Kemper | 2005-11-21 | 1 | -48/+48 |
* | r3213@asus: jeremy | 2005-11-20 02:01:28 -0800 | Jeremy Kemper | 2005-11-21 | 1 | -0/+2 |
* | Turn warnings on when loading a file if Dependencies.mechanism == :load. Com... | Jeremy Kemper | 2005-11-21 | 2 | -3/+14 |
* | Have the lighttpd server script report the actual ip to which the server is b... | Sam Stephenson | 2005-11-21 | 2 | -3/+8 |
* | Add plugin library directories to the load path after the lib directory so th... | Marcel Molina | 2005-11-21 | 2 | -3/+10 |
* | Make help for the console command more explicit about how to specify the desi... | Marcel Molina | 2005-11-21 | 2 | -0/+2 |
* | Pull out Array#to_strings in favor of more general Symbol#to_proc. | Marcel Molina | 2005-11-21 | 3 | -9/+0 |
* | Add Symbol#to_proc, which allows for, e.g. [:foo, :bar].map(&:to_s). | Marcel Molina | 2005-11-21 | 3 | -0/+15 |