aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | Fix syntax error in redirect_to examplePhilipe Fatio2013-12-141-1/+1
| * | | | | | | | | | Merge pull request #13293 from akshay-vishnoi/typoCarlos Antonio da Silva2013-12-124-5/+5
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Spelling and Grammar checksAkshay Vishnoi2013-12-124-5/+5
| * | | | | | | | | | | Variants inline syntax documentation [ci skip]Łukasz Strzałkowski2013-12-121-0/+9
| |/ / / / / / / / / /
| * | | | | | | | | | Merge pull request #13288 from dvsuresh/fix_typoDamien Mathieu2013-12-121-1/+1
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Fix typo in action_controller responder.rbdvsuresh2013-12-121-1/+1
| * | | | | | | | | | | Merge pull request #13284 from aayushkhandelwal11/typos_correctedGodfrey Chan2013-12-111-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | typos rectified [ci skip]Aayush khandelwal2013-12-121-1/+1
| * | | | | | | | | | | Make ActionDispatch::Request::Session#fetch behave like Hash#fetchTrent Ogren2013-12-111-8/+8
| |/ / / / / / / / / /
| * | | | | | | | | | Fix mounting engines inside a resources blockPiotr Sarnacki2013-12-101-1/+2
| * | | | | | | | | | Inline variants syntaxŁukasz Strzałkowski2013-12-101-2/+24
| * | | | | | | | | | Simplify @responses hash initializationŁukasz Strzałkowski2013-12-101-1/+2
| * | | | | | | | | | Revert "Merge pull request #13235 from strzalek/variants-inline" -- needs a l...David Heinemeier Hansson2013-12-081-15/+9
| * | | | | | | | | | Merge pull request #13235 from strzalek/variants-inlineDavid Heinemeier Hansson2013-12-081-9/+15
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Inline variants syntaxŁukasz Strzałkowski2013-12-081-8/+14
| | * | | | | | | | | | Simplify @responses hash initializationŁukasz Strzałkowski2013-12-081-1/+1
| * | | | | | | | | | | Require action_view explicitly in AC::BaseŁukasz Strzałkowski2013-12-082-0/+2
| |/ / / / / / / / / /
| * | | | | | | | | | Variants can be declared without a block to signify their presence in the con...David Heinemeier Hansson2013-12-071-1/+3
| * | | | | | | | | | Allow code execution in case no variant has been set with variant.noneDavid Heinemeier Hansson2013-12-071-4/+5
| * | | | | | | | | | Add Mime::Type.register "text/vcard", :vcf to the default list of mime typesDavid Heinemeier Hansson2013-12-051-0/+1
| * | | | | | | | | | Merge pull request #13189 from strzalek/retain-ap-av-depJeremy Kemper2013-12-052-15/+4
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Retain ActionPack dependency on ActionViewŁukasz Strzałkowski2013-12-052-15/+4
| * | | | | | | | | | | remove nil in NullType#ref.Angelo capilleri2013-12-041-3/+1
| | |_|/ / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Improve a couple exception messages related to variants and mime typesCarlos Antonio da Silva2013-12-033-15/+19
| * | | | | | | | | | Add nodoc to added VariantFilter classCarlos Antonio da Silva2013-12-031-3/+3
| |/ / / / / / / / /
| * | | | | | | | | Action Pack VariantsŁukasz Strzałkowski2013-12-044-5/+71
| * | | | | | | | | Change deep_munge call to avoid deprecation warningCarlos Antonio da Silva2013-12-031-2/+2
| * | | | | | | | | Merge branch 'master-sec'Aaron Patterson2013-12-031-2/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Deep Munge the parameters for GET and POSTMichael Koziarski2013-12-021-2/+2
| * | | | | | | | | | Convert Mime::NullType in a singletonGuillermo Iguaran2013-12-031-1/+4
| * | | | | | | | | | Cleanups in comment about conditionalGuillermo Iguaran2013-12-031-1/+2
| * | | | | | | | | | Merge branch 'format_localized_template' of https://github.com/acapilleri/railsGuillermo Iguaran2013-12-031-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Fix header Content-Type: #<Mime::NullType:...> in localized templateAngelo capilleri2013-12-031-1/+1
| * | | | | | | | | | Remove deprecated cattr_* requiresGenadi Samokovarov2013-12-034-4/+4
| * | | | | | | | | | Try to escape each part of a path redirect route correctlyAndrew White2013-12-021-8/+25
| * | | | | | | | | | [ci skip] Removing some gender sensitive object pronounsTejas Dinkar2013-12-021-2/+2
| * | | | | | | | | | Use genderless pronouns in API docsGuillermo Iguaran2013-12-011-1/+1
| |/ / / / / / / / /
* / / / / / / / / / Fix stream closing when sending file with `ActionController::Live` included.Lauro Caetano2013-11-301-1/+1
|/ / / / / / / / /
* / / / / / / / / Better error message for typos in assert_response argument.Victor Costan2013-11-251-0/+3
|/ / / / / / / /
* | | | | | | | Merge remote-tracking branch 'docrails/master'Xavier Noria2013-11-241-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Change syntax format for example returned valuesPrem Sichanugrist2013-11-111-1/+1
* | | | | | | | | Revert "Merge pull request #12990 from vipulnsward/remove_visualizer_param"Rafael Mendonça França2013-11-211-1/+1
* | | | | | | | | Remove unused param `title`to `TransitionTable#visualizer`Vipul A M2013-11-221-1/+1
* | | | | | | | | Fix for routes taskSıtkı Bağdat2013-11-211-1/+2
* | | | | | | | | Avoid hash lookups for building an array of required defaultsCarlos Antonio da Silva2013-11-151-2/+3
* | | | | | | | | Get rid of useless temp variableCarlos Antonio da Silva2013-11-151-2/+1
* | | | | | | | | Set values instead of building hashes with single values for mergingCarlos Antonio da Silva2013-11-151-2/+2
* | | | | | | | | Take Hash with options inside Array in #url_forAndrey Ognevsky2013-11-151-0/+2
* | | | | | | | | Revert "Used Yield instead of block.call" -- this causes all of atom_feed_hel...David Heinemeier Hansson2013-11-141-2/+2
* | | | | | | | | Merge pull request #12892 from akshay-vishnoi/refactorRafael Mendonça França2013-11-141-9/+12
|\ \ \ \ \ \ \ \ \