aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
Commit message (Expand)AuthorAgeFilesLines
...
* | | use sprintf rather than build_messageAaron Patterson2012-01-061-4/+6
* | | Just use assert_equalAaron Patterson2012-01-061-3/+2
* | | refactor assert_responseAaron Patterson2012-01-061-7/+10
* | | test response assertionsAaron Patterson2012-01-061-8/+0
* | | no need for assert_blockAaron Patterson2012-01-061-3/+3
* | | stop using build_message for creating a stringAaron Patterson2012-01-061-1/+1
* | | just use assert and refute rather than building messagesAaron Patterson2012-01-061-6/+2
* | | We should finalize the routes as soon as possible and not wait for the contro...José Valim2012-01-061-2/+0
* | | Fix routing test to use assert_equalCarlos Antonio da Silva2012-01-061-2/+2
* | | Merge pull request #4117 from lest/remove-deprecatedJosé Valim2012-01-051-6/+0
|\ \ \
| * | | remove status_code from AD::ShowExceptions and useless requiresSergey Nartimov2011-12-211-6/+0
* | | | Change more Array.wrap to Kernel#ArrayRafael Mendonça França2012-01-051-1/+1
* | | | Override respond_to? since we are also overriding method_missing.José Valim2012-01-031-0/+4
* | | | Clean up routes inclusion and add some comments for the next soul that decide...José Valim2012-01-033-46/+49
* | | | be explicit about where helpers are installedAaron Patterson2011-12-301-1/+1
* | | | just add the writer rather than adding both and removing oneAaron Patterson2011-12-291-2/+1
* | | | stop using __send__ and just module eval in the extensionsAaron Patterson2011-12-291-3/+2
* | | | we know the classes will be a list, so *tell* it to respond to eachAaron Patterson2011-12-291-3/+3
* | | | don't need the begin / endAaron Patterson2011-12-291-21/+17
* | | | avoid extra method calls by just defining the delegateAaron Patterson2011-12-291-2/+3
* | | | don't use instance eval, just reference variables so we don't have toAaron Patterson2011-12-291-10/+11
* | | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2011-12-291-0/+7
|\ \ \ \
| * | | | Documented about using :path option for resourcesKevin Moore2011-12-281-0/+7
* | | | | removing dead code.Aaron Patterson2011-12-291-12/+3
* | | | | decouple initialize from clear!. Initialize ivars in initialize, clearAaron Patterson2011-12-291-5/+5
* | | | | modules don't have any instance methodsAaron Patterson2011-12-291-3/+1
* | | | | simplify sweep now that discard and flashes are in syncAaron Patterson2011-12-281-8/+2
* | | | | mutations on the underlying hash should also mutate the discard setAaron Patterson2011-12-281-3/+5
* | | | | rename @used to something a bit more meaningfulAaron Patterson2011-12-281-7/+7
* | | | | mutations can't be done without the consent of our proxy object. ThisAaron Patterson2011-12-281-3/+0
* | | | | again, use Set#subtractAaron Patterson2011-12-281-1/+1
* | | | | Use Set#subtract and Set#merge for keeping track of used / unused keysAaron Patterson2011-12-281-15/+4
* | | | | fix method visibilityAaron Patterson2011-12-281-15/+15
* | | | | no need for bang bang :bomb:Aaron Patterson2011-12-281-1/+1
* | | | | Correctly display rack apps with dynamic constraints in RoutesInspectorPiotr Sarnacki2011-12-261-1/+1
|/ / / /
* | | | remove checks for encodings availabilitySergey Nartimov2011-12-252-2/+2
* | | | deprecate String#encoding_aware? and remove its usageSergey Nartimov2011-12-243-5/+3
* | | | Remove Rescue middleware that was never used by Rails.José Valim2011-12-241-26/+0
* | | | Merge pull request #4147 from lest/remove-app-fallbackJosé Valim2011-12-242-3/+8
|\ \ \ \
| * | | | remove Rails application fallback from AD::IntegrationTestSergey Nartimov2011-12-232-3/+8
| |/ / /
* / / / remove checking for non-empty string before calling to_symVasiliy Ermolovich2011-12-241-2/+1
|/ / /
* | | Action pack logger methodschanged to active supoort Logger methodsKarunakar (Ruby)2011-12-222-2/+2
* | | Merge pull request #4094 from lest/remove-1-8-codeJosé Valim2011-12-211-8/+1
|\ \ \
| * | | remove check for string from request body setterlest2011-12-211-8/+1
* | | | Merge pull request #4079 from drogus/http_digest_issueJosé Valim2011-12-211-0/+8
|\ \ \ \
| * | | | Add original_fullpath and original_url methods to RequestPiotr Sarnacki2011-12-211-0/+8
| |/ / /
* / / / Using uuid which is supported in 1.9Arun Agrawal2011-12-211-1/+1
|/ / /
* | | Remove deprecation warnings from Action Pack.José Valim2011-12-202-34/+1
* | | add help text to routing errorschneems2011-12-171-8/+13
* | | Allow symbols to be passed for extension aliasesJustin Campbell2011-12-171-1/+1