| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | modified finder test a tiny bit so that it passes on sqlserver | Tobias Lütke | 2005-10-16 | 2 | -5/+8 |
* | Fix freeze_gems | David Heinemeier Hansson | 2005-10-16 | 1 | -0/+1 |
* | Improve line number detection for template errors | Nicholas Seckar | 2005-10-16 | 2 | -1/+3 |
* | Update Exception extension to show the first few framework frames in an appli... | Nicholas Seckar | 2005-10-16 | 3 | -2/+24 |
* | Fix rake dev and related commands | Nicholas Seckar | 2005-10-16 | 3 | -4/+10 |
* | Remove util.js | David Heinemeier Hansson | 2005-10-16 | 1 | -1/+0 |
* | Don't rdoc the Version module | Jamis Buck | 2005-10-16 | 1 | -1/+1 |
* | Update/clean up ActiveRecord documentation (rdoc) | Jamis Buck | 2005-10-16 | 4 | -6/+45 |
* | Update/clean up AP documentation (rdoc) | Jamis Buck | 2005-10-16 | 11 | -34/+45 |
* | Update/extend ActionMailer documentation (rdoc) | Jamis Buck | 2005-10-16 | 8 | -17/+131 |
* | Merge remainder of util.js into effects.js | Sam Stephenson | 2005-10-16 | 6 | -1099/+582 |
* | Add unit tests for exception extensions | Nicholas Seckar | 2005-10-16 | 1 | -0/+24 |
* | Try to figure out which mysql socket to use. Default to /path/to/your/mysql.... | Jeremy Kemper | 2005-10-16 | 3 | -4/+12 |
* | Use expand_path for app_name so, e.g., rails . is supported | Jeremy Kemper | 2005-10-16 | 1 | -1/+1 |
* | Add missing file | Nicholas Seckar | 2005-10-16 | 1 | -0/+21 |
* | Made the rails command use the application name for database names in the tai... | Florian Weber | 2005-10-16 | 3 | -4/+6 |
* | r3959@asus: jeremy | 2005-10-16 00:09:09 -0700 | Jeremy Kemper | 2005-10-16 | 1 | -0/+2 |
* | r3957@asus: jeremy | 2005-10-16 00:01:55 -0700 | Jeremy Kemper | 2005-10-16 | 1 | -0/+20 |
* | r3616@asus: jeremy | 2005-09-26 23:09:28 -0700 | Jeremy Kemper | 2005-10-16 | 13 | -42/+113 |
* | Upgrade to Prototype 1.4.0_rc0 | Sam Stephenson | 2005-10-16 | 3 | -338/+844 |
* | Documentation updates/fixes for railties | Jamis Buck | 2005-10-16 | 10 | -19/+66 |
* | Comment out the memory leak test because it b0rks the testing environment. Up... | Jamis Buck | 2005-10-16 | 2 | -19/+22 |
* | added assert_valid to AP | Tobias Lütke | 2005-10-16 | 4 | -3/+61 |
* | Minero Aoki made TMail available to Rails/ActionMailer under the MIT license ... | David Heinemeier Hansson | 2005-10-16 | 18 | -53/+376 |
* | Fix bad commit. (Bad developer, bad\!) | Nicholas Seckar | 2005-10-16 | 1 | -1/+1 |
* | Add documentation for Rails::Initializer and Rails::Configuration | Jamis Buck | 2005-10-16 | 1 | -15/+178 |
* | Add line and file information to test process' get, post, etc methods | Nicholas Seckar | 2005-10-16 | 1 | -1/+1 |
* | Add temporary support for passing locals to render using string keys | Nicholas Seckar | 2005-10-16 | 3 | -2/+18 |
* | Add __FILE__ and __LINE__ to eval | Nicholas Seckar | 2005-10-15 | 1 | -1/+1 |
* | Shorten long line | Nicholas Seckar | 2005-10-15 | 1 | -1/+4 |
* | Allow ARStore::Session to indicate that it should not be reloaded in dev mode | Jamis Buck | 2005-10-15 | 2 | -1/+20 |
* | Austin Ziegler made Text::Simple available to Rails/ActionMailer under a MIT-... | David Heinemeier Hansson | 2005-10-15 | 2 | -14/+35 |
* | Renaming the deprecated finder test | Michael Koziarski | 2005-10-15 | 1 | -1/+1 |
* | Clean up error pages by providing better backtraces | Nicholas Seckar | 2005-10-15 | 5 | -39/+19 |
* | Added Extension extension to provide support for clean backtraces. | Nicholas Seckar | 2005-10-15 | 2 | -0/+20 |
* | reasoning behind the seemingly duplicated method | Michael Koziarski | 2005-10-15 | 1 | -1/+2 |
* | Add code and message to test response as per #2460 | Michael Koziarski | 2005-10-15 | 1 | -0/+8 |
* | squash the memleak in dev mode finally (fingers crossed, here) | Jamis Buck | 2005-10-15 | 2 | -0/+23 |
* | Backed out of setting testing settings through initializer as that would brea... | David Heinemeier Hansson | 2005-10-15 | 2 | -27/+6 |
* | Should be RAILS_ROOT/test/fixtures. | Scott Barron | 2005-10-15 | 1 | -3/+3 |
* | Make freezing work with Windows | David Heinemeier Hansson | 2005-10-15 | 1 | -2/+3 |
* | Change default logging colors to work on both white and black backgrounds. | Sam Stephenson | 2005-10-15 | 2 | -6/+10 |