aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Renamed Orchestra to Notifications once again [#3321 state:resolved]José Valim2009-10-156-11/+11
* Unify benchmark APIs.José Valim2009-10-156-181/+12
* Instrument cache store events only if required.José Valim2009-10-151-1/+1
* Update Orchestra instrumentations and move part of logging to Orchestra.José Valim2009-10-156-42/+23
* Revert "Rename Orchestra to Notifications [#3321 state:resolved]"José Valim2009-10-155-10/+10
* Make this less brittle and work on 1.8Yehuda Katz2009-10-151-9/+9
* Kill rake bundleJeremy Kemper2009-10-151-10/+0
* AP tests depend on ARJeremy Kemper2009-10-151-0/+1
* Make the erubis implementation easier for plugins to change.Michael Koziarski2009-10-151-1/+4
* Add a read-only method which plugin authors can use to determine if xss escap...Michael Koziarski2009-10-151-0/+5
* Don't push siblings on load path if using bundled envJeremy Kemper2009-10-141-5/+8
* Merge branch 'arel'Jeremy Kemper2009-10-141-6/+10
|\
| * Clarify AR dependencyJeremy Kemper2009-10-141-6/+10
* | Punt on ConcurrentHash [#3322 state:resolved]Joshua Peek2009-10-141-5/+5
* | Rename Orchestra to Notifications [#3321 state:resolved]Joshua Peek2009-10-145-10/+10
|/
* Make IntegrationTest::Runner propagate method_missing to ancestors.George Ogata2009-10-152-2/+24
* Test cases should see all the cookies, not just cookies that have been set in...Craig Smith2009-10-152-1/+18
* Make sure non-escaped urls aren't considered safeMichael Koziarski2009-10-152-1/+6
* Use ERB::Util.h over CGI.escapeHTML as the former is safety aware and the lat...Michael Koziarski2009-10-152-2/+2
* ActionView.url_for doesn't escape by defaultPhil Darnowsky2009-10-152-4/+14
* Start adding configuration to ActionView instead of using constants.Yehuda Katz2009-10-145-13/+33
* CookieJar#delete should return the key's value, consistent with a HashJeffrey Hardy2009-10-143-3/+11
* Callbacks, DeprecatedCallbacks = NewCallbacks, CallbacksJoshua Peek2009-10-122-6/+4
* Use "run_callbacks :foo" since it is the public api for callbacks [#3329Joshua Peek2009-10-122-4/+4
* Bundle with system gem sources rather than gems.rubyforge.org defaultJeremy Kemper2009-10-111-0/+2
* Kill mock routing assertion that tests router implementationJoshua Peek2009-10-101-13/+0
* Fix failing safe buffer test. We don't patch CGI.escapeHTML, only ERB:Util.Joshua Peek2009-10-101-1/+1
* Move safe buffer into test/templateJoshua Peek2009-10-101-0/+0
* Relative url generations are covered more thoroughly by url rewriter testsJoshua Peek2009-10-101-12/+0
* Add define another "stuff" controller to support routing testsJoshua Peek2009-10-101-0/+1
* Drop implementation specific routing test assertionsJoshua Peek2009-10-101-3/+0
* Add define a "stuff" controller in fixtures to support routing testsJoshua Peek2009-10-101-0/+1
* Fix a bug where render :text could not handle yield :symbol. Fixes guides gen...Yehuda Katz2009-10-101-9/+13
* Fix issue with standalone ActionViewYehuda Katz2009-10-091-1/+4
* Avoid super in define_method for RubiniusYehuda Katz2009-10-091-1/+6
* Get rid of constant name usage for stack trace help in favor of overriding #i...Yehuda Katz2009-10-091-9/+9
* Finish porting over the initializers to the app object and fix all the testsCarl Lerche2009-10-082-3/+6
* API change: content_tag_for outputs prefixed class nameJoshua Peek2009-10-082-4/+4
* Fix warning spew for 1.9Carl Lerche2009-10-081-1/+5
* error procs have to be safe tooMichael Koziarski2009-10-081-1/+1
* Switch to on-by-default XSS escaping for rails.Michael Koziarski2009-10-0833-41/+237
* Not calling a private method anymoreYehuda Katz2009-10-071-2/+5
* Fix warning spewYehuda Katz2009-10-061-1/+3
* Coerce all out going body parts to StringsJoshua Peek2009-10-054-0/+71
* Revert "Revert "Fix Dispatch.new so passenger works" as it broke the build"Joshua Peek2009-10-051-1/+1
* Revert "Fix Dispatch.new so passenger works" as it broke the buildMichael Koziarski2009-10-051-1/+1
* Fix Dispatch.new so passenger worksJoshua Peek2009-10-041-1/+1
* Only draw default route onceJoshua Peek2009-10-031-22/+37
* Use with_routing helper in tests instead of modifying global route setJoshua Peek2009-10-034-101/+125
* Redraw default routes on all internal integration tests. We don't need Simple...Joshua Peek2009-10-0315-41/+34