| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Added Rails framework freezing tasks: freeze_gems (freeze to current gems), f... | David Heinemeier Hansson | 2005-10-15 | 2 | -0/+33 |
* | Raise an exception if an attempt is made to insert more session data into the... | Marcel Molina | 2005-10-15 | 4 | -4/+56 |
* | action pack asserts don't spam you with unnecissary backtraces anymore | Tobias Lütke | 2005-10-15 | 2 | -69/+98 |
* | Updated documentation and fixed the spinner to reference the new spawner by d... | David Heinemeier Hansson | 2005-10-15 | 2 | -21/+10 |
* | Fixed the overeager test running | David Heinemeier Hansson | 2005-10-15 | 2 | -5/+3 |
* | Updated and clarified documentation for JavaScriptHelper to be more concise a... | Thomas Fuchs | 2005-10-15 | 2 | -6/+26 |
* | Adds update_javascripts task which will fetch all the latest js files from ra... | Tobias Lütke | 2005-10-15 | 3 | -0/+9 |
* | Cleaned up test_helper | David Heinemeier Hansson | 2005-10-15 | 2 | -20/+16 |
* | Fixed script/performance | David Heinemeier Hansson | 2005-10-15 | 2 | -2/+2 |
* | If a component redirects when called with render_component_as_string, render the | Scott Barron | 2005-10-15 | 2 | -3/+34 |
* | Really fix #1896. YAML class structure changed between 1.8.2 and 1.8.3, brea... | Jeremy Kemper | 2005-10-15 | 1 | -1/+1 |
* | Updated whiny nil to be more concise and useful. | Nicholas Seckar | 2005-10-15 | 3 | -16/+12 |
* | Eliminate an obsolete comment. | Marcel Molina | 2005-10-15 | 1 | -2/+0 |
* | Support ordered YAML fixtures. #1896 | Jeremy Kemper | 2005-10-15 | 4 | -4/+50 |
* | Add changelog | Nicholas Seckar | 2005-10-15 | 1 | -0/+2 |
* | Cleaned up some docs | David Heinemeier Hansson | 2005-10-15 | 2 | -3/+3 |
* | Take retry with breakpoint out until we fix it | David Heinemeier Hansson | 2005-10-15 | 1 | -1/+1 |
* | Fix Request#host_with_port to use the standard port when Rails is behind a pr... | Nicholas Seckar | 2005-10-15 | 5 | -7/+46 |
* | Adds :nullify option to :depends. Closes #2015 (Robby Russell) | Tobias Lütke | 2005-10-15 | 8 | -22/+88 |
* | r3618@sedna: jeremy | 2005-10-14 12:06:03 -0700 | Jeremy Kemper | 2005-10-15 | 3 | -5/+55 |
* | Change quote delimiters for sql interpolation to obviate SyntaxErrors. Closes... | Marcel Molina | 2005-10-14 | 2 | -1/+9 |
* | Added cleaning of RAILS_ROOT to useless elements such as '../non-dot-dot/'. P... | Nicholas Seckar | 2005-10-14 | 2 | -1/+4 |
* | Finished move | David Heinemeier Hansson | 2005-10-14 | 4 | -2/+2 |