aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add missing sub template fixtures. References #10130 [java]Michael Koziarski2007-11-222-0/+2
* Tests and fix for extension extraction. References #10130 [tarmo]Michael Koziarski2007-11-222-2/+27
* Add example.log for binary escaping test. References #10176.Jeremy Kemper2007-11-221-0/+1
* PostgreSQL: correct binary escaping. References #8049, closes #10176 [jbasdf,...Jeremy Kemper2007-11-222-29/+24
* Make sure that cookie sessions use a secret that is at least 30 chars in leng...Michael Koziarski2007-11-214-4/+40
* 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
* Emphasize the importance of a dictionary attack-proof secret for the cookie s...David Heinemeier Hansson2007-11-211-1/+4
* Ousted ActionWebService from Rails 2.0David Heinemeier Hansson2007-11-2179-8408/+1
* Dynamic finders on association collections respect association :limit. Closes...Jeremy Kemper2007-11-216-3/+41
* Refactor cookie_only option to survive multiple requests and add regression t...Michael Koziarski2007-11-212-3/+95
* Make sure script/plugin doesn't skip files beginning with http (i.e. the old ...Michael Koziarski2007-11-211-1/+1
* Make Dynamic Finders on Association Collections Respect Association :order [p...Michael Koziarski2007-11-215-3/+86
* mailer_class is a class method not an instance method. [josh] Closes #10041Michael Koziarski2007-11-211-1/+1
* validates_inclusion_of and validates_exclusion_of allow formatted :message st...Jeremy Kemper2007-11-203-4/+30
* Fix typo in generator usage blurb. Closes #10217 [Mike Naberezny]Jeremy Kemper2007-11-201-1/+1
* Add 'foxy' support for fixtures of polymorphic associations. Closes #10183 [j...Michael Koziarski2007-11-208-0/+49
* Ensure that the routing optimisation code isn't used when additional argument...Michael Koziarski2007-11-202-6/+20
* Remove unnecessary route reload in integration tests, obsoleted by [7676]. Cl...Michael Koziarski2007-11-191-1/+0
* Don't cache net/http object so that ActiveResource is more thread-safe. Clos...Rick Olson2007-11-192-9/+8
* Fixed that partial rendering should look at the type of the first render to d...David Heinemeier Hansson2007-11-184-2/+25
* Docfix (closes #10155)David Heinemeier Hansson2007-11-181-2/+2
* memoize host with port and refactor the tests which depend on it changingMichael Koziarski2007-11-173-4/+12
* Remove unneeded code to disable optimisations. the defined?(request) stuff t...Michael Koziarski2007-11-171-3/+0
* Use debug, not info as log_info will discard the information if info is used.Michael Koziarski2007-11-171-1/+1
* Clarify Array#in_groups_of implementation, don't dup unless needed, only requ...Jeremy Kemper2007-11-171-7/+20
* 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
* attr_readonly behaves well with optimistic locking. Closes #10188.Jeremy Kemper2007-11-163-1/+19
* 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
* Use rexml for some tests rather than string include? checks to account for un...Jeremy Kemper2007-11-141-14/+35
* Add MySQL install instructions for Leopard in particular. Closes #10167 [Robe...Jeremy Kemper2007-11-141-0/+3
* Base#to_xml supports the nil="true" attribute like Hash#to_xml. Closes #8268.Jeremy Kemper2007-11-144-9/+29
* Speedup String#blank? and remove some overspecified tests.Jeremy Kemper2007-11-143-47/+8
* Only Benchmark and log if we're going to output the information.Michael Koziarski2007-11-141-1/+1
* Fix Tests broken in [8134]Michael Koziarski2007-11-141-0/+2
* Actually cache the template names.Michael Koziarski2007-11-141-1/+1
* FastCGI handler ignores unsupported signals like USR2 on Windows [Grzegorz De...Jeremy Kemper2007-11-132-1/+8
* Change plings to the more conventional quotes in the documentation. Closes #1...Marcel Molina2007-11-122-1/+3
* Fixed that has_many :through associations should render as collections too (c...David Heinemeier Hansson2007-11-127-3/+21
* Improve documentation for IrreversibleMigrations. Closes #9636 [toolmantim]Michael Koziarski2007-11-111-3/+3
* Fix HasManyThrough Association so it uses :conditions on the HasMany Associat...Rick Olson2007-11-115-1/+12