aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-02-252-2/+2
|\
| * Fix typo in match :to docsJustin Woodbridge2012-02-231-1/+1
| * Fix AbstractController#controller_path docAlexey Vakhov2012-02-191-1/+1
* | Merge pull request #5117 from nashby/form-option-refactorJosé Valim2012-02-251-17/+11
|\ \
| * | refactor option_text_and_value and option_value_selected? methodsVasiliy Ermolovich2012-02-211-10/+3
| * | refactor time_zone_options_for_selectVasiliy Ermolovich2012-02-211-7/+8
* | | consistently mention first patch, then putXavier Noria2012-02-243-9/+9
* | | uses PATCH for the forms of persisted records, and routes PATCH and PUT to th...Xavier Noria2012-02-245-14/+9
* | | correct fetching :name option in form fieldsVasiliy Ermolovich2012-02-231-3/+3
* | | Document the :host option for force_sslAndrew White2012-02-231-0/+1
* | | Update documentation for force_ssl - closes #5023.Andrew White2012-02-231-1/+14
* | | SSL should not be disabled by default in any environment.Pat Allan2012-02-231-1/+1
* | | Avoid inspecting the whole route set, closes #1525José Valim2012-02-231-0/+6
* | | Remove skip_filter block paramAlexey Vakhov2012-02-231-7/+7
* | | Merge pull request #5084 from johndouthat/patch-1Aaron Patterson2012-02-221-2/+1
|\ \ \
| * | | Remove reference to rails_legacy_mapper, which isn't compatible with 3.2 #5022johndouthat2012-02-181-2/+1
* | | | Only set ActionView configuration inside the on_load blockRafael Mendonça França2012-02-221-1/+1
* | | | Fix routes inspection orderRafael Mendonça França2012-02-221-2/+2
* | | | Merge pull request #5130 from dlee/revised_patch_verbXavier Noria2012-02-2212-82/+130
|\ \ \ \
| * | | | Add config.default_method_for_update to support PATCHDavid Lee2012-02-2212-82/+130
* | | | | AS::Callbacks: deprecate rescuable optionBogdan Gusiev2012-02-221-3/+9
* | | | | format lookup for partials is derived from the format in which the template i...Santiago Pastorino2012-02-227-30/+14
|/ / / /
* | | | fix bad docs from f373f296 [ci skip]Vijay Dev2012-02-211-3/+3
* | | | Don't wrap the raise with ensureSantiago Pastorino2012-02-211-9/+11
* | | | Refactored two methods to use delete with a blockRuben Fonseca2012-02-212-2/+2
* | | | Restore lookup formats to the previous value after searching for the failing ...Santiago Pastorino2012-02-211-1/+3
| |/ / |/| |
* | | use Hash#delete on styelsheet_link_tagRuben Fonseca2012-02-211-3/+3
* | | use Hash#delete with a default blockAaron Patterson2012-02-201-3/+3
* | | Merge pull request #5102 from nashby/form-option-refactorJosé Valim2012-02-201-12/+13
|\ \ \
| * | | refactor options_for_selectVasiliy Ermolovich2012-02-201-7/+8
| * | | refactor grouped_options_for_selectVasiliy Ermolovich2012-02-201-5/+5
* | | | Use the right format when a partial is missing.Santiago Pastorino2012-02-201-0/+1
* | | | Merge pull request #5101 from ckdake/ckdake_actionview_handler_resetJosé Valim2012-02-201-0/+1
* | | | search private / protected methods in trunk rubyAaron Patterson2012-02-201-1/+1
|/ / /
* | | Merge pull request #5082 from willbryant/assigns_should_not_stringify_values_...Aaron Patterson2012-02-201-1/+2
|\ \ \
| * | | assigns(:foo) should not convert @foo's keys to strings if it happens to be a...Will Bryant2012-02-181-1/+2
| |/ /
* | | Merge pull request #5083 from nashby/grouped-select-optionsJosé Valim2012-02-201-1/+6
|\ \ \
| * | | add selected and disabled option to grouped selectVasiliy Ermolovich2012-02-181-1/+6
| |/ /
* | / Integration tests support the OPTIONS http methodJeremy Kemper2012-02-191-1/+7
| |/ |/|
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-02-182-7/+7
|\ \ | |/ |/|
| * Fix AbstractController::Base#hidden_actions commentAlexey Vakhov2012-02-181-2/+2
| * Update f.button docs to reflect real label implementationCarlos Antonio da Silva2012-02-141-5/+5
* | Merge pull request #3479 from arvida/ensure-date-header-on-expires-inJosé Valim2012-02-182-0/+17
|\ \
| * | Ensuring a HTTP Date header when setting Cache-Control's max-age with #expire...arvida2011-10-311-0/+3
| * | Added accessor methods for Date headerarvida2011-10-311-0/+14
* | | Simplify regexpAndrew White2012-02-171-1/+1
* | | Fix ActionDispatch::Static to serve files with unencoded PCHARAndrew White2012-02-171-1/+10
* | | let expires_in accept a must_revalidate flagXavier Noria2012-02-171-2/+6
* | | escape static file path to prevent double unescapingSergey Nartimov2012-02-161-1/+1
* | | Rack body respond to each and not to joinSantiago Pastorino2012-02-141-2/+4