aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Generated fixtures should not specify ids since theyre expected to be foxy fi...David Heinemeier Hansson2007-12-012-9/+14
* You dont need to explicitly declare which controller youre testing when you f...David Heinemeier Hansson2007-11-303-6/+0
* use autoeval not autoirb, it's mostly equivalent but doesn't make stepping fr...Michael Koziarski2007-11-301-1/+1
* Update to Prototype -r8232Sam Stephenson2007-11-292-71/+89
* Prep for RC2David Heinemeier Hansson2007-11-293-7/+7
* Introduce SecretKeyGenerator for more secure session secrets than CGI::Sessio...Jeremy Kemper2007-11-284-1/+202
* No trailing whitespace in migration generation (closes #10235)David Heinemeier Hansson2007-11-251-2/+2
* Cleanup documentation a bit and be more specificDavid Heinemeier Hansson2007-11-212-2/+4
* Cleanup documentation a bit and be more specificDavid Heinemeier Hansson2007-11-211-12/+12
* Make sure script/plugin doesn't skip files beginning with http (i.e. the old ...Michael Koziarski2007-11-211-1/+1
* Fix typo in generator usage blurb. Closes #10217 [Mike Naberezny]Jeremy Kemper2007-11-201-1/+1
* RAILS_GEM_VERSION may be set to any valid gem version specifier. Closes #10057.Jeremy Kemper2007-11-173-4/+18
* Load config/preinitializer.rb, if present, before loading the environment. Cl...Jeremy Kemper2007-11-173-2/+32
* Table names aren't nested: replace / with _ to match the likely table name.Jeremy Kemper2007-11-161-0/+1
* Resource and scaffold generators pass on the full name to the dependent model...Jeremy Kemper2007-11-162-2/+2
* Remove components mention from railties README. Closes #10182 [sjgman9]Jeremy Kemper2007-11-161-3/+0
* Use the new TestCase subclasses in the scaffold and resource generators also....Jeremy Kemper2007-11-162-22/+6
* MacOS X -> Mac OS X. Closes #10171 [henrik@nyh.se]Jeremy Kemper2007-11-162-3/+3
* Use Leopard's native mysql_config. Closes #10167 [Robert Evans]Jeremy Kemper2007-11-151-1/+1
* Remove warning about fixture loading order from test_helper since we disable ...Jeremy Kemper2007-11-141-2/+0
* Correct MySQL install instructions for Leopard. Closes #10167 [mnaberez]Jeremy Kemper2007-11-141-1/+1
* Remove stale warning from application generator usage message. Closes #10165 ...Jeremy Kemper2007-11-141-7/+0
* Add MySQL install instructions for Leopard in particular. Closes #10167 [Robe...Jeremy Kemper2007-11-141-0/+3
* FastCGI handler ignores unsupported signals like USR2 on Windows [Grzegorz De...Jeremy Kemper2007-11-132-1/+8
* Only load ActionMailer::TestCase if ActionMailer is loaded. Closes #10137 [d...Rick Olson2007-11-112-1/+3
* Fixed that db:reset would use migrations instead of loading db/schema.rb [DHH]David Heinemeier Hansson2007-11-092-2/+4
* Remove things that trip up RDocDavid Heinemeier Hansson2007-11-091-1/+0
* Prepare versions for RC1David Heinemeier Hansson2007-11-092-7/+7
* Kill the whiny_protected_attributes setting and kill the exception raised. In...David Heinemeier Hansson2007-11-091-3/+0
* Ensure the plugin loader only loads plugins once. Closes #10102 [haruki_zaemon]Rick Olson2007-11-083-0/+14
* Refactor Plugin Loader. Add plugin lib paths early, and add lots of tests. ...Rick Olson2007-11-0810-294/+679
* Remove unneeded file that was missed by [8098]Michael Koziarski2007-11-061-0/+0
* Make work with --skip-timestampsDavid Heinemeier Hansson2007-11-061-0/+4
* Fixed that ActionController::CgiRequest#host_with_port() should handle standa...David Heinemeier Hansson2007-11-061-1/+3
* Update Prototype to 1.6.0 and script.aculo.us to 1.8.0.Sam Stephenson2007-11-063-29/+63
* Added --skip-timestamps to generators that produce models (closes #10036) [tp...David Heinemeier Hansson2007-11-044-4/+12
* Don't eliminate the logger by defaultJeremy Kemper2007-11-011-1/+0
* Excise generated whitespace. Closes #10017 [Tim Pope]Jeremy Kemper2007-10-294-21/+3
* Added db:rollback to rollback the schema one version (or multiple as specifie...David Heinemeier Hansson2007-10-262-0/+9
* Remove broken requireMichael Koziarski2007-10-261-1/+0
* Introduce TestCase subclasses for testing rails applications allowing tests t...Michael Koziarski2007-10-264-35/+15
* Use instead of STDERR in boot.rb. Closes #9988 [thewoolleyman]Jeremy Kemper2007-10-261-3/+3
* Fix typo in test_helper. Closes #9925 [viktor tron]Marcel Molina2007-10-262-2/+4
* Request profilerJeremy Kemper2007-10-254-1/+13
* rake test aborts if tests failed. Closes #9962 [Jason Roelofs]Jeremy Kemper2007-10-231-1/+1
* Refactor and test boot.rb. Include tests from and closes #9834.Jeremy Kemper2007-10-233-26/+232
* Merge [7832] from 1-2-stable: Correct RAILS_GEM_VERSION regexp. Use =version ...Jeremy Kemper2007-10-181-8/+11
* Fixed incorrect migration number if script/generate executed outside of Rails...David Heinemeier Hansson2007-10-182-1/+3
* Docfix (cloases #9832)David Heinemeier Hansson2007-10-181-7/+8
* Update Prototype to 1.6.0_rc1 and script.aculo.us to 1.8.0 preview 0.Sam Stephenson2007-10-165-1643/+2648