Closed vadimstroganov closed 6 years ago
When is it merged?
+1
+1 When is it merged?
Rails 5.2 will be released soon.
@seanfcarroll @araslanov-e @perlmunger @uuushiro @vadimstroganov I closed my eyes and just pressed the merge button. In case if you have any issue, please, send a PR. I'll try to update the gem on rubygems ASAP.
Hi @the-teacher, I like your style. Perhaps it would help if members of the community using this gem (eg: like myself), could write some tests. Then, as an open source project, you could have a free CI such as Travis.
Thanks for the great gem!
@the-teacher напиши, пожалуйста, когда гем обновишь на rubygems, чтобы сразу обновиться
@the-teacher thanks!
@the-teacher у тебя REAMDE не соответсвует содержимому. Стили и js иначе стали подключаться и именоваться
@the-teacher ты можешь выпустить версию 2.6.2 с поддержкой Rails 5?
))) забыли сделать include DefineDeprecatedMethods
@the-teacher https://github.com/araslanov-e/the_sortable_tree/tree/v2.6.2. Создай ветку, типо v_2_6, я в неё пулл реквест сделаю
@araslanov-e
Readme будет обновлена позже Readme will be updated a bit later
render(nothing: true)
does not work in Rails Version >= 5.1render(nothing: true)
is replaced by the custom handler 'head_respond', which checks the version of Rails and uses the required answer variant (head
orrender(nothing: true)
).