| Commit message (Expand) | Author | Age | Files | Lines |
* | Prepared for release of 0.14.2 (RC3) | David Heinemeier Hansson | 2005-10-25 | 17 | -23/+34 |
* | Allow symbols to rename columns when using SQLite adapter. #2531 [kevin.clark... | Jamis Buck | 2005-10-25 | 3 | -4/+30 |
* | r2736@asus: jeremy | 2005-10-24 17:08:12 -0700 | Jeremy Kemper | 2005-10-25 | 7 | -194/+82 |
* | Minor documentation fix | Florian Weber | 2005-10-25 | 1 | -1/+1 |
* | Reset template variables after using render_to_string. Closes #2559 | Nicholas Seckar | 2005-10-25 | 4 | -0/+14 |
* | Take a different approach to keeping flash around when using components. | Scott Barron | 2005-10-25 | 2 | -3/+11 |
* | r2727@asus: jeremy | 2005-10-24 14:14:36 -0700 | Jeremy Kemper | 2005-10-24 | 2 | -9/+49 |
* | r2726@asus: jeremy | 2005-10-24 14:11:59 -0700 | Jeremy Kemper | 2005-10-24 | 2 | -7/+6 |
* | A little spacing goes a long way | David Heinemeier Hansson | 2005-10-24 | 2 | -0/+3 |
* | r3689@sedna: jeremy | 2005-10-16 10:24:36 -0700 | Jeremy Kemper | 2005-10-23 | 5 | -7/+29 |
* | r2718@asus: jeremy | 2005-10-23 14:45:30 -0700 | Jeremy Kemper | 2005-10-23 | 6 | -106/+170 |
* | Map Active Record time to SQL TIME. Closes #2576. | Jeremy Kemper | 2005-10-23 | 2 | -2/+2 |
* | Map AR time to PostgreSQL TIME. Closes #2575. | Jeremy Kemper | 2005-10-23 | 2 | -1/+3 |
* | Constants set in the development/test/production environment file are set in ... | Jamis Buck | 2005-10-23 | 4 | -0/+43 |
* | Clarify semantics of ActiveRecord::Base#respond_to? Closes #2560. | Jeremy Kemper | 2005-10-22 | 6 | -15/+59 |
* | Scaffold generator pays attention to the controller name. Closes #2562. | Jeremy Kemper | 2005-10-22 | 2 | -1/+3 |
* | Include tasks from vendor/plugins/*/tasks in the Rakefile #2545 [Rick Olson] | David Heinemeier Hansson | 2005-10-21 | 2 | -1/+7 |
* | Expose the session model backing CGI::Session | Jeremy Kemper | 2005-10-20 | 5 | -9/+36 |
* | Fix Associations#clear for not-yet-loaded associations (Patrick Lenz) | Tobias Lütke | 2005-10-20 | 3 | -2/+13 |
* | HABTM finder sets :readonly => false. Closes #2525. | Jeremy Kemper | 2005-10-20 | 4 | -17/+32 |
* | Fixed misspell of "initialize_framework_settings" | Florian Weber | 2005-10-20 | 1 | -3/+3 |
* | Update CHANGELOG. | Marcel Molina | 2005-10-19 | 1 | -1/+2 |
* | Make all of tests runnable on their own. | Marcel Molina | 2005-10-19 | 2 | -3/+4 |
* | Add title case method to String to do, e.g., 'action_web_service'.titlecase #... | Marcel Molina | 2005-10-19 | 4 | -2/+29 |
* | Abbreviate RAILS_ROOT in traces | Jamis Buck | 2005-10-19 | 2 | -0/+10 |
* | Really ready for release | David Heinemeier Hansson | 2005-10-19 | 8 | -10/+9 |
* | Really ready for push | David Heinemeier Hansson | 2005-10-19 | 5 | -4/+14 |
* | Don't clean RAILS_ROOT on windows | Jamis Buck | 2005-10-19 | 2 | -3/+11 |
* | Made ready to push RC2 | David Heinemeier Hansson | 2005-10-19 | 8 | -8/+16 |
* | Parenthesize :conditions | Jeremy Kemper | 2005-10-18 | 7 | -18/+19 |
* | Correct PostgreSQL primary key sequence detection. #2507 | Jeremy Kemper | 2005-10-18 | 2 | -13/+22 |
* | Remove trailing '/' from RAILS_ROOT | Nicholas Seckar | 2005-10-18 | 2 | -1/+4 |
* | Update error trace templates | Nicholas Seckar | 2005-10-18 | 2 | -15/+22 |
* | Remove generated code from app traces; improve accuracy of framework traces | Nicholas Seckar | 2005-10-18 | 3 | -1/+19 |
* | Added support for using limits in eager loads that involve has_many and has_a... | David Heinemeier Hansson | 2005-10-18 | 3 | -11/+87 |
* | Upgrade to Prototype 1.4.0_rc1 | Sam Stephenson | 2005-10-18 | 1 | -5/+7 |
* | unbreak unit tests on windows | Michael Koziarski | 2005-10-18 | 1 | -2/+0 |
* | Fix the html-scanner to count children correctly, playing nicely with :only, ... | Jamis Buck | 2005-10-18 | 2 | -3/+24 |
* | attempt to fix #2500 | Michael Koziarski | 2005-10-17 | 2 | -4/+7 |
* | Updated the gem specs | David Heinemeier Hansson | 2005-10-17 | 4 | -6/+6 |
* | Fix spelling error | Nicholas Seckar | 2005-10-17 | 1 | -1/+1 |
* | Fixed a few sqlserver test case errors. Closes #2486 | Tobias Lütke | 2005-10-17 | 3 | -7/+13 |
* | Make string-keys locals assigns optional | Nicholas Seckar | 2005-10-17 | 3 | -6/+18 |
* | suppress mysql_config errors | Jeremy Kemper | 2005-10-17 | 1 | -1/+1 |
* | Use the more appropriate columns_hash to get the session data column size limit. | Marcel Molina | 2005-10-17 | 1 | -1/+1 |
* | Upgrade Rails dependencies | David Heinemeier Hansson | 2005-10-16 | 1 | -6/+6 |
* | Dont include unnecessary active support classes in docs | David Heinemeier Hansson | 2005-10-16 | 3 | -9/+9 |
* | Getting ready for 0.14.0 (1.0.0 Release Candidate 1) | David Heinemeier Hansson | 2005-10-16 | 12 | -18/+19 |
* | Fixed more Windows tests | David Heinemeier Hansson | 2005-10-16 | 1 | -2/+2 |
* | moved generators to lib/generators | Tobias Lütke | 2005-10-16 | 2 | -1/+3 |