aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Add many examples to PrototypeHelper documentation. Closes #7656 [jeremymcana...Marcel Molina2007-12-052-25/+258
* Fix typos (closes #10378)David Heinemeier Hansson2007-12-0512-22/+22
* Add many examples to assertion documentation. Closes #7803 [jeremymcanally]Marcel Molina2007-12-055-37/+130
* Ensure that ActionMailer::Base is there and not just the parent moduleDavid Heinemeier Hansson2007-12-051-1/+1
* Fix typo in [8287]Marcel Molina2007-12-051-1/+1
* Document the supported options for sortable_element. Closes #8820 [berkelep]Marcel Molina2007-12-052-2/+59
* Add examples in the documentation for various assertions. Closes #9938 [zapnap]Marcel Molina2007-12-054-5/+50
* When a NonInferrableControllerError is raised, make the proposed fix clearer ...Marcel Molina2007-12-052-1/+3
* Remove Great Britain from the Country select helper to ensure consistency wit...Michael Koziarski2007-12-052-5/+1
* Update Prototype to 1.6.0.1Sam Stephenson2007-12-052-20/+47
* Fix broken test (closes #10364) [chuyeow]David Heinemeier Hansson2007-12-051-1/+7
* Removed some of the tags that does not make sense to allow per default in the...David Heinemeier Hansson2007-12-041-2/+2
* Update trunk to script.aculo.us 1.8.0.1, fixes a regression in the autocompleterThomas Fuchs2007-12-042-3/+5
* Add 'disabled' attribute to <OPTION> separators used in time zone and country...Rick Olson2007-12-043-8/+10
* Make sure that setting the format with a symbol works tooDavid Heinemeier Hansson2007-12-031-1/+1
* Don't escape forward slashes with String#to_json, our unicode encoding of < a...Michael Koziarski2007-12-022-14/+14
* Deal with nested fields_for too [DHH]David Heinemeier Hansson2007-12-022-2/+36
* Added the same record identification guessing rules to fields_for as form_for...David Heinemeier Hansson2007-12-023-4/+47
* Don't inadvertently hit const_missing in defined?(ActionMailer::Base) checkJeremy Kemper2007-12-011-1/+1
* Fixed that verification violations with no specified action didn't halt the c...David Heinemeier Hansson2007-11-303-6/+31
* Make sure assert_select_rjs gets counted, Closes #10278 [tarmo]Michael Koziarski2007-11-291-1/+2
* Raise UnknownHttpMethod exception for unknown HTTP methods. Closes #10303 [ta...Rick Olson2007-11-294-14/+42
* Update to Prototype -r8232Sam Stephenson2007-11-292-71/+89
* Prep for RC2David Heinemeier Hansson2007-11-293-3/+4
* correct confusing commentsMichael Koziarski2007-11-281-1/+1
* Make sure the optimisation code for routes doesn't get used if :host, :anchor...Michael Koziarski2007-11-283-6/+48
* Added protection from trailing slashes on page caching (closes #10229) [devri...David Heinemeier Hansson2007-11-283-1/+17
* Asset timestamps are appended, not prepended. Closes #10276 [mnaberez]Marcel Molina2007-11-272-2/+4
* 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
* 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
* Fixed that named routes living under resources shouldn't have double slashes ...David Heinemeier Hansson2007-11-253-1/+17
* Docfix (closes #10256)David Heinemeier Hansson2007-11-251-2/+2
* Improve error messages when providing a secret that is too short. Closes #10...Michael Koziarski2007-11-241-4/+5
* Document that the cookie store is the default session store. Mention the memc...Jeremy Kemper2007-11-222-8/+17
* Tests and fix for extension extraction. References #10130 [tarmo]Michael Koziarski2007-11-222-2/+27
* Make sure that cookie sessions use a secret that is at least 30 chars in leng...Michael Koziarski2007-11-214-4/+40
* Emphasize the importance of a dictionary attack-proof secret for the cookie s...David Heinemeier Hansson2007-11-211-1/+4
* Refactor cookie_only option to survive multiple requests and add regression t...Michael Koziarski2007-11-212-3/+95
* 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
* Fixed that partial rendering should look at the type of the first render to d...David Heinemeier Hansson2007-11-182-2/+12
* 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
* Only Benchmark and log if we're going to output the information.Michael Koziarski2007-11-141-1/+1