| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make ready for 2.0.1 | David Heinemeier Hansson | 2007-12-07 | 3 | -6/+11 |
* | The test task stops with a warning if you have pending migrations. Closes #10... | Jeremy Kemper | 2007-12-06 | 2 | -1/+16 |
* | Preparing for release shortly | David Heinemeier Hansson | 2007-12-06 | 3 | -12/+9 |
* | Add warning to documentation about using transactional fixtures when the code... | Marcel Molina | 2007-12-05 | 2 | -0/+6 |
* | Fix typos (closes #10378) | David Heinemeier Hansson | 2007-12-05 | 3 | -4/+4 |
* | Update Prototype to 1.6.0.1 | Sam Stephenson | 2007-12-05 | 2 | -20/+47 |
* | Update trunk to script.aculo.us 1.8.0.1, fixes a regression in the autocompleter | Thomas Fuchs | 2007-12-04 | 2 | -3/+5 |
* | Added db:fixtures:identity as a way of locating what ID a foxy fixture was as... | David Heinemeier Hansson | 2007-12-01 | 2 | -0/+24 |
* | Generated fixtures should not specify ids since theyre expected to be foxy fi... | David Heinemeier Hansson | 2007-12-01 | 2 | -9/+14 |
* | You dont need to explicitly declare which controller youre testing when you f... | David Heinemeier Hansson | 2007-11-30 | 3 | -6/+0 |
* | use autoeval not autoirb, it's mostly equivalent but doesn't make stepping fr... | Michael Koziarski | 2007-11-30 | 1 | -1/+1 |
* | Update to Prototype -r8232 | Sam Stephenson | 2007-11-29 | 2 | -71/+89 |
* | Prep for RC2 | David Heinemeier Hansson | 2007-11-29 | 3 | -7/+7 |
* | Introduce SecretKeyGenerator for more secure session secrets than CGI::Sessio... | Jeremy Kemper | 2007-11-28 | 4 | -1/+202 |
* | No trailing whitespace in migration generation (closes #10235) | David Heinemeier Hansson | 2007-11-25 | 1 | -2/+2 |
* | Cleanup documentation a bit and be more specific | David Heinemeier Hansson | 2007-11-21 | 2 | -2/+4 |
* | Cleanup documentation a bit and be more specific | David Heinemeier Hansson | 2007-11-21 | 1 | -12/+12 |
* | Make sure script/plugin doesn't skip files beginning with http (i.e. the old ... | Michael Koziarski | 2007-11-21 | 1 | -1/+1 |
* | Fix typo in generator usage blurb. Closes #10217 [Mike Naberezny] | Jeremy Kemper | 2007-11-20 | 1 | -1/+1 |
* | RAILS_GEM_VERSION may be set to any valid gem version specifier. Closes #10057. | Jeremy Kemper | 2007-11-17 | 3 | -4/+18 |
* | Load config/preinitializer.rb, if present, before loading the environment. Cl... | Jeremy Kemper | 2007-11-17 | 3 | -2/+32 |
* | Table names aren't nested: replace / with _ to match the likely table name. | Jeremy Kemper | 2007-11-16 | 1 | -0/+1 |
* | Resource and scaffold generators pass on the full name to the dependent model... | Jeremy Kemper | 2007-11-16 | 2 | -2/+2 |
* | Remove components mention from railties README. Closes #10182 [sjgman9] | Jeremy Kemper | 2007-11-16 | 1 | -3/+0 |
* | Use the new TestCase subclasses in the scaffold and resource generators also.... | Jeremy Kemper | 2007-11-16 | 2 | -22/+6 |
* | MacOS X -> Mac OS X. Closes #10171 [henrik@nyh.se] | Jeremy Kemper | 2007-11-16 | 2 | -3/+3 |
* | Use Leopard's native mysql_config. Closes #10167 [Robert Evans] | Jeremy Kemper | 2007-11-15 | 1 | -1/+1 |
* | Remove warning about fixture loading order from test_helper since we disable ... | Jeremy Kemper | 2007-11-14 | 1 | -2/+0 |
* | Correct MySQL install instructions for Leopard. Closes #10167 [mnaberez] | Jeremy Kemper | 2007-11-14 | 1 | -1/+1 |
* | Remove stale warning from application generator usage message. Closes #10165 ... | Jeremy Kemper | 2007-11-14 | 1 | -7/+0 |
* | Add MySQL install instructions for Leopard in particular. Closes #10167 [Robe... | Jeremy Kemper | 2007-11-14 | 1 | -0/+3 |
* | FastCGI handler ignores unsupported signals like USR2 on Windows [Grzegorz De... | Jeremy Kemper | 2007-11-13 | 2 | -1/+8 |
* | Only load ActionMailer::TestCase if ActionMailer is loaded. Closes #10137 [d... | Rick Olson | 2007-11-11 | 2 | -1/+3 |
* | Fixed that db:reset would use migrations instead of loading db/schema.rb [DHH] | David Heinemeier Hansson | 2007-11-09 | 2 | -2/+4 |
* | Remove things that trip up RDoc | David Heinemeier Hansson | 2007-11-09 | 1 | -1/+0 |
* | Prepare versions for RC1 | David Heinemeier Hansson | 2007-11-09 | 2 | -7/+7 |
* | Kill the whiny_protected_attributes setting and kill the exception raised. In... | David Heinemeier Hansson | 2007-11-09 | 1 | -3/+0 |
* | Ensure the plugin loader only loads plugins once. Closes #10102 [haruki_zaemon] | Rick Olson | 2007-11-08 | 3 | -0/+14 |
* | Refactor Plugin Loader. Add plugin lib paths early, and add lots of tests. ... | Rick Olson | 2007-11-08 | 10 | -294/+679 |
* | Remove unneeded file that was missed by [8098] | Michael Koziarski | 2007-11-06 | 1 | -0/+0 |
* | Make work with --skip-timestamps | David Heinemeier Hansson | 2007-11-06 | 1 | -0/+4 |
* | Fixed that ActionController::CgiRequest#host_with_port() should handle standa... | David Heinemeier Hansson | 2007-11-06 | 1 | -1/+3 |
* | Update Prototype to 1.6.0 and script.aculo.us to 1.8.0. | Sam Stephenson | 2007-11-06 | 3 | -29/+63 |
* | Added --skip-timestamps to generators that produce models (closes #10036) [tp... | David Heinemeier Hansson | 2007-11-04 | 4 | -4/+12 |
* | Don't eliminate the logger by default | Jeremy Kemper | 2007-11-01 | 1 | -1/+0 |
* | Excise generated whitespace. Closes #10017 [Tim Pope] | Jeremy Kemper | 2007-10-29 | 4 | -21/+3 |
* | Added db:rollback to rollback the schema one version (or multiple as specifie... | David Heinemeier Hansson | 2007-10-26 | 2 | -0/+9 |
* | Remove broken require | Michael Koziarski | 2007-10-26 | 1 | -1/+0 |
* | Introduce TestCase subclasses for testing rails applications allowing tests t... | Michael Koziarski | 2007-10-26 | 4 | -35/+15 |
* | Use instead of STDERR in boot.rb. Closes #9988 [thewoolleyman] | Jeremy Kemper | 2007-10-26 | 1 | -3/+3 |