aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added protection from trailing slashes on page caching (closes #10229) [devri...David Heinemeier Hansson2007-11-283-1/+17
* Added Array#from and Array#to that behaves just from String#from and String#t...David Heinemeier Hansson2007-11-274-0/+46
* Asset timestamps are appended, not prepended. Closes #10276 [mnaberez]Marcel Molina2007-11-272-2/+4
* Foxy fixtures: support single-table inheritance. Closes #10234.Jeremy Kemper2007-11-266-2/+37
* Foxy fixtures: allow mixed usage to make migration easier and more attractive...Jeremy Kemper2007-11-2611-22/+84
* Make the record_timestamps class-inheritable so it can be set per model. Refe...Jeremy Kemper2007-11-262-1/+3
* Fixed to_s bug with namespace routes (closes #10283) [johnb]David Heinemeier Hansson2007-11-262-1/+21
* Minor inconsistency in description of render example. Closes #10029 [ScottSch...Marcel Molina2007-11-262-2/+4
* Add #prepend_view_path and #append_view_path instance methods on ActionContro...Rick Olson2007-11-264-6/+71
* Refactor sanitizer helpers into HTML classes and make it easy to swap them ou...Rick Olson2007-11-266-342/+475
* Update ActionMailer so it treats ActionView the same way that ActionControlle...Rick Olson2007-11-265-7/+48
* Add deprecation for old subtemplate syntax for ActionMailer templates, use re...Rick Olson2007-11-262-0/+15
* Fix TemplateError so it doesn't bomb on exceptions while running tests [rick]Rick Olson2007-11-262-3/+5
* Add documentation about asset timestamps (just for koz)David Heinemeier Hansson2007-11-251-0/+21
* Allow validates_acceptance_of to use a real attribute instead of only virtual...David Heinemeier Hansson2007-11-253-3/+14
* Docfix (closes #10252)David Heinemeier Hansson2007-11-251-1/+1
* Fixed that named routes living under resources shouldn't have double slashes ...David Heinemeier Hansson2007-11-253-1/+17
* Fixed that create table with :id => false and fixtures don't play nice togeth...David Heinemeier Hansson2007-11-255-3/+28
* No trailing whitespace in migration generation (closes #10235)David Heinemeier Hansson2007-11-251-2/+2
* Docfix (closes #10256)David Heinemeier Hansson2007-11-251-2/+2
* Fix that empty collections should be treated as empty arrays regardless of wh...David Heinemeier Hansson2007-11-253-13/+26
* Dont mind the pkg dirDavid Heinemeier Hansson2007-11-250-0/+0
* Improve error messages when providing a secret that is too short. Closes #10...Michael Koziarski2007-11-241-4/+5
* Honor Ruby's default calendar reform setting when creating DateTime objects v...Geoff Buesing2007-11-2411-8/+24
* Change Time and DateTime #end_of_month to return last second of month instea...Geoff Buesing2007-11-245-10/+10
* Document that the cookie store is the default session store. Mention the memc...Jeremy Kemper2007-11-222-8/+17
* 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