aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge pull request #34876 from bogdanvlviv/remove-needless-comment-actiontext...George Claghorn2019-01-051-1/+0
|\ \ \ \ \ \
| * | | | | | Remove comment from `actiontext/actiontext.gemspec`bogdanvlviv2019-01-051-1/+0
| |/ / / / /
* | | | | | Merge pull request #34874 from bogdanvlviv/fix-RichText-api-docsGeorge Claghorn2019-01-051-4/+4
|\ \ \ \ \ \
| * | | | | | Fix API docs of `ActionText::RichText` [ci skip]bogdanvlviv2019-01-051-4/+4
| |/ / / / /
* | | | | | Merge pull request #34709 from gmcgibbon/action_cable_guides_es6Javan Makhmali2019-01-051-112/+160
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Use ES6 and Webpacker in ActionCable guide.Gannon McGibbon2019-01-041-112/+160
| | |_|_|/ | |/| | |
* | | | | Generate Action Text's API docsGeorge Claghorn2019-01-042-13/+23
* | | | | Label Action Text PRs [ci skip]George Claghorn2019-01-041-0/+2
* | | | | Merge pull request #34873 from georgeclaghorn/actiontextGeorge Claghorn2019-01-04144-5/+9447
|\ \ \ \ \
| * \ \ \ \ Import Action TextGeorge Claghorn2019-01-04144-5/+9447
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Update tag helper routes for use in engines (#49)Rikki Pitt2019-01-041-2/+2
| | * | | | Fix adding a rich_text_area to a form with no modelGeorge Claghorn2018-12-315-29/+55
| | * | | | Bump Nokogiri for Ruby 2.6 compatibilityGeorge Claghorn2018-12-311-4/+4
| | * | | | Move method definition below callbacksGeorge Claghorn2018-12-211-5/+6
| | * | | | Merge pull request #48 from lsylvester/use-plain-text-for-presenceGeorge Claghorn2018-12-202-2/+14
| | |\ \ \ \
| | | * | | | use plain test to determine present/blank/empty as the html version will alwa...Lachlan Sylvester2018-12-212-2/+14
| | * | | | | Fit Rails’ Ruby requirement in here.Kasper Timm Hansen2018-12-211-1/+1
| | * | | | | Merge pull request #46 from bogdanvlviv/remove-ruby-2_4-from-ciKasper Timm Hansen2018-12-211-1/+0
| | |\ \ \ \ \
| | | * | | | | Remove Ruby 2.4 from the CI matrixbogdanvlviv2018-12-211-1/+0
| | |/ / / / /
| | * / / / / CI against Ruby 2.4.5 and 2.5.3 (#45)Tatsuya Ikeda2018-12-121-2/+2
| | |/ / / /
| | * | | | Merge pull request #31 from albertoalmagro/remove-variable-shadowingGeorge Claghorn2018-10-131-8/+8
| | |\ \ \ \
| | | * | | | Rename shadowed variableAlberto Almagro2018-10-131-8/+8
| | * | | | | Merge pull request #30 from albertoalmagro/remove-unused-optionsGeorge Claghorn2018-10-131-3/+3
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Remove unused **optionsAlberto Almagro2018-10-131-3/+3
| | |/ / / /
| | * | | | <active-text-attachment> -> <action-text-attachment>George Claghorn2018-10-121-1/+1
| | * | | | APPLICATION_PATH_PATH -> APPLICATION_PACK_PATHGeorge Claghorn2018-10-121-3/+3
| | * | | | Merge pull request #29 from swamp09/fix_typoJavan Makhmali2018-10-111-1/+1
| | |\ \ \ \
| | | * | | | Fix typoswamp092018-10-121-1/+1
| | |/ / / /
| | * | | | Merge pull request #23 from albertoalmagro/privatize-constantsJavan Makhmali2018-10-111-4/+5
| | |\ \ \ \
| | | * | | | Privatize constantsAlberto Almagro2018-10-111-4/+5
| | |/ / / /
| | * | | | Merge pull request #27 from albertoalmagro/test-coverage-form-with-rich-text-...Rafael França2018-10-101-0/+28
| | |\ \ \ \
| | | * | | | Add test coverage for form with rich-text-areaAlberto Almagro2018-10-101-0/+28
| | |/ / / /
| | * | | | Remove set_action_text_renderer from dummy app (#26)Liroy Leshed2018-10-101-6/+0
| | * | | | Prevent rich_text_area from raising when inexistent attribute is passed (#24)Alberto Almagro Sotelo2018-10-092-1/+22
| | * | | | Merge pull request #22 from albertoalmagro/add-frozen-string-literalJavan Makhmali2018-10-0928-0/+55
| | |\ \ \ \
| | | * | | | Add frozen_string_literal: trueAlberto Almagro2018-10-0828-0/+55
| | |/ / / /
| | * | | | Test against Rails masterJavan Makhmali2018-10-082-64/+70
| | * | | | Match Rails Ruby version requirementsJavan Makhmali2018-10-083-3/+9
| | * | | | travis.yml → .travis.ymlJavan Makhmali2018-10-081-0/+0
| | * | | | Upgrade Ruby version (#20)Alberto Almagro Sotelo2018-10-081-1/+1
| | * | | | Use the ASt representation APIGeorge Claghorn2018-10-071-5/+2
| | * | | | Add travis.ymlJavan Makhmali2018-10-061-0/+11
| | * | | | Merge pull request #17 from huacnlee/fix/uninitialized-constant-on-rails-reloadJavan Makhmali2018-10-061-5/+5
| | |\ \ \ \
| | | * | | | Fix `uninitialized constant ActionText:: ALLOWED_TAGS` error on Rails reloadingJason Lee2018-10-061-5/+5
| | * | | | | Merge pull request #18 from vendethiel/patch-1Javan Makhmali2018-10-061-1/+1
| | |\ \ \ \ \
| | | * | | | | Fix minor typo in code commentven2018-10-061-1/+1
| | | |/ / / /
| | * / / / / Add template for ActionText::Attachables::RemoteImageJavan Makhmali2018-10-062-15/+30
| | |/ / / /
| | * | | | Fix has_rich_text with `:body` keywords error. (#16)Jason Lee2018-10-053-1/+7
| | * | | | Merge pull request #14 from hakusaro/add-sanitized-wordDavid Heinemeier Hansson2018-10-041-1/+1
| | |\ \ \ \
| | | * | | | Add "sanitized" to the readmeLucas Nicodemus2018-10-041-1/+1
| | |/ / / /