Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Revert "Remove `:disable_with` in favor of `'data-disable-with'` ↵ | José Valim | 2012-05-15 | 1 | -4/+2 |
| | | | | | | | | | option from `submit_tag`, `button_tag` and `button_to` helpers."" Finally remove `:disable_with` but use `:data => { :disable_with => ... }` in examples to show off a better API (which looks nicer in Ruby 1.9) This reverts commit a5c38a9c087e33d36397afc496be7c8e01b37ef0. | ||||
* | Revert "Remove `:disable_with` in favor of `'data-disable-with'` option from ↵ | José Valim | 2012-05-15 | 1 | -2/+4 |
| | | | | | | | | | | `submit_tag`, `button_tag` and `button_to` helpers." `disable_with:` is much easier to type than `"data-disable-with" =>`, and the fact it uses "data-disable-with" => is an implementation concern, it should not affect the public API. This reverts commit 683fc4db00f496e5225928afb4d4e932e0fcdc48. | ||||
* | Use merge! instead reverse_merge! here | Santiago Pastorino | 2012-05-14 | 1 | -1/+1 |
| | |||||
* | Remove `:disable_with` in favor of `'data-disable-with'` option from ↵ | Carlos Galdino + Rafael Mendonça França | 2012-05-14 | 1 | -4/+2 |
| | | | | `submit_tag`, `button_tag` and `button_to` helpers. | ||||
* | Switch token_tag if block | Oscar Del Ben | 2012-05-05 | 1 | -3/+3 |
| | |||||
* | fix doc [ci skip] | Vijay Dev | 2012-05-04 | 1 | -1/+1 |
| | |||||
* | Update documentation for button_to. | Shalva Usubov | 2012-05-04 | 1 | -1/+6 |
| | |||||
* | Remove unnecessary in HTML 5 type attribute with default value | Andrey A.I. Sitnik | 2012-04-05 | 1 | -2/+2 |
| | |||||
* | use content_tag in button_to helper | Sergey Nartimov | 2012-03-14 | 1 | -2/+3 |
| | |||||
* | Remove Active Resource source files from the repository | Prem Sichanugrist | 2012-03-13 | 1 | -1/+1 |
| | | | | | | | | | | Dear Active Resource, It's not that I hate you or anything, but you didn't get much attention lately. There're so many alternatives out there, and I think people have made their choice to use them than you. I think it's time for you to have a big rest, peacefully in this Git repository. I will miss you, @sikachu. | ||||
* | Optimize url helpers. | Sergey Nartimov + José Valim | 2012-03-02 | 1 | -9/+14 |
| | |||||
* | consistently mention first patch, then put | Xavier Noria | 2012-02-24 | 1 | -1/+1 |
| | | | | | | There was a mix, sometimes patch first, sometimes put first. Use always patch first, since this is going to be the primary verb for updates. | ||||
* | Add config.default_method_for_update to support PATCH | David Lee | 2012-02-22 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | PATCH is the correct HTML verb to map to the #update action. The semantics for PATCH allows for partial updates, whereas PUT requires a complete replacement. Changes: * adds config.default_method_for_update you can set to :patch * optionally use PATCH instead of PUT in resource routes and forms * adds the #patch verb to routes to detect PATCH requests * adds #patch? to Request * changes documentation and comments to indicate support for PATCH This change maintains complete backwards compatibility by keeping :put as the default for config.default_method_for_update. | ||||
* | Refactor button_to to avoid calling method#to_s twice | Carlos Antonio da Silva | 2012-01-25 | 1 | -23/+13 |
| | | | | | Reorganize button_to implementation a bit. Also small refactor on current_page? method. | ||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-01-19 | 1 | -1/+1 |
|\ | |||||
| * | Fix small typo in mail_to docs in url_helper.rb | Simon Baird | 2012-01-19 | 1 | -1/+1 |
| | | |||||
* | | Extract method_tag | Rafael Mendonça França | 2012-01-19 | 1 | -1/+5 |
| | | |||||
* | | Refactor button_to helper to use token_tag method | Rafael Mendonça França | 2012-01-19 | 1 | -4/+10 |
|/ | |||||
* | remove unused private methods | Sergey Nartimov | 2012-01-13 | 1 | -16/+0 |
| | |||||
* | use Rack::Utils.escape_path | Sergey Nartimov | 2012-01-13 | 1 | -1/+1 |
| | |||||
* | Refactor url_for helper to check for nil in the case statement only | Carlos Antonio da Silva | 2012-01-12 | 1 | -8/+8 |
| | |||||
* | Make button_to helper support "form" option which is the form attributes. | Wen-Tien Chang | 2011-09-29 | 1 | -5/+15 |
| | |||||
* | Merge pull request #2815 from avakhov/current-page-non-get-requests | Santiago Pastorino | 2011-09-05 | 1 | -0/+8 |
|\ | | | | | current_page? returns false for non-GET requests | ||||
| * | current_page? returns false for non-GET requests | Alexey Vakhov | 2011-09-02 | 1 | -0/+8 |
| | | |||||
* | | if ... nil? is more expensive than unless | Milan Dobrota | 2011-09-04 | 1 | -3/+3 |
|/ | |||||
* | Use typewriter styling on url_for in documentation | asmega | 2011-08-21 | 1 | -1/+1 |
| | |||||
* | Missed a few instances of British English spelling in the last commit | Oemuer Oezkir | 2011-07-24 | 1 | -1/+1 |
| | | | | oh and obviously I meant according to Webster, not Weber | ||||
* | Changed a few instances of of words in the API docs written in British ↵ | Oemuer Oezkir | 2011-07-24 | 1 | -4/+4 |
| | | | | | | English to American English(according to Weber) | ||||
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-06-23 | 1 | -10/+10 |
|\ | |||||
| * | grammar changes in named routes description and clarity around possibilities ↵ | Matt Jankowski | 2011-06-22 | 1 | -10/+10 |
| | | | | | | | | for options | ||||
* | | Minor refactor | Santiago Pastorino | 2011-06-23 | 1 | -2/+2 |
| | | |||||
* | | Allow additional link relations when using method attribute with link_to | Josh | 2011-06-20 | 1 | -1/+3 |
|/ | |||||
* | Add proper fix to `mail_to` helper. | Prem Sichanugrist | 2011-06-08 | 1 | -2/+2 |
| | | | | | * Fix the problem on manipulating on the `ActiveSupport::SafeBuffer` * Make sure that we run `escape_javascript` on the `String`, to avoid unexpected behavior. | ||||
* | Remove extra white spaces on ActionPack docs. | Sebastian Martinez | 2011-05-23 | 1 | -6/+6 |
| | |||||
* | Documentation fix. Corrected a copy/paste mistake for link_to_if documentation. | Ryan Sandridge | 2011-05-08 | 1 | -1/+1 |
| | |||||
* | Replace example hostname with "example.com". | Joost Baaij | 2011-04-21 | 1 | -1/+1 |
| | | | | | The hostname used in these comments actually exists, which is undesirable. See also RFC 2606. | ||||
* | Fixing more spacing inconsistencies | Matt Duncan | 2011-04-15 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of github.com:lifo/docrails | Ryan Bigg | 2011-04-05 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of github.com:lifo/docrails: (57 commits) Made the defaults section a little more readable and more to the point, giving a overview of the possibilities. Added information about default values added .'s to headings in the initialization textile page s/ERb/ERB/g (part II) s/ERb/ERB/g Bump up erubis to 2.7.0 Implicit actions named not_implemented can be rendered Gem::Specification#has_rdoc= is deprecated since rubygems 1.7.0 default_executable is deprecated since rubygems 1.7.0 Trivial fix to HTTP Digest auth MD5 example Moved Turn activation/dependency to railties fix typo Direct logging of Active Record to STDOUT so it's shown inline with the results in the console [DHH] Add using Turn with natural language test case names if the library is available (which it will be in Rails 3.1) [DHH] require turn only for minitest Use Turn to format all Rails tests and enable the natural language case names Improve docs. pass respond_with options to controller render when using a template for api navigation only try to display an api template in responders if the request is a get or there are no errors when using respond_with with an invalid resource and custom options, the default response status and error messages should be returned ... | ||||
| * | s/ERb/ERB/g | Akira Matsuda | 2011-04-03 | 1 | -1/+1 |
| | | | | | | | | | | The author of ERB sais, his eRuby implementation was originally named "ERb/ERbLight" and then renamed to "ERB" when started bundled as a Ruby standard lib. http://www2a.biglobe.ne.jp/~seki/ruby/erb.html | ||||
* | | Correct documentation on url_for. It doesn't call to_s, but rather to_param | Ryan Bigg | 2011-04-05 | 1 | -1/+4 |
|/ | |||||
* | Be sure to javascript_escape the email address to prevent apostrophes ↵ | Michael Koziarski | 2011-02-08 | 1 | -5/+6 |
| | | | | | | inadvertently causing javascript errors. This fixes CVE-2011-0446 | ||||
* | Allow customization of form class for button_to | Andrei Bocan | 2011-02-01 | 1 | -3/+13 |
| | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | Call html_escape in ERB::Util module and don't mix it in in the helpers | Santiago Pastorino | 2010-10-18 | 1 | -5/+6 |
| | |||||
* | Refactor a bit this code to add data-confirm and data-disable-with | Santiago Pastorino | 2010-10-11 | 1 | -12/+4 |
| | |||||
* | data-disable-with in button_to helper | Paco Guzman | 2010-10-11 | 1 | -0/+6 |
| | | | | | | [#4993 state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | refactoring to use fewer intermediate variables | Aaron Patterson | 2010-10-04 | 1 | -11/+12 |
| | |||||
* | cleaning up more crazy! | Aaron Patterson | 2010-10-04 | 1 | -3/+3 |
| | |||||
* | deleting more crazy | Aaron Patterson | 2010-10-04 | 1 | -6/+4 |
| | |||||
* | dry up some crazy codes | Aaron Patterson | 2010-10-04 | 1 | -8/+6 |
| | |||||
* | Performance: refactor convert_options_to_data_attributes. | thedarkone | 2010-09-27 | 1 | -10/+14 |
| |