Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use released rails-dom-testing | Rafael Mendonça França | 2014-10-16 | 1 | -1/+1 |
| | |||||
* | Use released rails-html-sanitizer and rails-deprecated_sanitizer | Godfrey Chan | 2014-09-26 | 1 | -1/+1 |
| | |||||
* | Use released rails-dom-testing | Rafael Mendonça França | 2014-09-25 | 1 | -1/+1 |
| | |||||
* | Ship with rails-html-sanitizer instead. | Kasper Timm Hansen | 2014-09-03 | 1 | -1/+1 |
| | |||||
* | Use released rails-deprecated_sanitizer | Rafael Mendonça França | 2014-08-19 | 1 | -1/+1 |
| | |||||
* | Fix the rails-dom-testing dependecy | Rafael Mendonça França | 2014-08-19 | 1 | -0/+1 |
| | |||||
* | Prepare for partial release. | Kasper Timm Hansen | 2014-08-17 | 1 | -2/+1 |
| | | | | | | | - Default to Rails::DeprecatedSanitizer in ActionView::Helpers::SanitizeHelper. - Add upgrade notes. - Add sanitizer to new applications Gemfiles. - Remove 'rails-dom-testing' as a dependency. | ||||
* | Defining the right dependencies | Rafael Mendonça França | 2014-07-15 | 1 | -1/+2 |
| | |||||
* | Added Loofah as a dependency in actionview.gemspec. | Timm | 2014-06-11 | 1 | -0/+1 |
| | | | | | | Implemented ActionView: FullSanitizer, LinkSanitizer and WhiteListSanitizer in sanitizers.rb. Deprecated protocol_separator and bad_tags. Added new tests in sanitizers_test.rb and reimplemented assert_dom_equal with Loofah. | ||||
* | More liberal builder dependency | Łukasz Strzałkowski | 2013-12-12 | 1 | -1/+1 |
| | | | | Allowing us to get 3.2.x versions if needed. | ||||
* | activemodel isn't a runtime dependency for actionview | Guillermo Iguaran | 2013-12-02 | 1 | -2/+2 |
| | |||||
* | Back AV description in gemspec | Arun Agrawal | 2013-09-09 | 1 | -1/+1 |
| | |||||
* | Revert "Merge branch 'master' of github.com:rails/docrails" | Vijay Dev | 2013-08-17 | 1 | -1/+1 |
| | | | | | | | This reverts commit 70d6e16fbad75b89dd1798ed697e7732b8606fa3, reversing changes made to ea4db3bc078fb3093ecdddffdf4f2f4ff3e1e8f9. Seems to be a code merge done by mistake. | ||||
* | Added some description to generate actionview gem [ci skip] | Arun Agrawal | 2013-07-17 | 1 | -1/+1 |
| | |||||
* | Add actionpack as actionview's development dependency | Piotr Sarnacki | 2013-06-20 | 1 | -0/+2 |
| | | | | ActionView still relies on ActionPack in some of the tests. | ||||
* | Add bare actionview gem to the root directory | Piotr Sarnacki | 2013-06-20 | 1 | -0/+27 |
This commit creates structure for Action View gem and is first of a series of commits extracting Action View from Action Pack. |